.wide-format-gallery {
    color: #1f2937;
}

.dark .wide-format-gallery {
    color: #f9fafb;
}

.wide-format-gallery__titles {
    margin-bottom: 2.5rem;
}

.wide-format-gallery__label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.wide-format-gallery__label span {
    color: inherit;
}

.wide-format-gallery__grid {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.wide-format-gallery__row {
    display: flex;
    gap: 0.25rem;
    height: 374px;
    max-height: 374px;
}

.wide-format-gallery__row--top .wide-format-gallery__item:first-child {
    flex: 0 0 65%;
    max-width: 570px;
}

.wide-format-gallery__row--top .wide-format-gallery__item:last-child {
    flex: 1 1 35%;
}

.wide-format-gallery__row--bottom .wide-format-gallery__item:first-child {
    flex: 1 1 35%;
}

.wide-format-gallery__row--bottom .wide-format-gallery__item:last-child {
    flex: 0 0 65%;
    max-width: 570px;
}

.wide-format-gallery__item {
    overflow: hidden;
    height: 100%;
}

.wide-format-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wide-format-gallery__item:hover .wide-format-gallery__image {
    transform: scale(1.02);
}

@media (max-width: 639px) {
    .wide-format-gallery__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .wide-format-gallery__line {
        display: none;
    }

    .wide-format-gallery__row {
        flex-direction: column;
    }

    .wide-format-gallery__row--top .wide-format-gallery__item:first-child,
    .wide-format-gallery__row--top .wide-format-gallery__item:last-child,
    .wide-format-gallery__row--bottom .wide-format-gallery__item:first-child,
    .wide-format-gallery__row--bottom .wide-format-gallery__item:last-child {
        flex: 1 1 100%;
    }
}

.logo-industry-ticker__line {
    flex: 1 1 auto;
    border: 2px solid #000;
    min-width: 3rem;
}

.logo-industry-ticker__heading {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    color: #1f2937;
    text-align: center;
}

.logo-industry-ticker__label {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.logo-industry-ticker__label span {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 1.75rem 0 1.75rem;
    border: 3px solid #000;
    border-bottom: none;
    position: relative;
    left: 2.77px;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}
