/* --- Tiva Component Styles Only --- */

/* Cards - Added specific IDs to avoid affecting other site cards */
.agent-card, .user-card, .summary-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    color: #333333;
}

.card-header {
    color: #666;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Text Visibility */
#agent-text, #user-text {
    color: #1a1a1a !important; /* High contrast black */
    font-size: 1.05rem;
    line-height: 1.5;
    display: block;
}

/* Summary Table - High Contrast Fix */
#summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #dee2e6;
}

#summary-table th {
    background-color: #f8f9fa;
    color: #000000 !important; /* Pure black text */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 12px;
    border-bottom: 2px solid #dee2e6;
}

#summary-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    color: #000000 !important; /* High contrast black */
    font-weight: 500;
}

#review-area h3 {
    margin-top: 20px;
    color: #000;
}