/**
 * Frontend styles for Dek block
 */

.enginc-dek {
    margin: 1rem 0;
}

.enginc-dek__text {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .enginc-dek__text {
        font-size: 1rem;
        max-width: 100%;
    }
} 