.if-intro-vex {
    padding: 0 !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#if-intro-panel {
    background: #fff;
    border-radius: 12px;
}

#if-intro-panel .eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #888;
    margin: 0 0 0.4rem;
    text-transform: uppercase;
}

#if-intro-panel h1 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #111;
}

#if-intro-panel p {
    margin: 1rem 0;
}

#if-intro-panel .intro-text {
    font-size: 15px;
    line-height: 1.7;
}

#if-intro-panel .intro-text code {
    border-radius: 8px;
    padding: 0 1ch;
    font-size: 94%;
}

#if-intro-panel .command-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.75rem 0;
}

#if-intro-panel .command-group {
    border-radius: 8px;
    padding: 1rem 1.1rem;
}

#if-intro-panel .command-group th {
    padding-right: 1em;
}

#if-intro-panel .footer {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 1rem;
}

@media (max-height: 540px) or (max-width: 540px) {
    body .vex.if-intro-vex .vex-content {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    #if-intro-panel .command-group {
        font-size: 15px;
    }
    #if-intro-panel .command-group table,
    #if-intro-panel .command-group tbody,
    #if-intro-panel .command-group tr {
        display: block;
    }
    #if-intro-panel .command-group td,
    #if-intro-panel .command-group th {
        display: inline;
    }
    #if-intro-panel .command-grid {
        grid-template-columns: 1fr;
        margin: 0;
    }
    .if-intro-vex .vex-content {
        overflow-y: auto;
    }
}
