
/* WordPress integration */
.champion-page { padding-top: 56px; padding-bottom: 70px; min-height: 52vh; }
.champion-page__header { max-width: 860px; margin: 0 auto 34px; }
.champion-page__header h1, .champion-page__content h1 { color: #17243b; margin: 0 0 14px; }
.champion-page__header > p:last-child { font-size: 18px; color: #556274; max-width: 760px; }
.eyebrow, .champion-post-category { color: #b41e2c; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 12px; }
.champion-page__content { max-width: 920px; margin: 0 auto; background: #fff; padding: clamp(24px,4vw,56px); border-radius: 20px; box-shadow: 0 10px 32px rgba(23,36,59,.09); }
.entry-content { color: #324155; line-height: 1.7; font-size: 16px; }
.entry-content h2 { color:#17243b; margin-top: 1.8em; }
.champion-single__image { width:100%; max-height: 540px; object-fit:cover; border-radius:14px; margin: 24px 0; }
.empty-state { padding: 28px; border: 1px dashed #c8d0da; border-radius: 14px; background:#fff; color:#556274; }
.champion-pagination { margin-top:32px; display:flex; gap:8px; }
.champion-pagination .page-numbers { padding:8px 12px; border-radius:8px; background:#fff; color:#1d2d44; }
.champion-pagination .current { background:#b51f2d; color:#fff; }
.champion-documents-page .champion-page__header { margin-left:0; }
.document-register { display:grid; gap:14px; }
.document-register__toolbar { display:flex; justify-content:space-between; gap:16px; align-items:center; margin-bottom: 8px; flex-wrap:wrap; }
.document-register__filters { display:flex; gap:8px; flex-wrap:wrap; }
.document-register__filters a { padding:9px 13px; background:#f0f3f7; border-radius:9px; color:#17243b; text-decoration:none; font-weight:700; }
.document-register__filters a.is-current { background:#b51f2d; color:#fff; }
.document-card { display:grid; grid-template-columns: 42px 1fr auto; gap:16px; align-items:center; background:#fff; padding:20px; border:1px solid #e5e9ef; border-radius:14px; box-shadow:0 4px 18px rgba(23,36,59,.05); }
.document-card__badge { width:42px; height:42px; display:grid; place-items:center; font-weight:800; color:#b51f2d; background:#fff0f0; border-radius:10px; }
.document-card__meta { color:#697586; font-size:13px; margin-top:5px; }
.document-card__status { display:inline-block; margin-left:8px; padding:3px 8px; border-radius:99px; font-size:11px; font-weight:800; background:#edf8f0; color:#23633b; }
.document-card__status--archive { background:#eef1f5; color:#667085; }
.document-card__link { color:#b51f2d; font-weight:800; text-decoration:none; white-space:nowrap; }
.champion-contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:42px; }
.champion-contact-grid article, .champion-appeals, .champion-about-section { background:#fff; border:1px solid #e5e9ef; padding:24px; border-radius:14px; box-shadow:0 4px 18px rgba(23,36,59,.05); }
.champion-contact-grid strong, .champion-about-section h2 { color:#b51f2d; }
.champion-phonebook { margin-top:40px; }
.phonebook-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.phonebook-card { background:#fff; border:1px solid #e5e9ef; padding:20px; border-radius:14px; }
.phonebook-card h3 { margin:0 0 6px; color:#17243b; }
.phonebook-card p { margin:4px 0; color:#657184; }
.phonebook-card a { color:#b51f2d; text-decoration:none; font-weight:700; }
.champion-about-section { margin-bottom:16px; }
.champion-search-form { display:flex; max-width:640px; gap:10px; }
.champion-search-form input { flex:1; min-height:44px; border:1px solid #cbd4df; border-radius:8px; padding:0 14px; }
.champion-search-form button { border:0; background:#b51f2d; color:#fff; padding:0 18px; border-radius:8px; font-weight:800; }
.champion-search-list { display:grid; gap:14px; }
.champion-search-list article { background:#fff; border:1px solid #e5e9ef; border-radius:14px; padding:22px; }
.champion-search-list h2 { font-size:20px; margin:6px 0; }
.champion-search-list h2 a { color:#17243b; text-decoration:none; }
@media (max-width: 760px) { .champion-page { padding-top:32px; } .champion-contact-grid,.phonebook-list { grid-template-columns:1fr; } .document-card { grid-template-columns:42px 1fr; } .document-card__link { grid-column:2; } .champion-search-form { flex-direction:column; } .champion-search-form button { min-height:44px; } }


/* Version 1.1: fixes for WordPress page templates and desktop header */
@media (min-width: 1321px) {
  .champion-theme-v11 .header-inner {
    grid-template-columns: minmax(430px, 500px) minmax(0, 1fr) auto;
    min-height: 102px;
    column-gap: 16px;
  }
  .champion-theme-v11 .brand__script { width: 150px; height: 72px; }
  .champion-theme-v11 .brand__text { max-width: 218px; font-size: 12px; line-height: 1.25; }
  .champion-theme-v11 .main-nav { justify-content: center; gap: clamp(8px, .75vw, 15px); flex-wrap: nowrap; }
  .champion-theme-v11 .main-nav > a,
  .champion-theme-v11 .main-nav .nav-dropdown__trigger { min-height: 102px; font-size: 16px; }
  .champion-theme-v11 .nav-dropdown { min-height: 102px; }
  .champion-theme-v11 .header-actions { gap: 7px; }
  .champion-theme-v11 .login-button { padding: 0 12px; font-size: 12px; }
}
.champion-theme-v11 .page-main { min-height: 50vh; }
.champion-theme-v11 .page-hero, .champion-theme-v11 .contacts-hero { margin-top: 0; }
.champion-theme-v11 .news-grid-card h3 a { color: inherit; }
.champion-theme-v11 .directory-name small { display:block; margin-top:4px; font-weight:400; }
.champion-theme-v11 .directory-name small a { color:var(--red); }
