/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.warning-box {
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  padding: 16px;
  border-radius: 8px;
  color: #856404;
}

.warning-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}


