/* ============================================
PRINT STYLES
============================================ */
@media print {
.medical-hero { background: #fff !important; color: #000 !important; }
.no-print,
.sticky-review-btn,
.messengers-scroll,
.astra-child-toast-container,
#wpadminbar,
.doctor-actions {
display: none !important;
}
.med-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ccc;
}

/* Print styles - header */
.site-header {
position: static !important;
box-shadow: none !important;
background: white !important;
}

a {
text-decoration: none;
color: #000;
}
a[href]::after {
content: " (" attr(href) ")";
font-size: 0.85em;
color: #666;
}
}
