.standalone-knowledge-page {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: calc(var(--header-height-desktop, 80px) + 72px) 0 80px;
}

.standalone-panel {
    display: block;
    min-height: auto;
}

.standalone-panel .flip-panel-content {
    width: 100%;
    max-width: none;
}

.standalone-panel h1 {
    margin: 0 0 34px;
    color: var(--accent-color);
    font-family: 'Outfit', 'DM Sans', sans-serif;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.standalone-panel .expert-faq-wrapper,
.standalone-panel .tech-terminal-wrapper {
    margin-top: 0;
}

.standalone-panel blockquote {
    margin-top: 34px;
}

@media (max-width: 768px) {
    .standalone-knowledge-page {
        width: min(100% - 24px, 680px);
        padding: calc(var(--header-height-mobile, 60px) + 44px) 0 56px;
    }

    .standalone-panel h1 {
        font-size: 2.1rem;
    }
}
