/**
 * Content Blocks Frontend Styles
 *
 * Base styles for content blocks rendered on the frontend
 */

/* Base Content Block Wrapper */
.btmh-content-block {
    margin-bottom: 20px;
}

/* Fallback Rendering */
.btmh-content-block__fallback {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.btmh-content-block__fallback .block-type-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.btmh-content-block__fallback .block-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.btmh-content-block__fallback .block-subtitle {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
