/* ========== SHORTCODE SECTION ========== */

.shortcode-section {
    position: relative;
    padding: 60px 0;
}

.shortcode-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shortcode-container {
    position: relative;
    z-index: 2;
}

/* Shortcode Wrapper */
.shortcode-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

/* If you want to center the content and add a subtle container */
.shortcode-wrapper > * {
    margin-left: auto;
    margin-right: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .shortcode-section {
        padding: 40px 0;
    }
    .shortcode-wrapper {
        padding: 0 10px;
    }
}