/*
Theme Name: Rise And Reform Research Sansthan
Theme URI: https://localhost/rise-reform/wp
Author: R4S
Description: Custom WordPress theme matching the Rise And Reform Research Sansthan, Rayla website look and feel.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: rise-reform
*/

/* Front-end styles live in assets/css/style.css and assets/css/responsive.css */

.r4s-builder-content,
.r4s-page-content {
    min-height: 120px;
}

.editor-styles-wrapper .r4s-page-content,
.editor-styles-wrapper .page-hero,
.block-editor-block-list__layout .page-hero {
    pointer-events: none;
}

.page-html.prose > *:last-child {
    margin-bottom: 0;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}
