/* AD MAX Felsorolás widget — pipás lista és számozott lépések. */

.am-checks {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.am-checks > div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.am-check {
    flex: none;
    width: 17px;
    height: 17px;
    font-size: 9px;
    margin-top: 2px;
    border-radius: 50%;
    background: #A7EBDD;
    color: #1E3A38;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-check-t {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #e4f1ec;
}

.am-nsteps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.am-nstep {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.am-nstep-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
}

.am-nstep-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(167, 235, 221, .14);
    border: 1px solid rgba(167, 235, 221, .3);
    color: #A7EBDD;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-nstep-line {
    width: 1.5px;
    height: 23px;
    background: repeating-linear-gradient(180deg, rgba(167, 235, 221, .4) 0 4px, transparent 4px 8px);
}

.am-nstep-line.is-off {
    height: 0;
}

.am-nstep-body {
    padding-bottom: 16px;
}

.am-nstep-t {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
}

.am-nstep-s {
    font-size: 13px;
    line-height: 1.5;
    color: #9fb6ae;
    margin-top: 4px;
    font-weight: 500;
}

/* megjelenes="usp" — pöttyös USP sor: teál pötty + rövid szöveg, flex-wrap sorban. */
.am-hero-usps {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #5c7b73;
    font-weight: 600;
    flex-wrap: wrap;
}

.am-hero-usps > span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.am-usp-dot {
    flex: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2C8B74;
}
