.usc-19375463-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: inherit;
}

.usc-19375463-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.usc-19375463-logo img {
    max-width: 60px;
    height: auto;
    border-radius: 8px;
}

.usc-19375463-status {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}
.usc-19375463-badge-available {
    background: #e6f6ee;
    color: #0b8243;
}
.usc-19375463-badge-sold_out {
    background: #fdf2f2;
    color: #dc3545;
}

.usc-19375463-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usc-19375463-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.usc-19375463-sector {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.usc-19375463-price-wrap {
    margin-top: 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.usc-19375463-price-label {
    font-size: 14px;
    color: #6b7280;
}

.usc-19375463-price {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.usc-19375463-footer {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.usc-19375463-btn {
    flex: 1;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.usc-19375463-btn:hover {
    opacity: 0.9;
}

.usc-19375463-btn-buy {
    background: #2563eb;
    color: #ffffff;
}

.usc-19375463-btn-details {
    background: #f3f4f6;
    color: #374151;
}
