/**
 * Block Editor Styles
 * 
 * @package Ventura_Roof_Cleaners
 */

/* Block Editor Color Palette */
.has-primary-navy-color {
    color: #1e3a5f;
}

.has-primary-navy-background-color {
    background-color: #1e3a5f;
}

.has-secondary-blue-color {
    color: #4a90e2;
}

.has-secondary-blue-background-color {
    background-color: #4a90e2;
}

.has-accent-cyan-color {
    color: #3db4d8;
}

.has-accent-cyan-background-color {
    background-color: #3db4d8;
}

.has-light-blue-color {
    color: #e8f4f8;
}

.has-light-blue-background-color {
    background-color: #e8f4f8;
}

/* Block Editor Typography */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
    color: #1e3a5f;
    font-weight: 700;
}

.editor-styles-wrapper h1 {
    font-size: 48px;
}

.editor-styles-wrapper h2 {
    font-size: 38px;
}

.editor-styles-wrapper h3 {
    font-size: 28px;
}

.editor-styles-wrapper p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
}

/* Block Spacing */
.wp-block {
    max-width: 1200px;
}

/* Button Block Styles */
.wp-block-button__link {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 2px;
}

/* Image Block */
.wp-block-image img {
    border-radius: 15px;
}

/* Quote Block */
.wp-block-quote {
    border-left: 4px solid #3db4d8;
    padding-left: 30px;
    font-style: italic;
    color: #5a6c7d;
}

/* Columns Block */
.wp-block-columns {
    gap: 30px;
}

/* Cover Block */
.wp-block-cover {
    border-radius: 20px;
}
