.country-content .apply-box-in p,
.country-content .apply-box-in li,
.country-content .apply-box-in td,
.country-content .country-faq .card-body p,
.country-content .faq-answer p {
    font-size: 15px !important;
    line-height: 1.65;
    color: #444;
}
.country-content .apply-box-in h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.45rem;
    color: #0B0F33;
}
.country-content .apply-box-in h3 {
    margin-top: 1.25rem;
    font-size: 1.2rem;
    color: #0B0F33;
}
.country-content img { margin: 0.75rem 0; }
.country-content .row { margin-bottom: 1rem; }
.country-content .faq-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
}
.country-content .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    cursor: pointer;
    background: #f9f9f9;
    user-select: none;
}
.country-content .faq-question h3 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
    flex: 1;
    color: #0B0F33;
    pointer-events: none;
}
.country-content .faq-question .plus-symbol {
    pointer-events: none;
    flex-shrink: 0;
}
.country-content .faq-item .faq-answer {
    display: none !important;
    padding: 0 18px !important;
}
.country-content .faq-item.active .faq-answer {
    display: block !important;
    padding: 14px 18px 18px !important;
    border-top: 1px solid #eee;
}
.country-content .plus-symbol::before {
    content: "+";
    font-size: 1.3em;
    font-weight: bold;
}
.country-content .faq-item.active .plus-symbol::before {
    content: "−";
}
body.country-page .apply-box-in {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
@media (max-width: 991px) {
    body.country-page .home-tab-content.country-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 767px) {
    body.country-page .banner-section > .container {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 100%;
    }
    body.country-page .banner-section .row.justify-content-center > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    body.country-page .apply-sec {
        padding: 8px 4px;
    }
    body.country-page .apply-box-in.box-style {
        padding: 12px 14px;
        border-radius: 2px;
    }
    body.country-page .country-content .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    body.country-page .country-content .faq-question,
    body.country-page .country-content .faq-item .faq-answer,
    body.country-page .country-content .faq-item.active .faq-answer {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    body.country-page .breadcrumb {
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 576px) {
    body.country-page .banner-section > .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.country-page .banner-section .row.justify-content-center > [class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }
    body.country-page .apply-sec {
        padding: 6px 2px;
    }
    body.country-page .apply-box-in.box-style {
        padding: 10px 12px;
    }
    body.country-page .country-content .submit-terms ul {
        padding-left: 24px;
        padding-right: 4px;
    }
    body.country-page .country-content h1 {
        font-size: 17px !important;
        padding-left: 2px;
        padding-right: 2px;
    }
    body.country-page .text-center .btn-lg {
        font-size: 14px;
        padding: 10px 14px;
        white-space: normal;
        max-width: 100%;
    }
}
