@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
body .ibf-cta-content-container {
  background-color: var(--primary-color-translucent);
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
}
body .ibf-cta.ibf-cta-fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  overflow-y: auto;
  left: 50%;
}
body .ibf-cta-content-container p.ibf-cta-content-subheader {
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
}
body .ibf-cta-content-header {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
body a.ibf-cta-link:focus ,
body a.ibf-cta-link:hover {
  text-decoration: none;
  color: white;
}
body a.ibf-cta-link:after {
  content: "\00BB";
  margin-left: 7px;
  font-size: 1.3em;
  font-weight: bold;
}
body a.ibf-cta-link {
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 16px;
  color: white;
}
body .ibf-cta { 
  height: 100%;
}
body :not(.wp-block-column)>.ibf-cta {
  min-height: 400px;
}

/* Admin */
body .block-editor-block-list__block[data-type="acf/ibfcta"] {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
