

.llc-currency-table-title {
    margin-bottom: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0c5596;
}

.llc-currency-table-wrap {
    border: 1px solid #d7e1eb;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.llc-currency-table-component {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.llc-currency-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

.llc-currency-table thead th {
    background: #0c5596;
    color: #fff;
    border: 1px solid #0b4b84;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    font-family: var(--lulu-font-secondary);
}

.llc-currency-table tbody td {
    border: 1px solid #d7e1eb;
    padding: 12px 14px;
    color: #1f2937;
    vertical-align: middle;
    font-family: var(--lulu-font-secondary);
}

.llc-currency-table tbody td:first-child {
    text-align: left;
}

.llc-currency-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.llc-currency-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.llc-currency-meta strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f2937;
    text-align: left;
    font-family: var(--lulu-font-secondary);
}

.llc-currency-meta span {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #6b7280;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: var(--lulu-font-secondary);
}

.llc-currency-muted {
    text-align: center;
    color: #6b7280;
    font-family: var(--lulu-font-secondary);
}
