/*
Plugin Name: GOOP Schema Plugin
Description: Admin and frontend styles for GOOP Schema Plugin
*/

.acf-field-true-false label {
    font-weight: 600;
  }
  
  .csp-schema-notice {
    background: #f0f6ff;
    border-left: 4px solid #007cba;
    padding: 10px;
    margin-bottom: 10px;
    color: #1d2327;
  }
  