/* =============================================================
   Panayi Therapy – site.css
   Minimal overrides only. All layout/component styling is now
   handled by Tailwind utility classes and Flowbite components.
   ============================================================= */

/* Flowbite dropdown z-index fix when inside sticky nav */
#methods-dropdown-menu { z-index: 9999; }

/* Prose typography overrides for content pages */
.prose h1, .prose h2, .prose h3 { color: #0e2445; }
.prose a { color: #c9a84c; }
.prose a:hover { color: #f0e0b0; }
.prose strong { color: #0e2445; }

/* Image/figure placeholders */
.img-placeholder {
    background-color: #f0ece4;
    border: 1px dashed #c8c0b0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 0.875rem;
    font-style: italic;
    min-height: 280px;
}
