/* ===========================================
   Single Oral History Page
   =========================================== */

.mjm-single-oral-history-page {
    --mjm-black: var(--color-black, #000000);
    --mjm-near-black: var(--color-near-black, #1a1a1a);
    --mjm-white: var(--color-white, #ffffff);
    --mjm-yellow: #FFC800;
    --mjm-orange: #FF5C00;
    --mjm-green: var(--color-green, #1D8D02);
    --mjm-blue: #63B2F8;
    --mjm-pink: #FA78CD;
    --mjm-teal: #03665D;
    --mjm-warm-white: #FFFBF0;
    --mjm-gray: #F6F6F6;
    background: var(--mjm-white);
    color: var(--mjm-black);
    font-family: var(--font-body, "Helvetica Neue", Helvetica, Arial, sans-serif);
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.mjm-single-oral-history-page,
.mjm-single-oral-history-page * {
    box-sizing: border-box;
}

.skip-link.visually-hidden-focusable {
    position: absolute;
    top: -44px;
    left: 12px;
    z-index: 1000;
    padding: 8px 12px;
    background: var(--mjm-black, #000000);
    color: var(--mjm-white, #ffffff);
    text-decoration: none;
}

.skip-link.visually-hidden-focusable:focus {
    top: 12px;
    outline: 2px solid var(--mjm-yellow, #FFC800);
    outline-offset: 2px;
}

.mjm-single-oral-history-article {
    margin: 0;
    background: var(--mjm-white);
    color: var(--mjm-black);
    overflow: visible;
}

/* Content layout */

.mjm-single-oral-history-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px 24px 92px;
}

.mjm-single-oral-history-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 58px;
    align-items: start;
}

.mjm-single-oral-history-main {
    min-width: 0;
}

/* Aside */

.mjm-single-oral-history-page .card {
    box-shadow: none !important;
}

.mjm-single-oral-history-aside {
    min-width: 0;
}

.mjm-single-oral-history-aside .card {
    margin: 0 0 46px;
    border: 0;
    border-top: 1px solid var(--mjm-black);
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    overflow: visible;
}

.mjm-single-oral-history-aside .card-header {
    padding: clamp(1rem, 2vw, 1.4rem) 0 12px;
    border: 0;
    background: transparent;
}

.mjm-single-oral-history-aside .card-header .h4 {
    margin: 0;
    color: var(--mjm-black);
    font-family: var(--font-subtitle, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 34px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.mjm-single-oral-history-aside .card-body {
    padding: 0;
    color: var(--mjm-black);
    font-size: 15px;
    line-height: 1.35;
}

.mjm-single-oral-history-aside .card-body > p:first-child {
    margin-top: 0;
}

.mjm-single-oral-history-aside .location-image-container {
    position: relative;
    overflow: hidden;
}

.mjm-single-oral-history-aside .mjm-oral-history-picture-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
}

.mjm-single-oral-history-aside .location-image {
    width: 100%;
    height: 350px;
    border-radius: 0 !important;
    object-fit: contain;
}

.mjm-single-oral-history-aside .location-image-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.mjm-single-oral-history-aside .carousel-control-prev,
.mjm-single-oral-history-aside .carousel-control-next {
    top: 10px;
    bottom: auto;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.mjm-single-oral-history-aside .carousel-control-prev { left: 10px; }
.mjm-single-oral-history-aside .carousel-control-next { right: auto; left: 62px; }

.mjm-single-oral-history-aside .carousel-control-prev:hover,
.mjm-single-oral-history-aside .carousel-control-next:hover,
.mjm-single-oral-history-aside .carousel-control-prev:focus,
.mjm-single-oral-history-aside .carousel-control-next:focus {
    background: transparent;
    opacity: 0.7;
}

.mjm-single-oral-history-aside .mjm-arrow-icon {
    display: block;
    width: 48px;
    height: 48px;
}

.mjm-single-oral-history-aside .small {
    margin: 0 0 16px;
    color: var(--mjm-black) !important;
    font-size: 15px;
    line-height: 1.35;
}

.mjm-single-oral-history-aside .small a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 8px;
    border-radius: 999px;
    padding: 7px 16px;
    background: var(--mjm-black);
    color: var(--mjm-white) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mjm-single-oral-history-aside .small a:hover,
.mjm-single-oral-history-aside .small a:focus {
    background: var(--mjm-orange);
    color: var(--mjm-black) !important;
}

/* Hero */

.mjm-single-oral-history-hero {
    --mjm-oral-history-hero-height: clamp(24rem, 45vw, 34rem);

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 0;
    align-items: stretch;
    height: var(--mjm-oral-history-hero-height);
    max-height: var(--mjm-oral-history-hero-height);
    margin: 0;
    overflow: hidden;
    padding: 0;
    background: var(--mjm-oral-history-hero-bg, var(--mjm-yellow));
    color: var(--mjm-black);
}

.mjm-single-oral-history-hero--text-only {
    grid-template-columns: minmax(0, 980px);
}

.mjm-single-oral-history-hero-overlay {
    position: static;
    display: flex;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: transparent;
    color: var(--mjm-black);
}

.mjm-single-oral-history-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: clamp(0.85rem, 1.5vw, 1rem) 0 0;
    color: var(--mjm-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.mjm-single-oral-history-kicker::before {
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 999px;
    background: var(--mjm-black);
    flex: 0 0 auto;
}

.mjm-single-oral-history-title {
    position: sticky;
    top: 0;
    z-index: 5;
    max-width: 760px;
    margin: 0;
    padding-bottom: clamp(0.75rem, 1.4vw, 1rem);
    background: var(--mjm-oral-history-hero-bg, var(--mjm-yellow));
    color: var(--mjm-black);
    font-family: "KF Zuka Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(2.0rem, 4.0vw, 4.0rem);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0;
    text-shadow: none;
    overflow-wrap: anywhere;
}

.mjm-single-oral-history-address {
    max-width: 640px;
    margin: auto 0 0;
    padding-top: clamp(5rem, 10vw, 11rem);
    color: var(--mjm-black);
    font-family: var(--font-subtitle, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.08;
    opacity: 1;
}

.mjm-address-icon {
    display: none;
}

.mjm-single-oral-history-hero-media,
.mjm-single-oral-history-hero-placeholder {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: clamp(1rem, 2vw, 1.5rem);
    margin-left: 0;
    align-self: stretch;
    background: var(--mjm-oral-history-hero-bg, var(--mjm-yellow));
    overflow: hidden;
}

.mjm-single-oral-history-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mjm-single-oral-history-hero-media .mjm-video-embed,
.mjm-single-oral-history-hero-media iframe,
.mjm-single-oral-history-hero-media video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.mjm-single-oral-history-hero-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mjm-black);
    font-size: 54px;
}

.mjm-single-oral-history-hero--text-only .mjm-single-oral-history-hero-placeholder {
    display: none;
}

/* Hero Carousel */

.mjm-single-oral-history-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.mjm-single-oral-history-carousel-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
}

.mjm-single-oral-history-carousel-item.active {
    opacity: 1;
    pointer-events: auto;
}

.mjm-single-oral-history-carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mjm-single-oral-history-carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 12px;
    background: var(--mjm-yellow);
    color: var(--mjm-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.mjm-single-oral-history-carousel-prev,
.mjm-single-oral-history-carousel-next {
    position: absolute;
    top: 14px;
    z-index: 24;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--mjm-warm-white);
    color: var(--mjm-black);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.mjm-single-oral-history-carousel-prev:hover,
.mjm-single-oral-history-carousel-next:hover,
.mjm-single-oral-history-carousel-prev:focus,
.mjm-single-oral-history-carousel-next:focus {
    background: var(--mjm-orange);
}

.mjm-single-oral-history-carousel-prev {
    left: 14px;
}

.mjm-single-oral-history-carousel-next {
    left: 64px;
}

.mjm-single-oral-history-carousel-indicators {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 24;
    border-radius: 999px;
    padding: 6px 10px;
    background: var(--mjm-white);
    color: var(--mjm-black);
    font-size: 12px;
    font-weight: 800;
    pointer-events: none;
}

.mjm-single-oral-history-carousel-item--video {
    background: var(--mjm-black);
}

.mjm-single-oral-history-carousel-item--video .mjm-video-embed,
.mjm-single-oral-history-carousel-item--video iframe,
.mjm-single-oral-history-carousel-item--video video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
}

/* Lightbox */

.mjm-single-oral-history-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
}

.mjm-single-oral-history-lightbox.active {
    display: flex;
}

.mjm-single-oral-history-lightbox-content {
    display: flex;
    max-width: 90vw;
    max-height: 85vh;
    flex-direction: column;
    align-items: center;
}

.mjm-single-oral-history-lightbox-img {
    max-width: 90vw;
    max-height: 78vh;
    object-fit: contain;
}

.mjm-single-oral-history-lightbox-caption {
    max-width: 70ch;
    margin-top: 10px;
    color: var(--mjm-white);
    font-size: 13px;
    text-align: center;
}

.mjm-single-oral-history-lightbox-close,
.mjm-single-oral-history-lightbox-prev,
.mjm-single-oral-history-lightbox-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    line-height: 1;
}

.mjm-single-oral-history-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--mjm-white);
    color: var(--mjm-black);
    font-size: 0;
    opacity: 1;
    padding: 0;
}

.mjm-single-oral-history-lightbox-close::before,
.mjm-single-oral-history-lightbox-close::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
}

.mjm-single-oral-history-lightbox-close::before {
    transform: rotate(45deg);
}

.mjm-single-oral-history-lightbox-close::after {
    transform: rotate(-45deg);
}

.mjm-single-oral-history-lightbox-close:hover,
.mjm-single-oral-history-lightbox-close:focus {
    background: var(--mjm-white);
    color: var(--mjm-black);
    opacity: 0.75;
}

.mjm-single-oral-history-lightbox-close:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 3px;
}

.mjm-single-oral-history-lightbox-prev,
.mjm-single-oral-history-lightbox-next {
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    padding: 0;
    transform: translateY(-50%);
}

.mjm-single-oral-history-lightbox-prev:hover,
.mjm-single-oral-history-lightbox-next:hover,
.mjm-single-oral-history-lightbox-prev:focus,
.mjm-single-oral-history-lightbox-next:focus {
    background: transparent;
    opacity: 0.7;
}

.mjm-single-oral-history-lightbox-prev .mjm-arrow-icon,
.mjm-single-oral-history-lightbox-next .mjm-arrow-icon {
    display: block;
    width: 60px;
    height: 60px;
}

.mjm-single-oral-history-lightbox-prev {
    left: 16px;
}

.mjm-single-oral-history-lightbox-next {
    right: 16px;
}

/* Content sections */

.mjm-single-oral-history-audio,
.mjm-single-oral-history-section,
.mjm-single-oral-history-footer {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 34px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(1rem, 2vw, 1.4rem) 0 46px;
    border-top: 1px solid var(--mjm-black);
}

.mjm-single-oral-history-audio {
    position: static;
    z-index: auto;
    background: var(--mjm-white);
}

.mjm-single-oral-history-section-title {
    margin: 0;
    color: var(--mjm-black);
    font-family: var(--font-subtitle, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 34px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.mjm-single-oral-history-audio .mjm-single-oral-history-section-title {
    margin-bottom: 0;
}

.mjm-single-oral-history-description-heading {
    margin-bottom: clamp(0.85rem, 1.2vw, 1.2rem);
}

.mjm-single-oral-history-audio-list,
.mjm-single-oral-history-richtext,
.mjm-single-oral-history-related-list,
.mjm-single-oral-history-location > :not(.mjm-single-oral-history-section-title),
.mjm-single-oral-history-tag-list,
.mjm-single-oral-history-edit-link {
    min-width: 0;
    grid-column: 2;
}

.mjm-single-oral-history-audio-list .mjm-audio-container + .mjm-audio-container {
    margin-top: 10px;
}

.mjm-single-oral-history-richtext {
    color: var(--mjm-black);
    font-size: 17px;
    line-height: 1.45;
}

.mjm-single-oral-history-richtext p {
    margin: 0 0 1.05em;
}

.mjm-single-oral-history-description .mjm-single-oral-history-richtext > p:first-of-type {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.16;
}

.mjm-single-oral-history-richtext p:last-child {
    margin-bottom: 0;
}

.mjm-single-oral-history-richtext a,
.mjm-single-oral-history-related-card {
    color: var(--mjm-oral-history-link-hover-color, var(--mjm-orange));
    text-decoration: none;
    transition: color 0.2s ease;
}

.mjm-single-oral-history-description .mjm-single-oral-history-richtext a {
    font-weight: 800 !important;
}

.mjm-single-oral-history-richtext a:hover,
.mjm-single-oral-history-richtext a:focus,
.mjm-single-oral-history-related-card:hover,
.mjm-single-oral-history-related-card:focus {
    color: var(--mjm-oral-history-link-hover-color, var(--mjm-orange));
    text-decoration: none;
}

.mjm-single-oral-history-description .mjm-single-oral-history-richtext a:hover,
.mjm-single-oral-history-description .mjm-single-oral-history-richtext a:focus {
    color: var(--mjm-black);
}

.mjm-single-oral-history-richtext a:focus,
.mjm-single-oral-history-related-card:focus,
.mjm-single-oral-history-tag-pill:focus,
.mjm-single-oral-history-carousel-prev:focus,
.mjm-single-oral-history-carousel-next:focus {
    outline: 3px solid var(--mjm-black);
    outline-offset: 3px;
}

.mjm-single-oral-history-richtext a:focus:not(:focus-visible),
.mjm-single-oral-history-related-card:focus:not(:focus-visible),
.mjm-single-oral-history-tag-pill:focus:not(:focus-visible),
.mjm-single-oral-history-carousel-prev:focus:not(:focus-visible),
.mjm-single-oral-history-carousel-next:focus:not(:focus-visible) {
    outline: none;
}

.mjm-single-oral-history-richtext img {
    max-width: 100%;
    height: auto;
}

.mjm-single-oral-history-sources .mjm-single-oral-history-richtext {
    font-size: 14px;
}

.mjm-single-oral-history-related-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mjm-single-oral-history-related-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: var(--mjm-gray);
    text-decoration: none;
}

.mjm-single-oral-history-related-card i {
    display: none;
}

.mjm-single-oral-history-location .small {
    margin: 0 0 16px;
    color: var(--mjm-black) !important;
    font-size: 15px;
    line-height: 1.35;
}

.mjm-single-oral-history-location .small a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 8px;
    border-radius: 999px;
    padding: 7px 16px;
    background: var(--mjm-black);
    color: var(--mjm-white) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mjm-single-oral-history-location .small a:hover,
.mjm-single-oral-history-location .small a:focus {
    background: var(--mjm-orange);
    color: var(--mjm-black) !important;
}

.mjm-single-oral-history-map {
    height: 340px;
    min-height: 340px;
    border: 0;
    border-radius: 0;
    background: var(--mjm-gray);
    overflow: hidden;
}

.mjm-single-oral-history-map-marker {
    width: 28px;
    height: 28px;
    border: 3px solid var(--mjm-white);
    border-radius: 999px;
    background: var(--mjm-single-marker-color, var(--mjm-blue));
}

.mjm-single-oral-history-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mjm-single-oral-history-tag-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    padding: 7px 13px;
    background: var(--mjm-green);
    color: var(--mjm-black);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mjm-single-oral-history-tag-pill:nth-child(2n) {
    background: var(--mjm-blue);
}

.mjm-single-oral-history-tag-pill:nth-child(3n) {
    background: var(--mjm-pink);
}

.mjm-single-oral-history-tag-pill:hover,
.mjm-single-oral-history-tag-pill:focus {
    background: var(--mjm-orange);
    color: var(--mjm-black);
}

/* Pictures Section */

.mjm-single-oral-history-pictures .carousel-item {
    text-align: center;
}

.mjm-single-oral-history-pictures .mjm-oral-history-picture-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
}

.mjm-single-oral-history-pictures .location-image-container {
    position: relative;
    display: block;
}

.mjm-single-oral-history-pictures .location-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.mjm-single-oral-history-pictures .location-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.mjm-single-oral-history-pictures .carousel-control-prev,
.mjm-single-oral-history-pictures .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--mjm-warm-white, #fffbf0);
    opacity: 1;
}

.mjm-single-oral-history-pictures .carousel-control-prev { left: 8px; }
.mjm-single-oral-history-pictures .carousel-control-next { right: 8px; }

.mjm-single-oral-history-pictures .carousel-control-prev:hover,
.mjm-single-oral-history-pictures .carousel-control-next:hover,
.mjm-single-oral-history-pictures .carousel-control-prev:focus,
.mjm-single-oral-history-pictures .carousel-control-next:focus {
    background: var(--mjm-orange, #ff4a0a);
}

.mjm-single-oral-history-pictures .carousel-control-prev-icon,
.mjm-single-oral-history-pictures .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.mjm-single-oral-history-footer {
    padding-bottom: 0;
}

.mjm-single-oral-history-edit-link a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 7px 16px;
    background: var(--mjm-black);
    color: var(--mjm-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mjm-single-oral-history-edit-link a:hover,
.mjm-single-oral-history-edit-link a:focus {
    background: var(--mjm-orange);
    color: var(--mjm-black);
}

@media (max-width: 1100px) {
    .mjm-single-oral-history-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
    }

    .mjm-single-oral-history-hero-overlay,
    .mjm-single-oral-history-hero-media,
    .mjm-single-oral-history-hero-placeholder {
        grid-column: 1;
    }

    .mjm-single-oral-history-hero-overlay {
        grid-row: 1;
    }

    .mjm-single-oral-history-hero-media,
    .mjm-single-oral-history-hero-placeholder {
        grid-row: 2;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .mjm-single-oral-history-address {
        margin: 34px 0 0;
        padding-top: 0;
        font-size: 30px;
    }

    .mjm-single-oral-history-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .mjm-single-oral-history-aside {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .mjm-single-oral-history-aside .card {
        margin-bottom: 0;
    }
}

@media (max-width: 760px) {
    .mjm-single-oral-history-hero {
        padding: 0;
    }

    .mjm-single-oral-history-hero-overlay {
        padding: 1.25rem 1.5rem 1.5rem;
    }

    .mjm-single-oral-history-hero-media,
    .mjm-single-oral-history-hero-placeholder {
        margin: 0;
    }

    .mjm-single-oral-history-kicker {
        font-size: 17px;
    }

    .mjm-single-oral-history-address {
        margin: 26px 0 0;
        padding-top: 0;
        font-size: 25px;
    }

    .mjm-single-oral-history-hero-media,
    .mjm-single-oral-history-hero-placeholder {
        aspect-ratio: 4 / 3;
    }

    .mjm-single-oral-history-content {
        padding: 44px 18px 64px;
    }

    .mjm-single-oral-history-aside {
        grid-template-columns: minmax(0, 1fr);
    }

    .mjm-single-oral-history-audio,
    .mjm-single-oral-history-section,
    .mjm-single-oral-history-footer {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .mjm-single-oral-history-audio-list,
    .mjm-single-oral-history-richtext,
    .mjm-single-oral-history-tag-list,
    .mjm-single-oral-history-edit-link {
        grid-column: 1;
    }

    .mjm-single-oral-history-section-title {
        font-size: 28px;
        line-height: 1;
    }

    .mjm-single-oral-history-description .mjm-single-oral-history-richtext > p:first-of-type {
        font-size: 21px;
    }

    .mjm-single-oral-history-aside .location-image,
    .mjm-single-oral-history-aside .mjm-single-oral-history-map {
        height: 260px;
        min-height: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mjm-single-oral-history-carousel-item {
        transition: none;
    }
}
