/* STEP */
.step-section {
    scroll-margin-top: 72px;
}

.step-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.step-number-block {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: var(--orange-light);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--e-global-color-d49ac81);
    align-items: center;
    justify-content: center;
}

.step-number-label {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--e-global-color-d49ac81);
    line-height: 1;
}

.step-number-val {
    font-size: 24px;
    font-weight: 700;
    color: var(--e-global-color-d49ac81);
    line-height: 1;
}

.step-title-wrap {
    flex: 1;
}

.step-title {
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    /* color: var(--ink); */
    letter-spacing: -0.01em !important;
    margin: 0;
}

.step-subtitle {
    font-size: 13px;
    /* color: white; */
    margin-top: 4px;
    font-weight: 400;
    margin-block-end: 0 !important;
}

.step-body {
    font-size: 15.5px;
    /* color: white; */
    line-height: 1.75;
    font-weight: 300;
}

.step-body p+p {
    margin-top: 14px;
}

.step-body strong {
    font-weight: 600;
    /* color: white; */
}

.step-screenshot {
    margin-top: 24px;
    border-radius: 10px;
    border: 1px solid rgba(var(--e-global-color-d49ac81), 0.5);
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);

}


.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: .75rem
}

.pill {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 999px;
    background: rgb(245, 244, 237);
    color: light-dark(rgba(61, 61, 58, 1), rgba(194, 192, 182, 1));
    border: 0.5px solid light-dark(rgba(31, 30, 29, 0.15), rgba(222, 220, 209, 0.15));
}

.pill.hi {
    background: #FFF0E6;
    color: #854F0B;
    border-color: #FAC775
}


.info-box {
    background: light-dark(rgba(245, 244, 237, 1), rgba(38, 38, 36, 1));
    padding: .875rem 1rem;
    border: 1px solid;
    margin-bottom: .75rem;
    border-color: rgba(31, 30, 29, 0.15) !important;
}

.info-box .ib-label {
    font-size: 11px;
    font-weight: 600;
    color: light-dark(rgba(115, 114, 108, 1), rgba(156, 154, 146, 1));
    margin-bottom: .3rem;
    text-transform: uppercase;
    letter-spacing: .06em
}

.info-box p {
    font-size: 13px;
    color: light-dark(rgba(61, 61, 58, 1), rgba(194, 192, 182, 1));
    line-height: 1.6;
    margin: 0
}

.example-box,
.info-box {
    border-radius: 5px;
    margin: 15px auto;
}

.example-box {
    background: #F0F7FF;
    border: 0.5px solid #B5D4F4;
    padding: .75rem 1rem;
}

.example-box .ex-label {
    font-size: 10px;
    font-weight: 500;
    color: #185FA5;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .3rem
}

.example-box p {
    font-size: 13px;
    color: #0C447C;
    line-height: 1.6;
    margin: 0
}