/* Africa Safari Connect — Country Marketplace Hub v1.10.412 */
.traveler-marketplace-child .tmc-country-v11012__stats{grid-template-columns:repeat(4,minmax(0,1fr))}

.traveler-marketplace-child .tmc-country-hub-nav{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
    margin:28px 0 10px;
}
.traveler-marketplace-child .tmc-country-hub-nav a{
    align-items:center;
    background:#fff;
    border:1px solid #e5ebe7;
    border-radius:12px;
    color:#173c2d;
    display:flex;
    flex-direction:column;
    font-size:12px;
    font-weight:700;
    gap:7px;
    justify-content:center;
    min-height:72px;
    padding:10px 8px;
    text-align:center;
    text-decoration:none;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.traveler-marketplace-child .tmc-country-hub-nav a:hover,
.traveler-marketplace-child .tmc-country-hub-nav a:focus-visible{
    border-color:#bfd0c7;
    box-shadow:0 10px 24px rgba(21,61,45,.08);
    transform:translateY(-2px);
}
.traveler-marketplace-child .tmc-country-hub-nav i{color:#c89438;font-size:18px}

.traveler-marketplace-child .tmc-country-hub-kicker{
    color:#9a6a1f;
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    margin-bottom:4px;
    text-transform:uppercase;
}
.traveler-marketplace-child .tmc-country-hub-accommodations__grid,
.traveler-marketplace-child .tmc-country-hub-operators__grid{
    display:grid;
    gap:22px;
    grid-template-columns:repeat(4,minmax(0,1fr));
}
.traveler-marketplace-child .tmc-country-hub-accommodations__grid .tmc-accommodation-card,
.traveler-marketplace-child .tmc-country-hub-operators__grid > *{min-width:0;width:100%}
.traveler-marketplace-child .tmc-country-hub-operators__grid .tod-market-operator-card{height:100%}

@media(max-width:1100px){
    .traveler-marketplace-child .tmc-country-hub-nav{grid-template-columns:repeat(3,minmax(0,1fr))}
    .traveler-marketplace-child .tmc-country-hub-accommodations__grid,
    .traveler-marketplace-child .tmc-country-hub-operators__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .traveler-marketplace-child .tmc-country-v11012__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
    .traveler-marketplace-child .tmc-country-v11012__hero-copy{padding-bottom:138px}
    .traveler-marketplace-child .tmc-country-hub-nav{
        display:flex;
        gap:8px;
        margin:18px -4px 4px;
        overflow-x:auto;
        padding:4px;
        scroll-snap-type:x proximity;
        scrollbar-width:none;
    }
    .traveler-marketplace-child .tmc-country-hub-nav::-webkit-scrollbar{display:none}
    .traveler-marketplace-child .tmc-country-hub-nav a{
        flex:0 0 auto;
        flex-direction:row;
        font-size:11px;
        min-height:42px;
        padding:9px 12px;
        scroll-snap-align:start;
        white-space:nowrap;
    }
    .traveler-marketplace-child .tmc-country-hub-nav i{font-size:14px}
    .traveler-marketplace-child .tmc-country-hub-accommodations__grid,
    .traveler-marketplace-child .tmc-country-hub-operators__grid{grid-template-columns:1fr}
    .traveler-marketplace-child .tmc-country-hub-accommodations .tmc-v194-section-head,
    .traveler-marketplace-child .tmc-country-hub-operators .tmc-v194-section-head{align-items:flex-start;gap:12px}
}
