.al-7d085f0b-wrapper {
    display: flex;
    gap: 60px;
    font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
    color: #14141e;
}

.al-7d085f0b-main {
    flex: 1;
    min-width: 0;
}

.al-7d085f0b-content {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 300;
    color: #333;
}

/* Aggressive fix for top gapping */
.al-7d085f0b-content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.al-7d085f0b-content h1, 
.al-7d085f0b-content h2, 
.al-7d085f0b-content h3 {
    color: #14141e;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.al-7d085f0b-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
    gap: 20px;
}

.al-7d085f0b-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.al-7d085f0b-tag {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    color: #657082;
    text-decoration: none;
    transition: all 0.2s ease;
}

.al-7d085f0b-tag:hover {
    border-color: #b37ff9;
    color: #14141e;
}

.al-7d085f0b-sidebar {
    width: 250px;
    flex-shrink: 0;
}

.al-7d085f0b-sticky {
    position: sticky;
    top: 100px;
}

.al-7d085f0b-sidebar-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #657082;
    margin-bottom: 20px;
}

.al-7d085f0b-toc {
    margin-bottom: 50px;
}

.al-7d085f0b-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #f0f0f0;
}

.al-7d085f0b-toc-list li {
    position: relative;
}

.al-7d085f0b-toc-list li::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: transparent;
    transition: background-color 0.2s ease;
}

.al-7d085f0b-toc-list li a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #657082;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.al-7d085f0b-toc-list li a:hover {
    color: #14141e;
}

.al-7d085f0b-socials {
    display: flex;
    gap: 10px;
}

.al-7d085f0b-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #657082;
    text-decoration: none;
    transition: all 0.2s ease;
}

.al-7d085f0b-social i, .al-7d085f0b-social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 992px) {
    .al-7d085f0b-wrapper {
        flex-direction: column;
    }
    .al-7d085f0b-sidebar {
        width: 100%;
        order: -1;
    }
    .al-7d085f0b-sticky {
        position: relative;
        top: 0;
    }
}


/* Remove bullets on the "On this page" TOC list (override theme .elementor ul list-style) */
.elementor ul.al-7d085f0b-toc-list,
.elementor ul.al-7d085f0b-toc-list:not(.nav),
.al-7d085f0b-toc .al-7d085f0b-toc-list,
.al-7d085f0b-toc-list li {
    list-style: none !important;
    list-style-type: none !important;
}
.al-7d085f0b-toc-list li::marker {
    content: "" !important;
}

/* h3-size-fix */
.al-7d085f0b-content h3 {
    font-size: 28px;
    font-family: inherit;
    line-height: 1.3;
}
