.logo {
    height: 48px !important;
}

.hero-text {
    line-height: 2.2rem;
}

.vp-breadcrumb,
.breadcrumb,
nav[aria-label="breadcrumb"],
.plume-breadcrumb {
    display: none !important;
}

html[data-theme="light"] .vcc-title {
    color: #245ca4;
    font-weight: 500;
    display: flex;
    font-size: 24px;
    margin: 40px 0 20px 0;
}

html[data-theme="dark"] .vcc-title {
    color: #ffa736;
    font-weight: 500;
    display: flex;
    font-size: 24px;
    margin: 40px 0 20px 0;
}

html[data-theme="light"] .topic-how-title {
    color: #245ca4;
    font-weight: 500;
}

html[data-theme="dark"] .topic-how-title {
    color: #ffa736;
    font-weight: 500;
}

.hint-container.tip {
    display: flex;
    flex-direction: column;
}

.topic-how-text {
    margin-bottom: 40px;
}

.topic-analogy {
    line-height: 26px;
    font-size: 12pt;
    letter-spacing: 0.01em;

    img {
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(3, 7, 18, 0.04),
        0 6px 24px rgba(3, 7, 18, 0.08);
    }
}

.hint-container {
    margin-bottom: 30px !important;
}

p > img {
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(3, 7, 18, 0.04),
    0 4px 8px rgba(3, 7, 18, 0.08),
    0 9px 18px rgba(3, 7, 18, 0.13),
    0 16px 32px rgba(3, 7, 18, 0.17),
    0 25px 50px rgba(3, 7, 18, 0.21);
}

.vp-doc-meta .tag {
    background-color: rgba(68, 73, 90, 0.85) !important;
    color: #fafafa !important;
    border-radius: 5px !important;
    padding: 2px 8px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}