/* The regular section headings of /actions/ share the site's primary H2 treatment. */
@media (min-width: 768px) {
    html body:has(.vo-actions-photo-style) .video .main > h2,
    html body:has(.vo-actions-photo-style) .vo-actions-photo-style h2,
    html body:has(.vo-actions-photo-style) .photo-gallery h2 {
        font-family: 'MullerBold', Arial, sans-serif !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        color: rgba(22, 43, 41, .902) !important;
        text-align: center !important;
        text-transform: none !important;
    }

    html body:has(.vo-actions-photo-style) .video .main > h2 > b {
        font-weight: inherit;
    }
}

@media (max-width: 767px) {
    html body:has(.vo-actions-photo-style) .video .main > h2,
    html body:has(.vo-actions-photo-style) .vo-actions-photo-style h2,
    html body:has(.vo-actions-photo-style) .photo-gallery h2 {
        font-family: 'MullerBold', Arial, sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
        color: rgba(22, 43, 41, .902) !important;
        text-align: center !important;
        text-transform: none !important;
    }
}
