/* ==========================================================================
Table of Contents:
--------------------------------------------------------------------------
1.  General Styles
2.  WordPress Block Styles
3.  Research Insights Styles
4.  Marketo Form Styles (moved to assets/scss/components/_marketforms.scss)
5.  Responsive Styles
6.  File Block Styles
========================================================================== */

/* ==========================================================================
1. General Styles
========================================================================== */
  
.gg-list-style-margin-30 {
    padding-left: 30px;
}


/* ==========================================================================
2. WordPress Block Styles
========================================================================== */

body .wp-block-cover .wp-block-cover__inner-container,
body .wp-block-cover-image .wp-block-cover__inner-container {
    position: static;
    z-index: 1;
}

/* ==========================================================================
3. Research Insights Styles
========================================================================== */

.single-research-insights .gg-post-content .wp-block-post-content ul {
    list-style-type: none;
}

/* ==========================================================================
4. Marketo Form Styles
========================================================================== */

/* Marketo form styles have been moved to assets/scss/components/_marketforms.scss */
/* This file is now imported through the main styles.scss compilation process */

/* ==========================================================================
5. Responsive Styles
========================================================================== */

@media only screen and (max-width: 600px) {
  .h-473 .wp-block-media-text__media {
      min-height: 200px;
      width: 100%;
  }
}

/* ==========================================================================
6. File Block Styles
========================================================================== */

/* File Block, Hide PDF title */
.wp-block-cloudcatch-light-modal-block__content .wp-block-file > a {
  display: none !important;
}