/**
 * Custom Title Block - Frontend Styles
 * Matches VIPBC theme styling
 */

.custom-title-block-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.custom-title-block-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.custom-title-top-title {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center;
}

.custom-title-main-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 1.5rem;
    color: #172541;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.custom-title-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto;
    color: #172541;
    text-align: center;
    max-width: 800px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .custom-title-main-heading {
        font-size: 1.75rem;
    }
}

/* Wide and Full Width Support */
.custom-title-block-wrapper.alignwide,
.custom-title-block-wrapper.alignfull {
    max-width: 100%;
}











