

.pdf-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 8.5in;
    margin: 0 auto;
    padding: 0.5in;
    color: #222533;
    line-height: 1.4;
    background-color: white;
}

.print-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 15px;
}

.print-title {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.print-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 8px;
}

.print-date {
    font-size: 14px;
    color: #6c757d;
}

.print-section {
    margin-bottom: 30px;
}

.print-section-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
    border-left: 4px solid #0066cc;
    padding-left: 15px;
}

.print-subsection-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
    border-left: 4px solid #0066cc;
    padding-left: 15px;
}

.print-metrics-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.print-metric-cell {
    width: 48%;
    padding: 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.print-metric-spacer {
    width: 4%;
}

.print-metric-value {
    font-size: 28px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 5px;
}

.print-metric-label {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
}

.print-company-profile {
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.print-two-column {
    width: 100%;
    border-collapse: collapse;
}

.print-column {
    width: 48%;
    vertical-align: top;
}

.print-column-spacer {
    width: 4%;
}

.print-detail-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.print-detail-title {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.print-detail-item {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.print-detail-item-total {
    display: block;
    padding: 12px 0;
    border-top: 2px solid #0066cc;
    margin-top: 8px;
}

.print-detail-item-investment-total {
    display: block;
    padding: 12px 0;
    border-top: 2px solid #28a745;
    margin-top: 8px;
}

.print-detail-label {
    font-weight: bold;
    color: #1a1a1a;
}

.print-detail-value {
    float: right;
    font-weight: bold;
    color: #28a745;
}

.print-detail-value-neutral {
    float: right;
    font-weight: bold;
    color: #1a1a1a;
}

.print-recommendations {
    background: #e6f7ff;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
}

.print-recommendation-item {
    margin-bottom: 8px;
}

.print-footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
}

.print-btn {
    background: #0066cc;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 20px 10px;
}

.print-btn-secondary {
    background: #666;
}

.print-btn:hover {
    opacity: 0.9;
}



/* Print-specific optimizations */
@media print {
    .print-btn,
    .no-print {
        display: none !important;
    }
    
    .print-section {
        page-break-inside: avoid;
    }
    
    .print-detail-box {
        page-break-inside: avoid;
    }
    
    
} 