/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #333;
  padding: 15px;
  text-align: center;
  z-index: 99999;
  border-top: 1px solid #ccc;
}
.cookie-banner button {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #333;
  background: transparent;
  font-size: 14px;
}
