/*
Theme Name: OS Lab Events - 2026
Theme URI: 
Author: John Philip
Author URI: 
Description: This is a custom child theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: mytheme
Tags: 
*/

body > .wp-site-blocks { 
    display: flex; 
    flex-direction: column; 
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px)); 
} 
main { flex-grow: 1;}
footer{margin-top: 0;}

main a {
    text-decoration-color:  var(--wp--preset--color--accent-1);
    text-decoration-thickness: 3px!important;
}
main .is-style-section-1 a {
    text-decoration-color: #fff; 
}

main a:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #000;
}

/*
.wp-block-heading.is-style-text-subtitle em { 
    position: relative; 
    font-style: normal!important; 
}
.wp-block-heading.is-style-text-subtitle em:after {
    content: '';
    background-color: black;
    border-radius: 50px;
    display: inline-block;
    height: 15px;
    position: absolute;
    width: 100%;
    bottom: -13px;
    left: 0;
}
    */