/* Paragraph Block Styles */
.wp-block-paragraph {
    margin-bottom: 1.5em;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.wp-block-paragraph.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-paragraph.has-text-color {
    color: inherit;
}

/* Responsive typography */
@media (max-width: 768px) {
    .wp-block-paragraph {
        font-size: 15px;
        line-height: 1.5;
    }
}
