/*
 Theme Name:   Semikr Child
 Theme URI:    https://semikr.com
 Description:  Child theme for Semikr, featuring forced legal disclaimers for financial information.
 Author:       Semikr
 Author URI:   https://semikr.com
 Template:     twentytwentyfour
 Version:      1.0.0
*/

/* Add any custom CSS overrides below */
.semikr-disclaimer {
    font-size: 0.85em;
    color: #666;
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
