/* Product Page Title Block Styles */
.wp-block-cakeclub-page-title {
    margin: 1rem 0;
}

.page-title-heading {
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}

/* Alignment classes */
.wp-block-cakeclub-page-title.has-text-align-left .page-title-heading {
    text-align: left;
}

.wp-block-cakeclub-page-title.has-text-align-center .page-title-heading {
    text-align: center;
}

.wp-block-cakeclub-page-title.has-text-align-right .page-title-heading {
    text-align: right;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .page-title-heading {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .page-title-heading {
        font-size: 1.2rem !important;
    }
} 