.es-0b2a16a1-wrapper {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

.es-0b2a16a1-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #111;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    transition: all 0.2s ease;
}

.es-0b2a16a1-trigger:hover {
    border-color: #555;
}

.es-trigger-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.es-0b2a16a1-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
}

.es-0b2a16a1-wrapper.is-open .es-0b2a16a1-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.es-dropdown-header {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 20px 8px;
}

.es-0b2a16a1-list {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    max-height: 400px;
    overflow-y: auto;
}

.es-0b2a16a1-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.es-0b2a16a1-item:hover {
    background-color: #f7f7f7;
}

.es-0b2a16a1-item.is-active {
    background-color: #f4f2ee;
}

.es-item-flag-wrap {
    flex-shrink: 0;
}

.es-item-flag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.es-item-content {
    flex-grow: 1;
}

.es-item-title {
    font-weight: 700;
    font-size: 15px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 4px;
}

.es-item-subtitle {
    font-size: 13px;
    color: #777;
}

.es-0b2a16a1-bottom-bar {
    background-color: #f9f9f9;
    padding: 16px;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.es-global-link {
    font-weight: 700;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.es-global-link:hover {
    text-decoration: underline;
}
