.mhp-delivery-summary {
    margin: 22px 0 0;
    padding: 18px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #f6f6f4;
    color: #202124;
}

.mhp-delivery-summary__title {
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 1rem;
}

.mhp-delivery-summary__status {
    display: grid;
    gap: 2px;
    margin-bottom: 12px;
}

.mhp-delivery-summary__status span {
    color: #687078;
    font-size: .9rem;
    line-height: 1.45;
}

.mhp-delivery-summary__methods {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dedede;
}

.mhp-delivery-summary__methods li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #dedede;
    font-size: .9rem;
}

.mhp-delivery-jump {
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mhp-delivery-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.mhp-delivery-method {
    padding: 18px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
}

.mhp-delivery-method h3,
.mhp-delivery-status h3 {
    margin: 0 0 7px;
    font-size: 1rem;
}

.mhp-delivery-method p,
.mhp-delivery-status p {
    margin: 0 0 8px;
}

.mhp-delivery-method p:last-child,
.mhp-delivery-status p:last-child {
    margin-bottom: 0;
}

.mhp-delivery-method__prices {
    line-height: 1.65;
}

.mhp-delivery-method__note,
.mhp-delivery-final-note {
    color: #687078;
    font-size: .9rem;
    line-height: 1.5;
}

.mhp-delivery-final-note {
    margin-top: 18px;
}

.mhp-delivery-price--free,
.mhp-delivery-price--discount {
    font-weight: 700;
}

@media (max-width: 700px) {
    .mhp-delivery-methods {
        grid-template-columns: 1fr;
    }
}
