/*
Theme Name: ADCVS
Theme URI: 
Author: Fizzy Drink
Author URI: 
Description: ADCVS Block Theme
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adcvs
Tags: 
*/

html,
body {
    height: 100%;
}

.wp-site-blocks {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

summary {
    color: var(--wp--preset--color--adcvs-dark-turqoise);
    font-size: 1.2em;
}

details {
    padding-bottom: 1em;
}