@charset "UTF-8";
.wp-legacy-container {
    display: block;
}

.elementor-widget-container {
    position: relative;
}

.wp-block-group {
    margin-bottom: 1.5em;
}

.has-text-align-center {
    text-align: center;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.entry-content > * {
    margin-bottom: 1.5em;
}

.site-main {
    overflow: hidden;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.dngst {
    max-width: 980px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 24px;
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
    color: #243043;
}

.dngst h1,
.dngst h2,
.dngst h3 {
    margin: 0;
    color: #111827;
    line-height: 1.25;
    font-weight: 800;
}

.dngst h1 {
    font-size: 42px;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.dngst h2 {
    font-size: 28px;
    margin-top: 42px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6eaf0;
}

.dngst h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #1f3c88;
}

.dngst p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #425066;
}

.dngst ul,
.dngst ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.dngst li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.75;
    color: #425066;
}

.dngst ul li::marker,
.dngst ol li::marker {
    color: #2563eb;
    font-weight: 700;
}

.dngst a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
    word-break: break-word;
}

.dngst a:hover {
    color: #1d4ed8;
    border-color: currentColor;
}

.dngst strong {
    color: #111827;
}

.dngst > p:first-of-type {
    padding: 22px 24px;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
    border: 1px solid #dbeafe;
    border-radius: 18px;
    color: #334155;
}

.dngst h3 + p {
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
}

.dngst h2:first-of-type {
    margin-top: 30px;
}

.dngst p:last-child,
.dngst ul:last-child,
.dngst ol:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dngst {
        margin: 24px auto;
        padding: 32px 24px;
        border-radius: 20px;
    }

    .dngst h1 {
        font-size: 34px;
    }

    .dngst h2 {
        font-size: 24px;
        margin-top: 34px;
    }

    .dngst h3 {
        font-size: 20px;
    }

    .dngst p,
    .dngst li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .dngst {
        margin: 16px auto;
        padding: 24px 16px;
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    }

    .dngst h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .dngst h2 {
        font-size: 21px;
        margin-top: 28px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .dngst h3 {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .dngst p,
    .dngst li {
        font-size: 15px;
        line-height: 1.7;
    }

    .dngst ul,
    .dngst ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .dngst > p:first-of-type,
    .dngst h3 + p {
        padding: 16px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .dngst {
        padding: 20px 14px;
        border-radius: 16px;
    }

    .dngst h1 {
        font-size: 24px;
    }

    .dngst h2 {
        font-size: 19px;
    }

    .dngst h3 {
        font-size: 17px;
    }

    .dngst p,
    .dngst li {
        font-size: 14px;
    }
}