/*
Theme Name: De La Salle University
Author: Pino Studio
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
Text Domain: dlsu
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.p-static {
    position: static !important;
}
.p-relative {
    position: relative !important;
}
.p-sticky {
    position: sticky !important;
}
.w-100 {
    width: 100% !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.section-wp-editor h1,
.section-wp-editor h2,
.section-wp-editor h3,
.section-wp-editor h4,
.section-wp-editor h5,
.section-wp-editor h6,
.section-wp-editor p {
    margin: 0 !important;
}

.editor-sidebar__panel .acf-block-fields {
    display: none;
}

.editor-sidebar__panel .acf-field {
    width: 100% !important;
}

.acf-input textarea {
    color: black !important;
    border-radius: 4px;
    border: 1px solid #8c8f94;
}