.tutorial-shell .benefit-featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.tutorial-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(420px, 100%);
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(24, 19, 15, 0.1);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(64, 35, 18, 0.06);
}

.tutorial-search span {
    color: var(--red);
    font-weight: 900;
    white-space: nowrap;
}

.tutorial-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
}

.tutorial-section {
    margin-top: 18px;
}

.tutorial-tabs {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.tutorial-tab {
    padding-top: 4px;
}

.tutorial-tab__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.tutorial-tab__head h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 950;
}

.tutorial-tab__head span {
    color: var(--muted);
    font-size: .86rem;
    font-weight: 900;
}

.tutorial-card .benefit-card__body p {
    min-height: 68px;
}

.tutorial-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 210px));
    justify-content: start;
}

.tutorial-card a {
    width: 210px;
    height: 310px;
    min-height: 310px;
}

.tutorial-ai-warning {
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(240, 37, 37, 0.24);
    border-radius: 16px;
    background: rgba(240, 37, 37, 0.08);
    color: var(--red);
    font-weight: 900;
}

.tutorial-empty {
    margin-top: 18px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    color: var(--muted);
    font-weight: 900;
}

@media (max-width: 760px) {
    .tutorial-shell .benefit-featured {
        flex-direction: column;
        align-items: stretch;
    }
}
