/* Content surfaces inherit the service page's dark theme. */
body.parent-2 .price-row,
body.parent-2 .package-card {
    background: #151b1a;
    color: #ffffff;
    border-color: #3a4140;
    border-radius: 8px;
}

body.parent-2 .price-row h3,
body.parent-2 .package-card h3 {
    color: #ffffff;
}

body.parent-2 .price-row p,
body.parent-2 .price-row small,
body.parent-2 .package-card p,
body.parent-2 .package-card small,
body.parent-2 #price p {
    color: #c9cfcd;
}

body.parent-2 .price-row strong,
body.parent-2 .package-card strong {
    color: #f57c00;
}

body.parent-2 .work-catalog-section > .wrap {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

@media (max-width: 700px) {
    body.parent-2 #price > .wrap,
    body.parent-2 .price-list--full,
    body.parent-2 .package-grid {
        width: calc(100% - 40px);
        margin-inline: auto;
    }

    body.parent-2 .work-catalog-head h2 {
        font-size: 30px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    body.parent-2 .work-catalog-card__body {
        padding: 16px;
    }
}
