.f-press__title {
    font-size: 18px;
    line-height: 1.333;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center
}

@media screen and (min-width: 640px) {
    .f-press__title {
        font-size: 24px
    }
}

@media screen and (min-width: 1280px) {
    .f-press__title {
        font-size: 30px
    }
}

@media screen and (min-width: 1536px) {
    .f-press__title {
        font-size: 36px
    }
}

.f-press__content {
    opacity: 0
}

.f-press__content .swiper-wrapper {
    display: flex
}

.f-press__content.swiper-container-initialized {
    opacity: 1
}

.f-press__logo {
    cursor: pointer
}

.f-press__logo .f-image {
    width: var(--image-width, 100%);
    opacity: .3;
    transition: var(--f-duration-default, 0.25s) opacity
}

.f-press__logo .f-image:hover {
    opacity: 1
}

.f-press__logo .f-placeholder-svg {
    width: 270px;
    max-width: 100%;
    height: 64px;
    margin: auto
}

.f-press__list--show-divider .f-press__logo {
    position: relative;
    padding-top: 40px
}

@media screen and (min-width: 768px) {
    .f-press__list--show-divider .f-press__logo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 0;
        background: rgb(var(--color-foreground));
        transition: var(--f-duration-default, 0.25s) width ease-in-out
    }
}

.f-press__logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px
}

.f-press__logo--is-active:before {
    width: 100% !important
}

.f-press__logo--is-active .f-image {
    opacity: 1
}

.f-press__list {
    margin: 28px auto 20px;
    max-width: var(--press-list-width, 100%)
}

.f-press__list--show-divider {
    margin-top: 40px;
    position: relative
}

.f-press__list--show-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(var(--color-border))
}

@media screen and (min-width: 768px) {
    .f-press__list {
        margin-top: 48px;
        margin-bottom: 0
    }

    .f-press__list--show-divider {
        margin-top: 60px
    }
}
