/* CC Custom Module Widget Styles */

.cc-simple-text {
    line-height: 1.6;
    word-wrap: break-word;
}

/* Custom styling for editor mode */
.elementor-editor-active .cc-simple-text {
    min-height: 1em;
}

/* Default responsive behavior */
@media (max-width: 768px) {
    .cc-simple-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .cc-simple-text {
        font-size: 13px;
        line-height: 1.5;
    }
} 