.caviexo-press {
    width: min(100%, 1336px);
    margin: 0 auto;
    padding: 42px 20px 48px;
}

.caviexo-press__title {
    margin: 0 0 28px;
    color: #080808;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

.caviexo-press__list {
    display: grid;
    gap: 14px;
}

.caviexo-press__item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.04);
}

.caviexo-press__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
}

.caviexo-press__logo img {
    display: block;
    width: auto;
    max-width: 112px;
    max-height: 42px;
    object-fit: contain;
}

.caviexo-press__text {
    color: #080808;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.caviexo-press__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 46px;
    padding: 10px 18px;
    color: #080808;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 999px;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.caviexo-press__button:hover,
.caviexo-press__button:focus {
    color: #9f003f;
    border-color: #9f003f;
    transform: translateY(-1px);
}

@media (max-width: 760px) {
    .caviexo-press {
        padding: 32px 16px 40px;
    }

    .caviexo-press__item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .caviexo-press__logo {
        min-height: 34px;
    }

    .caviexo-press__text {
        font-size: 16px;
    }

    .caviexo-press__button {
        width: 100%;
    }
}
