
.fmhq-edu-wrap{max-width:1100px;margin:0 auto}
.fmhq-edu-header{margin-bottom:18px}
.fmhq-success{padding:12px;border:1px solid #7a9;border-radius:8px;margin:12px 0}
.fmhq-edu-form{border:1px solid rgba(127,127,127,.3);padding:18px;border-radius:10px}
.fmhq-edu-form label{display:block;font-weight:600;margin-bottom:14px}
.fmhq-edu-form input,.fmhq-edu-form select,.fmhq-edu-form textarea{width:100%;box-sizing:border-box;margin-top:5px;padding:9px}
.fmhq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fmhq-primary{padding:10px 16px;border:1px solid currentColor;border-radius:7px;background:transparent;font-weight:700;cursor:pointer}
.fmhq-edu-cards{display:grid;gap:16px}
.fmhq-edu-card{border:1px solid rgba(127,127,127,.3);border-radius:10px;padding:18px}
.fmhq-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.fmhq-meta span{font-size:12px;border:1px solid rgba(127,127,127,.35);padding:4px 8px;border-radius:999px}
.fmhq-edu-card details{margin-top:12px}
.fmhq-edu-card summary{cursor:pointer;font-weight:700}
.fmhq-author{margin-top:14px;padding-top:12px;border-top:1px solid rgba(127,127,127,.2);font-size:13px;opacity:.75}
.fmhq-profile-edu{padding:10px 0;border-bottom:1px solid rgba(127,127,127,.2)}
.fmhq-status{font-size:12px;margin-left:8px;padding:3px 7px;border:1px solid rgba(127,127,127,.35);border-radius:999px}
.fmhq-pagination ul{display:flex;gap:7px;list-style:none;padding:0;flex-wrap:wrap}
.fmhq-pagination a,.fmhq-pagination span{display:block;padding:7px 10px;border:1px solid rgba(127,127,127,.35);border-radius:6px;text-decoration:none}
@media(max-width:700px){.fmhq-grid{grid-template-columns:1fr}}


.fmhq-edu-directory{border:1px solid rgba(127,127,127,.3);border-radius:10px;overflow:hidden}
.fmhq-edu-directory-head,.fmhq-edu-directory-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(140px,1fr) minmax(120px,.7fr);gap:14px;align-items:center;padding:12px 14px}
.fmhq-edu-directory-head{font-weight:700;border-bottom:1px solid rgba(127,127,127,.3)}
.fmhq-edu-directory-row{border-bottom:1px solid rgba(127,127,127,.2)}
.fmhq-edu-directory-row:last-child{border-bottom:0}
.fmhq-edu-title a{font-weight:700;text-decoration:none}
.fmhq-edu-title a:hover{text-decoration:underline}

.fmhq-single-edu{max-width:900px;margin:0 auto}
.fmhq-single-actions{text-align:right;margin-bottom:14px}
.fmhq-print-educational{cursor:pointer;padding:9px 14px;border:1px solid currentColor;border-radius:7px;background:transparent;font-weight:700}
.fmhq-single-meta{display:flex;gap:16px;flex-wrap:wrap;padding:12px 0;border-top:1px solid rgba(127,127,127,.25);border-bottom:1px solid rgba(127,127,127,.25);margin-bottom:18px}
.fmhq-single-presentation{font-size:1.05em;line-height:1.7}
.fmhq-single-section{margin-top:24px;padding-top:14px;border-top:1px solid rgba(127,127,127,.25)}
.fmhq-single-author{margin-top:26px;padding-top:14px;border-top:1px solid rgba(127,127,127,.25);font-size:13px;opacity:.75}

@media(max-width:700px){
  .fmhq-edu-directory-head{display:none}
  .fmhq-edu-directory-row{grid-template-columns:1fr;gap:4px}
}

@media print{
  body *{visibility:hidden!important}
  article, article *, .fmhq-single-edu, .fmhq-single-edu *{visibility:visible!important}
  .fmhq-single-edu{position:absolute;left:0;top:0;width:100%;max-width:none}
  .fmhq-single-actions,.site-header,.site-footer,header,footer,nav,.comments-area{display:none!important}
  .fmhq-single-presentation{font-size:12pt;line-height:1.5}
  .fmhq-single-section{page-break-inside:avoid}
}


.fmhq-library-wrap{max-width:1100px;margin:0 auto}
.fmhq-library-jump{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}
.fmhq-library-jump a{border:1px solid rgba(127,127,127,.3);border-radius:999px;padding:7px 11px;text-decoration:none}
.fmhq-library-section{margin:30px 0}
.fmhq-library-section>h3{border-bottom:1px solid rgba(127,127,127,.3);padding-bottom:8px}
.fmhq-library-category{margin:18px 0}
.fmhq-library-category h4{margin-bottom:8px}
.fmhq-library-list{border:1px solid rgba(127,127,127,.25);border-radius:10px;overflow:hidden}
.fmhq-library-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;border-bottom:1px solid rgba(127,127,127,.18)}
.fmhq-library-item:last-child{border-bottom:0}
.fmhq-library-title{font-weight:700;text-decoration:none}
.fmhq-library-description{font-size:13px;opacity:.78;margin-top:3px}
.fmhq-library-open{white-space:nowrap;text-decoration:none;border:1px solid currentColor;border-radius:6px;padding:6px 10px}
.fmhq-library-empty{opacity:.7;font-style:italic}
.fmhq-library-locked{border:1px solid rgba(127,127,127,.3);border-radius:10px;padding:16px}
