.ps-b2424263-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.ps-b2424263-step {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-b2424263-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ── Layout: Below (default) — icon on top, content below ── */
.ps-b2424263-layout-below {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ps-b2424263-layout-below .ps-b2424263-icon-wrap {
    margin-bottom: 16px;
}

/* ── Layout: Above — content on top, icon below ── */
.ps-b2424263-layout-above {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ps-b2424263-layout-above .ps-b2424263-icon-wrap {
    margin-top: 16px;
    margin-bottom: 0;
}

/* ── Layout: Beside — icon on left, text on right ── */
.ps-b2424263-layout-beside {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    text-align: left;
}

.ps-b2424263-layout-beside .ps-b2424263-icon-wrap {
    margin-bottom: 0;
    margin-right: 16px;
    flex-shrink: 0;
}

.ps-b2424263-layout-beside .ps-b2424263-content {
    text-align: left;
    flex: 1;
    min-width: 0;
}

/* ── Icon wrap ── */
.ps-b2424263-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-b2424263-number {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #6366f1;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
}

.ps-b2424263-emoji {
    font-size: 40px;
    line-height: 1.2;
}

/* ── Emoji Circle Styles ── */
.ps-b2424263-emoji-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: border-box;
}

.ps-b2424263-circle-outline {
    border: 2px solid #6366f1;
    background-color: transparent;
}

.ps-b2424263-circle-filled {
    background-color: #6366f1;
    border: none;
}

/* ── Content ── */
.ps-b2424263-content {
    text-align: center;
}

.ps-b2424263-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
    padding: 0;
}

.ps-b2424263-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
