/*
 Theme Name:    5 Min Forecast
 Theme URI:     https://agorafinancial.com
 Description:   A fulfillment theme for 5 Min Forecast
 Author:        Eric Mills
 Text Domain    5minforecast
 Version:       1.0.0
*/

#ot-sdk-cookie-policy {
  * {
    background: transparent !important;
    color: #0a0a0a !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-family: "Rubik", Arial, sans-serif !important;
  }

  ::before {
    display: none !important;
  }

  table, thead, tbody, th, td {
    border-collapse: collapse !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
  }

  th {
    font-weight: bold;
  }

  a {
    color: #ec6f57 !important;
  }
}

#ot-sdk-btn {
  font-size: 1rem !important;
  border: 0 !important;
}

#close-pc-btn-handler {
  display: none !important;
}