/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/newsletters-section/main.css ***!
  \*********************************************************************************************************************************************************************************************/
.editor-styles-wrapper .wp-block-nortic-plugin-newsletters-section,
.wp-block-nortic-plugin-newsletters-section {
  margin-bottom: 54px;
  background-color: var(--wp--preset--color--nortic-white);
}

.editor-styles-wrapper
  .wp-block-nortic-plugin-newsletters-section
  .services-section-header
  .services-section-heading::after {
  content: "";
  display: block;
  width: 73px;
  padding-top: 8px;
  border-bottom: 4px solid var(--wp--preset--color--nortic-red);
}

.editor-styles-wrapper
  .wp-block-nortic-plugin-newsletters-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout,
.wp-block-nortic-plugin-newsletters-section
  .newsletters-section-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* frontend */

.wp-block-nortic-plugin-newsletters-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
}

.wp-block-nortic-plugin-newsletters-section
  .newsletters-section-content-wrapper {
  /* background: rgb(0,56,118); */
  /* background: linear-gradient(90deg, rgba(0,56,118,1) 0%, rgba(51,96,145,1) 3%, rgba(214,223,233,0) 6%, rgba(255,255,255,0) 50%, rgba(78,117,160,0) 94%, rgba(51,96,145,1) 97%, rgba(0,56,118,1) 100%); */
}

.newsletters-section-heading {
  color: var(--wp--preset--color--nortic-blue);
}

.newsletter-image-wrapper {
  height: 275px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.newsletter-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletters-section-title,
.newsletters-section-title a,
.newsletters-section-title a:visited {
  color: var(--wp--preset--color--nortic-black);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.newsletters-section-title a:hover {
  color: var(--wp--preset--color--nortic-blue);
  cursor: pointer;
}

.glide__arrow--left {
  display: none !important;
}

.glide__arrow--right {
  display: none !important;
}


/*# sourceMappingURL=index.css.map*/