.prenos-page {
    width: min(1040px, calc(100% - 40px));
    margin: 210px auto 90px;
    padding: 48px;
    border: 1px solid #d7e8f8;
    border-radius: 8px;
    color: #2d3150;
    background: #fff;
    box-shadow: 0 18px 45px rgba(45, 91, 135, 0.1);
}

.prenos-page__eyebrow {
    margin: 0 0 8px;
    color: #2f93f5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.prenos-page h1 {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.12;
    font-family: SourceSansBold, Arial, sans-serif;
}

.prenos-page h2 {
    margin: 34px 0 10px;
    font-size: 24px;
    font-family: SourceSansBold, Arial, sans-serif;
}

.prenos-page p,
.prenos-page li {
    color: #5e6f89;
    font-size: 17px;
    line-height: 1.7;
}

.prenos-page a {
    color: #2560e6;
}

.prenos-page__box {
    margin: 22px 0;
    padding: 20px 22px;
    border: 1px solid #cfe4fa;
    border-radius: 8px;
    background: #f4f9ff;
}

.prenos-page__box p {
    margin: 0 0 8px;
}

.prenos-page__box p:last-child {
    margin-bottom: 0;
}

.prenos-page__table-wrap {
    overflow-x: auto;
    margin: 18px 0 8px;
    border: 1px solid #d7e8f8;
    border-radius: 8px;
}

.prenos-page__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
}

.prenos-page__table th,
.prenos-page__table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e5eef8;
    font-size: 16px;
    line-height: 1.45;
}

.prenos-page__table th {
    background: #f4f9ff;
    color: #2d3150;
    font-family: SourceSansSemiBold, Arial, sans-serif;
}

.prenos-page__table tr:last-child td {
    border-bottom: 0;
}

.prenos-page__table td strong {
    color: #2d3150;
    font-family: SourceSansBold, Arial, sans-serif;
}

.prenos-page__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    background: #3e9fff;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-family: SourceSansBold, Arial, sans-serif;
    box-shadow: 0 10px 22px rgba(62, 159, 255, 0.22);
}

.prenos-page__download:hover {
    background: #2f8eef;
}

@media (max-width: 700px) {
    .prenos-page {
        width: calc(100% - 24px);
        margin-top: 150px;
        padding: 28px 20px;
    }

    .prenos-page h1 {
        font-size: 30px;
    }
}
