.llc-live-rates {
    margin-top: 24px;
}

.llc-live-table-wrap {
    border: 1px solid #ccd7e4;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.llc-live-table {
    width: 100%;
    border-collapse: collapse;
}

.llc-live-table thead {
    background: linear-gradient(to right, #6a7dff, #0b2faf);
}

.llc-live-table thead th {

    color: #fff;
    border: none;
    padding: 14px 10px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--lulu-font-secondary);
}

.llc-live-table tbody td {
    border-bottom: 1px solid #dde5ef;
    padding: 14px 10px;
    vertical-align: middle;
    color: #001326;
    font-family: var(--lulu-font-secondary);
}

.llc-live-empty {
    width: 12px;
    padding: 0 !important;
}

.llc-live-flag-cell {
    width: 42px;
}

.llc-live-flag-cell img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.llc-live-currency-cell strong {
    margin-right: 6px;
}

.llc-live-currency-cell span {
    color: #60758f;
}

.llc-live-change.plus {
    color: #198754;
    font-weight: 700;
}

.llc-live-change.minus {
    color: #dc3545;
    font-weight: 700;
}

.llc-live-change.zero,
.llc-live-muted {
    color: #778ca3;
}

.llc-live-footcell {
    padding: 12px 0 !important;
}

.llc-live-add {
    position: relative;
}

.llc-live-add-btn {
    border: 0;
    background: transparent;
    color: #0c5596;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--lulu-font-secondary);
}

.llc-live-add-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #0c5596;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.llc-live-add-menu {
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    width: 320px;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #d9e2ee;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0, 35, 70, 0.18);
    padding: 10px;
    z-index: 20;
}

.llc-live-search {
    width: 100%;
    height: 38px;
    border-radius: 9px;
    border: 1px solid #d5dfe9;
    padding: 0 10px;
    font-family: var(--lulu-font-secondary);
}

.llc-live-search-list {
    max-height: 220px;
    overflow: auto;
    margin-top: 8px;
}

.llc-live-search-item {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
}

.llc-live-search-item:hover {
    background: #f3f8ff;
}

.llc-live-search-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.llc-live-search-code {
    font-weight: 700;
    color: #001326;
}

.llc-live-remove {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #0c5596;
    background: #fff;
    color: #0c5596;
    font-size: 20px;
    line-height: 1;
}

/* Match production converter: hide Action column (desktop + responsive) */
.llc-live-table thead th:nth-child(5),
.llc-live-table tbody td:nth-child(6),
.llc-live-table .llc-live-action-col {
    display: none !important;
}

.llc-live-meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #3f546c;
    font-family: var(--lulu-font-secondary);
}

.llc-live-timer-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.llc-live-timer {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: conic-gradient(#0b71d0 360deg, #d5dee8 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.llc-live-timer::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #fff;
}

.llc-live-timer span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #001326;
}

.llc-live-time-copy {
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .llc-live-meta {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .llc-live-timer-wrap {
        justify-content: center;
    }

    .llc-live-time-copy {
        text-align: center;
    }
}
