.page-id-351 .hosting-widget {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 35px 40px;
    margin: 40px 0;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    font-family: Arial, sans-serif;
}

/* ЗАГЛАВИЯ */
.page-id-351 .hosting-widget h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0A789A;
    margin-bottom: 10px;
    position: relative;
}

.page-id-351 .hosting-widget h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #6A0A1B;
    margin-top: 6px;
    border-radius: 4px;
}

.page-id-351 .hosting-widget > p {
    font-size: 17px;
    color: #444;
}

.page-id-351 .order-summary h4,
.page-id-351 .order-payments h4 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 25px 0 20px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 6px;
}

.page-id-351 .order-items .row.item-level-0 strong {
    font-size: 15px;
    color: #0A789A;
    font-weight: 700;
}

/* ПРОДУКТОВА ГРУПА */
.page-id-351 .order-items .row.item-level-0 .col-md-12 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 5px;
}

.page-id-351 .order-items .row.item-level-1 {
    padding: 14px 12px;
    margin-bottom: 8px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fafafa;
    transition: 0.15s ease;
}

.page-id-351 .order-items .row.item-level-1:hover {
    background: #f1f9ff;
    border-color: #c5e1ff;
}

.page-id-351 .order-items .row.item-level-1 div {
    font-size: 15px;
    color: #222;
}

/* ЦЕНА */
.page-id-351 .order-items .text-right {
    font-weight: 700;
    color: #2563eb;
}

/* ОБЩО */
.page-id-351 .order-totals {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #efefef;
}

.page-id-351 .order-totals strong {
    font-size: 22px;
    font-weight: 800;
    color: #0A789A;
}

/* НАПРАВЕНО ПЛАЩАНЕ */
.page-id-351 .order-payments {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 2px solid #efefef;
}

.page-id-351 .order-payments .row {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.page-id-351 .order-payments strong {
    color: #6A0A1B;
    font-size: 15px;
}

.page-id-351 .order-payments .col-md-4,
.page-id-351 .order-payments .col-md-2 {
    font-size: 14px;
    color: #444;
}

.page-id-351 .order-payments .row:last-child {
    border-bottom: none;
}

/* ПРЕВОДИ */