.pet-custom-tabs { border-bottom: 2px solid #e1e5ea; margin-bottom: 30px; display: flex; justify-content: center; flex-wrap: wrap; }
.pet-custom-tabs > li { margin-bottom: -2px; }
.pet-custom-tabs > li > a { font-size: 18px; font-weight: 600; color: #556070; border: none; border-bottom: 3px solid transparent; padding: 15px 30px; border-radius: 0; background: transparent; transition: all 0.3s ease; }
.pet-custom-tabs > li > a:hover { background: transparent; color: #000000; border-bottom: 3px solid #b3cce6; }
.pet-custom-tabs > li.active > a, .pet-custom-tabs > li.active > a:focus, .pet-custom-tabs > li.active > a:hover { color: #000000; background: transparent; border: none; border-bottom: 3px solid #000000; }
.pet-custom-tabs i { margin-right: 8px; }
.faq-category-title { font-size: 24px; color: #000000; margin-top: 40px; margin-bottom: 20px; font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.custom-accordion { background: #f9fbfe; border: 1px solid #d7deea; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: all 0.3s ease; }
.custom-accordion summary { font-size: 16px; font-weight: 600; color: #333; padding: 18px 20px; cursor: pointer; list-style: none; position: relative; outline: none; }
.custom-accordion summary::-webkit-details-marker { display: none; }
.custom-accordion summary:after { content: '\f107'; font-family: fontawesome; position: absolute; right: 20px; top: 18px; color: #000000; font-size: 20px; transition: transform 0.3s; }
.custom-accordion[open] summary:after { transform: rotate(180deg); }
.custom-accordion[open] { border-color: #000000; box-shadow: 0 4px 10px rgba(0,74,172,0.1); }
.custom-accordion .faq-answer { padding: 0 20px 20px 20px; color: #c2c2c2; line-height: 26px; border-top: 1px solid #eee; margin-top: 10px; padding-top: 15px; }
.tc-box { background: #fff; border: 1px solid #e1e5ea; border-radius: 10px; padding: 25px; margin-bottom: 25px; box-shadow: 0 2px 15px rgba(0,0,0,0.03); display: flex; gap: 20px; align-items: flex-start; }
.tc-icon { width: 60px; height: 60px; background: #e9edf5; color: #000000; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 24px; flex-shrink: 0; }
.tc-content h4 { font-size: 20px; color: #000000; margin-top: 0; margin-bottom: 15px; font-weight: 600; }
.tc-content p { color: #c2c2c2; line-height: 26px; margin-bottom: 10px; }
.tc-content ul { padding-left: 20px; margin-bottom: 10px; }
.tc-content ul li { list-style: disc; color: #c2c2c2; margin-bottom: 5px; }
.tc-content strong { color:#fff !important }
.warning-note { background: #fff4e5; border-left: 4px solid #F7D098; padding: 15px; border-radius: 4px; color: #333; font-weight: 500; margin-top: 15px; }
.policy-about-wrap { padding-top: 40px; }
.policy-tab-content { padding-top: 20px; }
.policy-warning-mb { margin-bottom: 30px; }
.policy-h2 { font-size: 24px; color: #000000; margin-bottom: 10px; }
.policy-p { margin-bottom: 20px; line-height: 28px; }
.policy-img { width: 100%; border-radius: 1rem; margin-bottom: 15px; }
.policy-strong { font-size: 18px; color: #fff; }
.policy-p-mt { margin-top: 10px; margin-bottom: 20px; line-height: 28px; }
.policy-row-mt { margin-top: 30px; }
.policy-h2-mt { font-size: 24px; color: #000000; margin-top: 30px; margin-bottom: 10px; }
.policy-p-mb15 { margin-bottom: 15px; line-height: 28px; }
.policy-ul { padding-left: 20px; margin-bottom: 20px; }
.policy-li { list-style: inside; }
.tc-box-sm { padding: 15px; }
.tc-icon-sm { width: 40px; height: 40px; font-size: 18px; }
.tc-h4-sm { font-size: 18px; margin-bottom: 5px; }
.tc-p-sm { font-size: 14px; margin-bottom: 0; }
.policy-p-mb40 { margin-bottom: 40px; }
.faq-ul { margin-top: 10px; }
.faq-table { width: 100%; margin-top: 10px; margin-bottom: 10px; text-align: left; }
.faq-table-header { background-color: #f9f9f9; }
.faq-td-middle { vertical-align: middle; }
.faq-ol { margin-top: 10px; }
.terms-title { font-size: 26px; color: #000000; margin-bottom: 30px; text-align: center; }
.terms-intro { text-align: center; margin-bottom: 40px; color: #666; }
.terms-link { color: #fff; text-decoration: underline; }