.elementor-1098 .elementor-element.elementor-element-3fff156{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-85cdc51 */<style>
    .notary-blog-post {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.7;
        color: #333;
        max-width: 850px;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
    }

    .notary-blog-post h1 {
        color: #1a3a5a; /* Темно-синій брендовий колір */
        font-size: 32px;
        margin-bottom: 25px;
        line-height: 1.2;
        border-left: 6px solid #c5a059; /* Золотистий акцент */
        padding-left: 15px;
    }

    .notary-blog-post h2 {
        color: #1a3a5a;
        font-size: 24px;
        margin-top: 35px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .notary-blog-post h3 {
        color: #c5a059;
        font-size: 20px;
        margin-top: 25px;
    }

    .notary-blog-post p {
        margin-bottom: 18px;
        text-align: justify;
    }

    .notary-blog-post ul, .notary-blog-post ol {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .notary-blog-post li {
        margin-bottom: 10px;
    }

    .notary-blog-post ul li::marker {
        color: #c5a059;
    }

    .info-box {
        background-color: #f9fbfc;
        border: 1px solid #1a3a5a;
        padding: 25px;
        margin: 30px 0;
        border-radius: 8px;
    }

    .cta-section {
        background: linear-gradient(135deg, #1a3a5a 0%, #2c5a85 100%);
        color: #fff;
        padding: 30px;
        text-align: center;
        border-radius: 10px;
        margin: 40px 0;
    }

    .cta-section h2 {
        color: #fff;
        border: none;
        margin-top: 0;
    }

    .cta-button {
        display: inline-block;
        background-color: #c5a059;
        color: #fff !important;
        padding: 15px 35px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: transform 0.2s, background-color 0.3s;
        margin-top: 15px;
    }

    .cta-button:hover {
        background-color: #b38f48;
        transform: translateY(-2px);
    }

    .document-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        background: #fff9f0;
        padding: 20px;
        border-radius: 8px;
    }

    @media (max-width: 600px) {
        .notary-blog-post h1 { font-size: 24px; }
        .document-list { grid-template-columns: 1fr; }
        .cta-section { padding: 20px; }
    }
</style>/* End custom CSS */