/* Landing Page Extra Styles */
.rdm-landing-page-content {
    /* Ensure landing page content displays properly */
    width: 100%;
    min-height: 100vh;
}

/* Reset any theme styles that might interfere */
.rdm-landing-page-content * {
    box-sizing: border-box;
}

/* Ensure our custom styles take priority */
.rdm-landing-page-content .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 48px !important;
}

@media (max-width: 768px) {
    .rdm-landing-page-content .container {
        padding: 0 20px !important;
    }
}