.aw-delivery-steps .aw-content-card .col-inner {
    position: relative;
}

.aw-delivery-step-number {
    align-items: center;
    background: var(--aw-color-primary, #2e2e70);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-bottom: 18px;
    width: 42px;
}

.aw-delivery-location .col-inner {
    background: linear-gradient(145deg, #f4f9fd, #e5f2fb);
    border-radius: 28px;
    padding: clamp(26px, 5vw, 56px);
}

.aw-delivery-location .aw-location-note {
    color: var(--aw-color-primary, #2e2e70);
    font-weight: 700;
}
