body {
    padding-top: 64px;
}
.check-dot {
    flex: 0 0 auto;
    border-radius: 9999px;
}
.compact-10 .text-xl {
    font-size: 1.125rem !important;
    line-height: 1.7rem !important;
}
.compact-10 .p-7 {
    padding: 1.575rem !important;
}
.compact-10 .p-5 {
    padding: 1.125rem !important;
}
.vis-hidden {
    font-size: 0;
}
.compact-10 .text-4xl {
    font-size: 2.025rem !important;
    line-height: 2.25rem !important;
}
.compact-10 .max-w-7xl, .compact-10 .max-w-6xl, .compact-10 .max-w-4xl {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
}

/* Shipping Policy Style */
.accordion {
    width: 100%;
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.accordion-header {
    width: 100%;
    background: #fcfcfc;
    color: #333;
    text-align: left;
    padding: 1rem;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header::after {
    content: "+";
    font-weight: bold;
    transition: transform 0.3s;
}
.accordion-header.active {
    background: #e3e3e3;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 1rem;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 1rem 0;
    padding-bottom: 20px;
}
.text-safe {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}
/* Shipping Policy Style */

/* FAQ Style */
.compact-10 .text-3xl {
    font-size: 1.6875rem !important;
    line-height: 2.05rem !important;
}
.compact-10 .text-lg {
    font-size: 1.0125rem !important;
    line-height: 1.6rem !important;
}
.faq-acc details {
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.faq-acc summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
    color: #0f172a;
}
.faq-acc summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9999px;
    background: rgba(241, 245, 249, 1);
    color: rgba(51, 65, 85, 1);
}
.faq-acc details[open] summary {
    background: rgba(248, 250, 252, 1);
}
.faq-acc .faq-body {
    padding: 0 16px 16px 16px;
    color: rgba(51, 65, 85, 1);
}
.faq-acc .faq-body p {
    margin-top: 10px;
}
/* FAQ Style */
/* Affiliate Plan Style */
.affiliate-content h1 {
    font-weight: 800;
    font-size: 1.85rem;
    line-height: 2.25rem;
    margin: 0 0 0.75rem;
}
.affiliate-content p {
    margin: 0 0 0.75rem;
    line-height: 1.65;
    color: #334155;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.affiliate-content h2 {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1.5rem 0 0.75rem;
}
.affiliate-content hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 1.25rem 0;
}
.affiliate-content {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}
/* Affiliate Plan Style */