.elementor-4181 .elementor-element.elementor-element-410ac05{--display:flex;}/* Start custom CSS for container, class: .elementor-element-410ac05 *//* =========================================
   ASPIRIUM SINGLE BLOG POST
   ========================================= */

.aspirium-blog-post {
    --asp-navy: #17152f;
    --asp-purple: #7c4dff;
    --asp-cyan: #37d5e7;
    --asp-pink: #d92fa3;
    --asp-text: #27243d;
    --asp-muted: #67637b;
    --asp-light: #f6f5fb;

    overflow: hidden;
}

/* Main article width */
.aspirium-article {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    color: var(--asp-text);
    font-size: 18px;
    line-height: 1.8;
}

/* Paragraph spacing */
.aspirium-article p {
    margin: 0 0 24px;
}

/* Main article introduction */
.aspirium-article > p:first-of-type {
    font-size: 21px;
    line-height: 1.7;
    color: var(--asp-muted);
    margin-bottom: 42px;
}

/* Numbered section headings */
.aspirium-article h2 {
    position: relative;
    margin: 58px 0 20px;
    padding: 22px 26px 22px 76px;
    color: var(--asp-navy);
    font-size: clamp(24px, 3vw, 31px);
    line-height: 1.25;
    background:
        linear-gradient(
            135deg,
            rgba(124, 77, 255, 0.09),
            rgba(55, 213, 231, 0.06)
        );
    border: 1px solid rgba(124, 77, 255, 0.14);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(23, 21, 47, 0.07);
}

/* Coloured accent beside headings */
.aspirium-article h2::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 28px;
    height: 5px;
    border-radius: 100px;
    background: linear-gradient(
        90deg,
        var(--asp-purple),
        var(--asp-pink),
        var(--asp-cyan)
    );
    transform: translateY(-50%);
    box-shadow: 0 0 14px rgba(124, 77, 255, 0.35);
}

/* Smaller headings */
.aspirium-article h3 {
    margin: 38px 0 15px;
    color: var(--asp-navy);
    font-size: 23px;
    line-height: 1.35;
}

/* Links */
.aspirium-article a {
    color: var(--asp-purple);
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.aspirium-article a:hover {
    color: var(--asp-pink);
}

/* Lists */
.aspirium-article ul,
.aspirium-article ol {
    margin: 0 0 28px;
    padding-left: 28px;
}

.aspirium-article li {
    margin-bottom: 12px;
    padding-left: 5px;
}

.aspirium-article li::marker {
    color: var(--asp-purple);
    font-weight: 700;
}

/* Quotes or highlighted statements */
.aspirium-article blockquote {
    position: relative;
    margin: 42px 0;
    padding: 30px 32px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.55;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(55, 213, 231, 0.2),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #17152f,
            #292050
        );
    border: 1px solid rgba(124, 77, 255, 0.45);
    border-left: 5px solid var(--asp-cyan);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(23, 21, 47, 0.18);
}

.aspirium-article blockquote p:last-child {
    margin-bottom: 0;
}

/* Images inside articles */
.aspirium-article img {
    display: block;
    width: 100%;
    height: auto;
    margin: 38px auto;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(23, 21, 47, 0.14);
}

/* Image captions */
.aspirium-article figcaption {
    margin-top: -25px;
    color: var(--asp-muted);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* Horizontal divider */
.aspirium-article hr {
    width: 100%;
    height: 1px;
    margin: 52px 0;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(124, 77, 255, 0.35),
        rgba(55, 213, 231, 0.35),
        transparent
    );
}

/* Tables */
.aspirium-article table {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(124, 77, 255, 0.16);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(23, 21, 47, 0.06);
}

.aspirium-article th {
    padding: 16px 18px;
    color: #fff;
    text-align: left;
    background: var(--asp-navy);
}

.aspirium-article td {
    padding: 15px 18px;
    border-top: 1px solid rgba(124, 77, 255, 0.12);
}

.aspirium-article tr:nth-child(even) td {
    background: var(--asp-light);
}

/* Mobile */
@media (max-width: 767px) {
    .aspirium-article {
        font-size: 17px;
        line-height: 1.7;
    }

    .aspirium-article > p:first-of-type {
        font-size: 19px;
        margin-bottom: 32px;
    }

    .aspirium-article h2 {
        margin-top: 42px;
        padding: 20px 20px 20px 58px;
        border-radius: 15px;
    }

    .aspirium-article h2::before {
        left: 19px;
        width: 23px;
    }

    .aspirium-article blockquote {
        padding: 24px;
        font-size: 18px;
    }
}

/* Refine the blog article layout */
.aspirium-article {
    max-width: 760px;
}

/* Keep section headings consistent with Aspirium typography */
.aspirium-article h2 {
    font-family: inherit !important;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Reduce excessive spacing between paragraph blocks */
.aspirium-article p {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Make the introductory paragraph stand out */
.aspirium-article .elementor-widget-container > p:first-of-type,
.aspirium-article .wp-block-paragraph:first-child {
    color: #67637b;
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 24px !important;
}

/* Properly constrain and centre the article */
.aspirium-article > .elementor-widget-container {
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

/* Slightly reduce the gaps between sections */
.aspirium-article h2 {
    margin-top: 48px;
}

/* Prevent the first heading having excessive space above it */
.aspirium-article h2:first-of-type {
    margin-top: 38px;
}/* End custom CSS */