/* BeeKeeper ID Portal Theme — Extra Styles */

.wp-block-buttons .wp-block-button__link {
    background: linear-gradient(135deg, #CCD67F, #A8B55A);
    color: #3A2510;
    border-radius: 10px;
    font-weight: 700;
    padding: 12px 24px;
}
.entry-content h1, .entry-content h2, .entry-content h3 { margin: 24px 0 12px; font-weight: 700; color: #3A2510; }
.entry-content p { margin-bottom: 16px; line-height: 1.7; color: #6B4A30; }
.entry-content ul, .entry-content ol { margin: 0 0 16px 24px; }
.entry-content li { margin-bottom: 6px; color: #6B4A30; }
.entry-content blockquote { border-left: 4px solid #CCD67F; padding: 12px 20px; background: #F3E4C9; border-radius: 0 8px 8px 0; margin: 20px 0; color: #6B4A30; }
.entry-content code { background: #F3E4C9; padding: 2px 6px; border-radius: 4px; font-size: 14px; color: #8A5F41; }
.entry-content pre { background: #4A3020; color: #F3E4C9; padding: 20px; border-radius: 10px; overflow-x: auto; margin: 20px 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.entry-content table th { background: #F3E4C9; padding: 10px 14px; text-align: left; font-weight: 600; border-bottom: 2px solid #E8D0A8; color: #8A5F41; }
.entry-content table td { padding: 10px 14px; border-bottom: 1px solid #F3E4C9; color: #6B4A30; }

.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.skip-link { background: #CCD67F; color: #3A2510; font-weight: 700; left: 6px; padding: 8px 16px; position: absolute; top: -100px; z-index: 9999; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

@media print {
    .site-header, .site-footer, .site-nav, .menu-toggle { display: none !important; }
    .bkp-profile-card { box-shadow: none; border: 1px solid #E8D0A8; }
}
