/* Shared presentation for International Relations and its related pages. */
.iro-section {
    --iro-blue: #2e3192;
    --iro-gold: #a4845e;
    --iro-ink: #303540;
    --iro-muted: #626975;
    --iro-line: #e1e3e8;
    padding: 38px 0 64px;
    background: #fff;
    color: var(--iro-ink);
    font-size: 17px;
    line-height: 1.75;
    text-align: start;
}
.iro-section .iro-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
}
.iro-section .iro-sidebar,
.iro-section .iro-main { min-width: 0; }
.iro-section .iro-sidebar { padding-top: 4px; }
.iro-section .iro-navigation { border-top: 3px solid var(--iro-gold); }
.iro-section .iro-nav-summary { display: none; }
.iro-section .iro-nav-title {
    margin: 0;
    padding: 17px 14px 14px;
    color: var(--iro-blue);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: start;
}
.iro-section .iro-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.iro-section .iro-nav-list > li { margin: 0; padding: 0; list-style: none; }
.iro-section .iro-nav-list a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--iro-line);
    border-inline-start: 3px solid transparent;
    color: #464b56;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.iro-section .iro-nav-list a:hover { color: var(--iro-blue); background: #f8f8fb; }
.iro-section .iro-nav-list a[aria-current="page"] {
    color: var(--iro-blue);
    background: #f3f3f9;
    border-inline-start-color: var(--iro-blue);
    font-weight: 600;
}
.iro-section .iro-related { margin-top: 28px; border-top: 1px solid var(--iro-line); }
.iro-section .iro-breadcrumb { margin-bottom: 20px; }
.iro-section .iro-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--iro-muted);
    font-size: 13px;
    line-height: 1.6;
}
.iro-section .iro-breadcrumb li { display: inline; list-style: none; }
.iro-section .iro-breadcrumb li + li::before { content: "/"; margin-inline-end: 10px; color: #a5a8ae; }
.iro-section .iro-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 4px; color: var(--iro-muted); font-family: inherit; }
.iro-section .iro-breadcrumb a:hover { color: var(--iro-blue); text-decoration: underline; }
.iro-section .iro-page-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--iro-line); }
.iro-section .iro-page-header h1 {
    margin: 0;
    color: var(--iro-blue);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.025em;
    overflow-wrap: break-word;
    text-align: start;
}
.iro-section .iro-prose { max-width: 76ch; color: var(--iro-ink); overflow-wrap: anywhere; }
.iro-section .iro-prose[dir="ltr"] { text-align: left; }
.iro-section .iro-prose :where(p, li, span, font) { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; }
.iro-section .iro-prose p,
.iro-section .iro-prose li { color: inherit; font-size: inherit; line-height: 1.75; }
.iro-section .iro-prose p { margin: 0 0 20px; text-align: start; }
.iro-section .iro-prose strong,
.iro-section .iro-prose b { font-weight: 600; }
.iro-section .iro-prose--erasmus strong,
.iro-section .iro-prose--erasmus b,
.iro-section .iro-prose--iro_mou strong,
.iro-section .iro-prose--iro_mou b { font-weight: 400; }
.iro-section .iro-prose > :first-child { margin-top: 0; }
.iro-section .iro-prose > :last-child { margin-bottom: 0; }
.iro-section .iro-prose h2,
.iro-section .iro-prose h3,
.iro-section .iro-prose h4,
.iro-section .iro-prose h5,
.iro-section .iro-prose h6 { margin: 32px 0 14px; font-weight: 500; line-height: 1.45; }
.iro-section .iro-prose h2 { font-size: 25px !important; }
.iro-section .iro-prose h3 { font-size: 21px !important; }
.iro-section .iro-prose h4,
.iro-section .iro-prose h5,
.iro-section .iro-prose h6 { font-size: 18px !important; }
.iro-section .iro-prose :is(h2, h3, h4, h5, h6) :is(strong, b) { font-weight: inherit; }
.iro-section .iro-prose ul,
.iro-section .iro-prose ol { margin: 0 0 22px; padding-inline-start: 25px; }
.iro-section .iro-prose ul { list-style: disc; }
.iro-section .iro-prose ol { list-style: decimal; }
.iro-section .iro-prose li { margin-bottom: 8px; }
.iro-section .iro-prose li > ul,
.iro-section .iro-prose li > ol { margin-block: 10px; }
.iro-section .iro-prose a { color: var(--iro-blue); font-family: inherit; text-decoration: underline; text-underline-offset: 3px; }
.iro-section .iro-prose a:hover { text-decoration-thickness: 2px; }
.iro-section .iro-prose blockquote { margin: 26px 0; padding: 8px 22px; border: 0; border-inline-start: 3px solid var(--iro-gold); font-size: inherit; }
.iro-section .iro-prose hr { margin: 28px 0; border-color: var(--iro-line); }
.iro-section .iro-prose img { max-width: 100% !important; height: auto !important; }
.iro-section .iro-table-scroll { max-width: 100%; margin: 24px 0; overflow-x: auto; overscroll-behavior-inline: contain; }
.iro-section .iro-table-scroll table { width: 100%; margin: 0; border-collapse: collapse; font-size: 15px; line-height: 1.6; }
.iro-section .iro-table-scroll th,
.iro-section .iro-table-scroll td { padding: 14px 12px; border: 1px solid var(--iro-line); vertical-align: top; text-align: start; }
.iro-section .iro-table-scroll th { color: var(--iro-blue); background: #f7f7fa; font-weight: 600; }
.iro-section .iro-table-scroll td p:last-child { margin-bottom: 0; }
.iro-section .iro-gallery-section,
.iro-section .iro-documents { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--iro-line); }
.iro-section .iro-page-header + .iro-documents,
.iro-section .iro-page-header + .iro-gallery-section { margin-top: 0; padding-top: 0; border-top: 0; }
.iro-section .iro-gallery-section > h2,
.iro-section .iro-documents > h2 { margin: 0 0 22px; color: var(--iro-blue); font-size: 24px; font-weight: 500; line-height: 1.4; }
.iro-section .iro-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px 24px; }
.iro-section .iro-gallery figure { min-width: 0; margin: 0; }
.iro-section .iro-gallery figure > a { display: block; }
.iro-section .iro-gallery img { display: block; width: 100%; max-width: 100%; height: auto; }
.iro-section .iro-gallery figcaption { margin-top: 10px; color: var(--iro-muted); font-size: 14px; line-height: 1.6; }
.iro-section .iro-document-list { margin: 0 0 24px; padding: 0; border-top: 1px solid var(--iro-line); list-style: none; }
.iro-section .iro-document-list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px 16px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--iro-line);
    list-style: none;
}
.iro-section .iro-document-list > li > bdi { flex: 1 1 250px; min-width: 0; padding-block: 8px; font-size: 16px; overflow-wrap: anywhere; }
.iro-section .iro-document-list > li > span { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.iro-section .iro-document-select {
    position: relative;
    display: none;
    flex: 0 0 auto;
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--iro-line);
    border-inline-start: 3px solid transparent;
    background: transparent;
    color: #464b56;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: start;
    cursor: pointer;
    overflow-wrap: anywhere;
}
.iro-section .iro-documents-ready .iro-document-select:not([hidden]) { display: inline-flex; align-items: center; }
.iro-section .iro-document-select:hover { color: var(--iro-blue); background: #f8f8fb; }
.iro-section .iro-document-select[aria-pressed="true"] { color: var(--iro-blue); border-inline-start-color: var(--iro-blue); background: #f3f3f9; font-weight: 600; }
.iro-section .iro-document-link { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 7px 2px; color: var(--iro-blue); font-family: inherit; font-size: 14px; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; }
.iro-section .iro-preview-label { margin: 22px 0 10px; color: var(--iro-ink); font-size: 15px; font-weight: 600; line-height: 1.6; }
.iro-section .iro-document-preview { display: block; width: 100%; height: 640px; height: min(74vh, 760px); min-height: 420px; border: 1px solid var(--iro-line); background: #f7f7fa; }
.iro-section .iro-document-help { margin: 12px 0 0; color: var(--iro-muted); font-size: 14px; line-height: 1.6; }
.iro-section .iro-publications { width: 100%; border-collapse: collapse; font-size: 15px; }
.iro-section .iro-publications .iro-document-select { margin-inline-end: 12px; }
.iro-section .iro-publications th,
.iro-section .iro-publications td { padding: 12px 10px; border: 0; border-bottom: 1px solid var(--iro-line); text-align: start; vertical-align: middle; }
.iro-section .iro-publications thead th { color: var(--iro-blue); background: #f7f7fa; font-weight: 600; }
.iro-section .iro-publications tbody th { min-width: 130px; background: transparent; color: var(--iro-ink); font-weight: 500; }
.iro-section .iro-publications :is(th, td):nth-child(-n+2) { width: 1%; white-space: nowrap; font-variant-numeric: tabular-nums; }
.iro-section .iro-publications td:last-child { white-space: nowrap; }
.iro-section .iro-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px; border: 1px solid var(--iro-blue); border-radius: 2px; background: var(--iro-blue); color: #fff; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.5; text-decoration: none; cursor: pointer; }
.iro-section .iro-button:hover { background: #242777; border-color: #242777; color: #fff; }
.iro-section .form-control { min-height: 46px; border: 1px solid #bfc3cd; border-radius: 2px; background: #fff; color: var(--iro-ink); font-family: inherit; font-size: 16px; box-shadow: none; }
.iro-section textarea.form-control { height: auto; }
.iro-section label { color: var(--iro-ink); font-size: 15px; font-weight: 600; }
.iro-section :where(a, button, summary, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid var(--iro-blue); outline-offset: 3px; }
.iro-section .iro-nav-list a:focus-visible,
.iro-section .iro-document-select:focus-visible { outline-offset: -3px; }
/* The plugin appends its dialog outside main; this class is added only here. */
.iro-lightbox.lightbox { z-index: 3001; }
.iro-lightbox-overlay.lightboxOverlay { z-index: 3000; }
.iro-lightbox .lb-prev,
.iro-lightbox .lb-next { opacity: 1; }
.iro-lightbox .lb-close,
.iro-lightbox .lb-cancel { min-width: 44px; min-height: 44px; background-position: center; cursor: pointer; }
.iro-lightbox .lb-closeContainer { min-width: 44px; }
.iro-lightbox .lb-caption { font-size: 14px; line-height: 1.6; }
.iro-lightbox :where(a, button):focus-visible { outline: 3px solid #fff; outline-offset: -4px; box-shadow: inset 0 0 0 6px #2e3192; }
@media (max-width: 1199px) {
    .iro-section .iro-layout { gap: 32px; }
}
@media (max-width: 991px) {
    .iro-section { padding-top: 24px; padding-bottom: 48px; }
    .iro-section .iro-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .iro-section .iro-sidebar { padding-top: 0; }
    .iro-section .iro-navigation { border-bottom: 1px solid var(--iro-line); }
    .iro-section .iro-nav-summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 12px 14px; color: var(--iro-blue); font-size: 15px; font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
    .iro-section .iro-nav-summary::-webkit-details-marker { display: none; }
    .iro-section .iro-nav-summary::after { content: "+"; margin-inline-start: 16px; font-size: 22px; font-weight: 400; }
    .iro-section .iro-navigation[open] > .iro-nav-summary::after { content: "−"; }
    .iro-section .iro-navigation > nav:not(.iro-related) > .iro-nav-title { display: none; }
    .iro-section .iro-related { margin-top: 20px; }
    .iro-section .iro-breadcrumb { margin-bottom: 14px; }
    .iro-section .iro-page-header h1 { font-size: 32px; }
}
@media (max-width: 575px) {
    .iro-section { padding-top: 20px; font-size: 16px; }
    .iro-section .iro-layout { gap: 24px; }
    .iro-section .iro-page-header { margin-bottom: 24px; padding-bottom: 20px; }
    .iro-section .iro-page-header h1 { font-size: 28px; letter-spacing: -0.015em; }
    .iro-section .iro-prose h2 { font-size: 23px !important; }
    .iro-section .iro-prose h3 { font-size: 20px !important; }
    .iro-section .iro-gallery { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .iro-section .iro-gallery-section,
    .iro-section .iro-documents { margin-top: 32px; padding-top: 22px; }
    .iro-section .iro-gallery-section > h2,
    .iro-section .iro-documents > h2 { font-size: 22px; }
    .iro-section .iro-document-preview { height: 520px; min-height: 360px; max-height: 75vh; }
    .iro-section .iro-document-list > li { gap: 0; }
    .iro-section .iro-document-list > li > bdi { flex-basis: 100%; }
    .iro-section .iro-table-scroll .iro-publications { table-layout: fixed; font-size: 13px; }
    .iro-section .iro-publications th,
    .iro-section .iro-publications td { padding: 10px 6px; overflow-wrap: anywhere; }
    .iro-section .iro-publications :is(th, td):nth-child(-n+2) { width: 19%; white-space: normal; }
    .iro-section .iro-publications tbody th { min-width: 0; }
    .iro-section .iro-publications :is(th, td):last-child { width: 31%; white-space: normal; }
    .iro-section .iro-publications .iro-document-select { margin-inline-end: 0; padding: 8px 6px; font-size: 13px; }
    .iro-section .iro-publications .iro-document-link { display: flex; width: fit-content; font-size: 13px; }
}
