﻿.code-hero-content h1 {
    font-family: 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', monospace;
    letter-spacing: 1px;
    color: var(--brand-orange);
    font-size: 3rem;
    font-weight: 700;
}

.info-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    height: 100%;
    overflow: hidden;
}

.info-card-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    background-color: #fcfcfc;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-card-body {
    padding: 0;
}

/* Table styles specific to detail cards */
.detail-table {
    width: 100%;
    margin-bottom: 0;
}

.detail-table td {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.detail-table tr:last-child td {
    border-bottom: none;
}

.detail-table .label-cell {
    width: 35%;
    color: var(--text-secondary);
    font-weight: 500;
    background-color: #fafafa;
}

.detail-table .value-cell {
    color: var(--text-primary);
    font-weight: 500;
}

.rate-value {
    color: #000;
    font-weight: 700;
    font-size: 1.1em;
}

/* Agreement Tax Table */
.agreement-table-wrapper {
    overflow-x: auto;
}

.agreement-table th {
    background-color: #fafafa;
    color: var(--text-secondary);
    font-weight: 600;
    text-align: center;
    padding: 0.75rem;
    white-space: nowrap;
}

.agreement-table td {
    text-align: center;
    padding: 0.75rem;
    border-top: 1px solid var(--border-color);
}

.chapter-badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: #fff4e6;
    color: var(--brand-orange);
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 0.5rem;
}

.req-badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
}
