/**
 * Investment summary: non-sticky, below sticky header, above overview.
 * DealScanner brand: navy accent, compact vertical footprint, wide text line.
 */
.deal-aeo-summary {
    position: relative;
    margin: 0 0 0.45rem 0;
    padding: 0.35rem 0.75rem;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(30, 58, 95, 0.18);
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4f8 100%);
    box-shadow: 0 1px 2px rgba(30, 58, 95, 0.06);
}

.deal-aeo-summary__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
    margin-bottom: 0.2rem;
}

.deal-aeo-summary__title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1e3a5f;
    letter-spacing: -0.01em;
}

.deal-aeo-summary__meta {
    font-size: 0.65rem;
    font-weight: 500;
    color: #6c757d;
    letter-spacing: 0.02em;
}

.deal-aeo-summary-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.38;
    color: #2c3338;
    font-weight: 400;
}

.deal-aeo-summary-text strong {
    color: #1e3a5f;
    font-weight: 600;
}

@media (min-width: 768px) {
    .deal-aeo-summary {
        padding: 0.4rem 1rem;
        margin-bottom: 0.55rem;
        border-radius: 10px;
    }
    .deal-aeo-summary__title {
        font-size: 0.875rem;
    }
    .deal-aeo-summary__meta {
        font-size: 0.6875rem;
    }
    .deal-aeo-summary-text {
        font-size: 0.9rem;
        line-height: 1.4;
        max-width: none;
        width: 100%;
    }
}
