/* ==========================================================================
   HelpStar — Family & Couples Therapy Page Styles
   ========================================================================== */

/* Session steps card */
.ct-session-card {
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1.5px solid #a7f3d0;
    box-shadow: 0 4px 20px rgba(0, 170, 138, 0.06);
}

/* Step item */
.ct-step-item {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0fdf4;
}

.ct-step-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.ct-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #024b43;
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .ct-session-card {
        margin-top: 1rem;
        padding: 1.5rem;
    }
}
