@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-detail-block {
  background-color: #f5fbff;
  border-bottom: 1px solid #aeb4c0;
  border-left: 1px solid #aeb4c0;
  border-right: 1px solid #aeb4c0;
  border-radius: 3px;
  margin-bottom: 3rem;
  margin-top: 3rem; }
  .wp-block-cgb-block-detail-block[open] summary::after {
    content: "–";
    top: 6px; }
  .wp-block-cgb-block-detail-block summary {
    background-color: #00183d;
    border: 1px solid #00183d;
    color: #fafafa;
    font-size: 1.375rem;
    font-weight: 600;
    list-style: none;
    padding: 1rem;
    position: relative; }
    .wp-block-cgb-block-detail-block summary::-webkit-details-marker {
      display: none; }
    .wp-block-cgb-block-detail-block summary::after {
      content: "+";
      display: block;
      font-size: 2.25rem;
      font-weight: 600;
      position: absolute;
      top: 7px;
      right: 1rem; }
  .wp-block-cgb-block-detail-block p {
    margin: 1rem; }
