
.service-countries-wrapper {
    margin: 20px 0;
}

.service-countries {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.country-pill {
    background: #f2f2f2;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #1e1e1e;
    transition: all 0.3s ease;
}

.country-pill:hover {
    background: #e4e4e4;
}
