.press-detail .member-feedback1 h1 {
    max-width: 1050px;
}

.press-detail .article__info {
    gap: 10px 24px;
    justify-content: flex-start;
}

.press-detail .member-feedback__left {
    order: 1;
}

.press-detail .member-feedback__right {
    order: 2;
}

.press-detail__activities {
    display: none;
}

.press-detail__source-link {
    color: #028fde;
    text-decoration: none;
}

.press-detail__source-link:hover {
    color: #ff7a00;
}

.press-detail__lead {
    font-size: 19px;
    line-height: 1.6;
    color: #3d3d3d;
}

.press-detail__cover,
.press-detail__figure {
    width: 100%;
}

.press-detail__cover img,
.press-detail__figure img {
    width: 100%;
    height: auto;
}

.press-detail__back {
    padding-top: 8px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.press-source .tags__wrap {
    margin-bottom: 22px;
}

.press-source h2 {
    margin-bottom: 12px;
    font-size: 22px;
}

.press-source__name {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    color: #1a1a1a;
}

.press-source__meta {
    margin-top: 16px;
}

.press-source__meta p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #676767;
}

.press-source__button {
    width: 100%;
    margin-top: 22px;
    text-align: center;
}

@media (max-width: 1023px) {
    .press-detail .member-feedback__right {
        display: none;
    }
}

@media (max-width: 767px) {
    .press-detail__lead {
        font-size: 17px;
    }

    .press-detail .article__info {
        align-items: flex-start;
        flex-direction: column;
    }
}
