.deliveryContent {
        margin: 0 auto;
    }
    .deliveryContent h2,
    .deliveryContent h3,
    .deliveryContent h4 {
        margin: 0 0 18px;
        color: #303847;
        line-height: 1.24;
    }
    .deliveryContent .text_about,
    .deliveryContent li {
        color: #465062;
        font-size: 16px;
        line-height: 1.7;
    }
    .deliveryContent ul,
    .deliveryContent ol {
        margin: 0 0 24px;
        padding-left: 22px;
    }
    .deliveryContent figure {
        margin: 0 0 28px;
    }
    .deliveryContent img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .deliveryContent figcaption {
        margin-top: 8px;
        color: #727b8d;
        font-size: 14px;
    }
    .deliveryContent .editorGallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
        margin: 0 0 28px;
    }
    .deliveryContent .editorGallery figure {
        margin: 0;
    }
    .deliveryContent .editorGallery img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .deliveryContent .editorChecklist {
        list-style: none;
        padding-left: 0;
    }
    .deliveryContent .editorChecklist li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .deliveryContent .editorChecklist span {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        border: 1px solid #3b8cb9;
        border-radius: 50%;
        color: #3b8cb9;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
    }
    .deliveryContent .editorEmbedFrame {
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        background: #f5f7fa;
    }
    .deliveryContent .editorEmbedFrame iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .deliveryContent blockquote {
        margin: 0 0 28px;
        padding: 22px 26px;
        border-left: 4px solid #3b8cb9;
        background: #f8fbfd;
        color: #303847;
    }
    .deliveryContent pre {
        overflow-x: auto;
        padding: 18px;
        border-radius: 8px;
        background: #f5f7fa;
    }
