/* Elementor Frontend Styles — Cheerful AI Content Block */
.cab-el-block {
    padding: 20px 0;
}
.cab-el-headline {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
}
.cab-el-subheadline {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 16px;
    opacity: .85;
}
.cab-el-body {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 24px;
}
.cab-el-body p { margin-bottom: 12px; }
.cab-el-cta-wrap { margin-top: 10px; }
.cab-el-cta {
    display: inline-block;
    padding: 13px 28px;
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #2563eb;
    transition: all .2s ease;
}
.cab-el-cta:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(37,99,235,.3);
}
/* Placeholder (editor only) */
.cab-el-placeholder {
    padding: 24px;
    background: #f0f9ff;
    border: 2px dashed #93c5fd;
    border-radius: 8px;
    text-align: center;
    color: #1e40af;
    font-size: 14px;
}
.cab-el-placeholder p { margin: 4px 0; }
