.lil-d6f6a20c-container {
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lil-d6f6a20c-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #E8E8E8;
    transition: background-color 0.2s ease;
}

.lil-d6f6a20c-row:last-child {
    border-bottom: none;
}

.lil-d6f6a20c-flag {
    width: 32px;
    min-width: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.lil-d6f6a20c-flag-svg {
    display: block;
    width: 100%;
    height: auto;
}

.lil-d6f6a20c-text {
    flex: 1;
    text-align: left;
    color: #2D3436;
    font-size: 15px;
    line-height: 1.6;
}
