.tb-outer-container-7bd85dee {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 80px 20px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.tb-left-col-7bd85dee {
    flex: 1 1 50%;
}

.tb-headline-7bd85dee {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #214462;
}

.tb-subheadline-7bd85dee {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4A5568;
    margin: 0 0 30px 0;
}

.tb-expect-title-7bd85dee {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #214462;
}

.tb-bullets-7bd85dee {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tb-bullet-7bd85dee {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d3748;
}

.tb-check-7bd85dee {
    width: 20px;
    height: 20px;
    fill: #E11C09;
    flex-shrink: 0;
}

/* Form Card Right Side */
.tb-right-col-7bd85dee {
    flex: 1 1 40%;
    min-width: 320px;
}

.tb-form-card-7bd85dee {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    border-top: 3px solid #E11C09;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.tb-form-title-7bd85dee {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 25px 0;
    text-align: center;
    color: #214462;
}

.tb-shortcode-preview-7bd85dee {
    background: #F8FAFC;
    border: 1px dashed #CBD5E1;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #64748B;
}

@media (max-width: 768px) {
    .tb-outer-container-7bd85dee {
        flex-direction: column;
        padding: 40px 20px;
    }
    .tb-left-col-7bd85dee, .tb-right-col-7bd85dee {
        width: 100%;
        flex: 1 1 100%;
    }
    .tb-headline-7bd85dee {
        font-size: 2rem;
    }
}
