/* CutawayHero Widget Styles */
.cutawayhero-section {
    /* Section specific styles */
}

.cutawayhero-overlay {
    /* Overlay specific styles */
}

.cutawayhero-cutaway {
    /* Cutaway specific styles */
}

.cutawayhero-title {
    /* Title specific styles */
}

.cutawayhero-byline {
    /* Byline specific styles */
}

.cutawayhero-summary {
    /* Summary specific styles */
}

.cutawayhero-button {
    /* Button specific styles */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cutawayhero-cutaway {
        border-radius: 5rem !important;
    }
} 