/* MEMBERS COUNTRY MODULE */
.members-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:34px}.members-head h2,.country-detail-header h2,.country-section h3{color:#071b43;font-weight:900}.members-head p{color:#65748b;margin:8px 0 0;max-width:820px}.members-search input,.country-tools input,.country-tools select{border:1px solid #d9e2ef;border-radius:12px;min-height:48px;padding:0 16px;outline:none}.members-search input{width:300px}.countries-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.country-card{background:#fff;border:1px solid rgba(7,27,67,.06);border-radius:18px;box-shadow:0 18px 46px rgba(7,27,67,.08);min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none!important;transition:.25s;padding:28px 18px}.country-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,27,67,.14)}.country-flag{width:86px;height:58px;border-radius:12px;overflow:hidden;border:1px solid #d9e2ef;display:flex;align-items:center;justify-content:center;background:#f5f7fb;margin-bottom:18px}.country-flag img,.country-detail-flag img{width:100%;height:100%;object-fit:cover}.country-card h3{font-size:18px;font-weight:900;color:#071b43;margin:0;text-align:center}.country-detail-header{display:flex;align-items:center;gap:24px;padding:28px;background:#f5f7fb;border-radius:22px;margin-bottom:28px}.country-detail-flag{width:112px;height:76px;overflow:hidden;border-radius:14px;background:#fff;border:1px solid #d9e2ef;flex:0 0 auto}.country-detail-header p{color:#65748b;margin:0;max-width:900px;line-height:1.7}.country-tools{display:flex;gap:14px;margin-bottom:32px}.country-tools input{flex:1}.country-tools select{width:190px}.country-section{margin-top:34px}.country-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.country-info-card{border:1px solid rgba(7,27,67,.07);border-radius:18px;background:#fff;padding:22px;box-shadow:0 16px 42px rgba(7,27,67,.07);overflow:hidden}.info-card-image{width:calc(100% + 44px);height:190px;object-fit:cover;margin:-22px -22px 20px;display:block}.info-card-image.doctor-photo{height:240px;object-position:center top}.country-info-card h4{color:#071b43;font-weight:900;font-size:20px;margin-bottom:8px}.info-meta{color:#e7193f;font-weight:800;margin-bottom:14px}.country-info-card p{color:#65748b;line-height:1.65}.btn-mini{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;background:#071b43;color:#fff!important;text-decoration:none!important;font-weight:800}@media(max-width:991.98px){.countries-grid,.country-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.members-head,.country-tools{flex-direction:column}.members-search input,.country-tools select{width:100%}}@media(max-width:575.98px){.countries-grid,.country-card-grid{grid-template-columns:1fr}.country-detail-header{flex-direction:column;align-items:flex-start}}

/* MEMBERS CARD IMAGE FIT FIX */
.country-info-card .info-card-image{
    width:calc(100% + 44px) !important;
    height:220px !important;
    max-height:220px !important;
    margin:-22px -22px 20px !important;
    padding:14px !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#f7f9fc !important;
    box-sizing:border-box !important;
}

.country-info-card .info-card-image.doctor-photo{
    height:240px !important;
    max-height:240px !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#f7f9fc !important;
}

@media(max-width:575.98px){
    .country-info-card .info-card-image{
        height:200px !important;
        max-height:200px !important;
    }

    .country-info-card .info-card-image.doctor-photo{
        height:220px !important;
        max-height:220px !important;
    }
}
