.accreditation-page { width: 100%; max-width: 1200px; padding: 28px 24px 48px; }
.accreditation-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; font-size: 13px; margin-bottom: 28px; }
.accreditation-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.accreditation-heading { display: flex; align-items: center; gap: 24px; padding: 32px; background: linear-gradient(120deg,#edf6fc,#fffaf0); border: 1px solid #e4edf3; border-radius: 24px; }
.accreditation-heading img { flex-shrink: 0; }
.accreditation-heading h1 { font-size: clamp(28px,4vw,40px); line-height: 1.4; margin: 8px 0; }
.accreditation-heading .accreditation-eyebrow { font-size: 12px; color: #857046; letter-spacing: 2px; }
.accreditation-page p { color: #52677a; line-height: 1.9; }
.accreditation-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 32px; align-items: start; margin-top: 32px; }
.accreditation-page .accreditation-panel { margin: 0 0 28px; padding: 0; max-width: none; }
.accreditation-panel h2 { font-size: 24px; margin: 0 0 16px; }
.accreditation-panel dl { margin: 24px 0; border-top: 1px solid #e1eaf1; }
.accreditation-panel dl > div { padding: 14px 0; border-bottom: 1px solid #e1eaf1; display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 16px; }
.accreditation-panel dt { color: #61788a; font-size: 14px; }
.accreditation-panel dd { overflow-wrap: anywhere; line-height: 1.7; }
.accreditation-page .accreditation-note { background: #f1f7fb; border-left: 3px solid #3887bd; border-radius: 0 12px 12px 0; padding: 18px; font-size: 14px; }
.accreditation-timeline { list-style: none; margin-left: 8px; border-left: 2px solid #dceaf4; padding-left: 24px; }
.accreditation-timeline li { padding-bottom: 24px; position: relative; }
.accreditation-timeline li::before { content: ''; position: absolute; left: -31px; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: #2585d5; border: 2px solid #fff; }
.accreditation-timeline time { color: #2b78ac; font-size: 14px; }
.accreditation-timeline h3 { font-size: 19px; margin: 6px 0; }
.accreditation-history-photo img { width: 100%; height: auto; border-radius: 16px; }
.accreditation-history-photo figcaption { font-size: 12px; color: #61788a; margin-top: 10px; }
.accreditation-document { background: #f5f9fc; border: 1px solid #e1eaf1; border-radius: 20px; padding: 20px; }
.accreditation-document img { width: 100%; height: auto; display: block; box-shadow: 0 6px 18px #153f6314; }
.accreditation-document h2 { font-size: 21px; margin: 24px 0 8px; }
.accreditation-document p { font-size: 14px; }
.accreditation-button { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 14px; border-radius: 10px; background: #14538e; color: #fff; margin: 18px 0 12px; }
.accreditation-button small { color: inherit; }
.accreditation-page .accreditation-document-note { font-size: 12px; }
.accreditation-related { display: flex; flex-wrap: wrap; gap: 12px; border-top: 1px solid #e1eaf1; padding-top: 24px; }
.accreditation-related a { padding: 12px 16px; border: 1px solid #d6e5f0; border-radius: 10px; }
.accreditation-page a:focus-visible { outline: 3px solid #b08b51; outline-offset: 4px; }
@media(max-width:800px) { .accreditation-grid { grid-template-columns: minmax(0,1fr); } .accreditation-document { grid-row: 1; } .accreditation-document > a:first-child { display: block; max-width: 320px; margin: auto; } }
@media(max-width:480px) { .accreditation-page { padding: 20px 16px; } .accreditation-heading { padding: 24px 20px; gap: 16px; align-items: flex-start; flex-direction: column; } .accreditation-heading img { width: 72px; height: 72px; } .accreditation-panel dl > div { grid-template-columns: minmax(0,1fr); gap: 4px; } }
