/* ====== Variables ====== */
:root {
  --cgb-box-shadow--medium: 0 2px 12px rgba(0, 0, 0, 0.08);
  --cgb-box-shadow--light: 0 1px 8px rgba(0, 0, 0, 0.06);
  --cgb-transition: .3s ease;
}

/* ====== Main support styles ====== */
.block-featured-info ul {
  list-style: none;
  padding-left: 1.2em
}

.block-featured-info ul li {
  position: relative
}

.block-featured-info ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #765B35;
  border-radius: 50%;
  position: absolute;
  left: -1.2em;
  top: 7px
}

/* ====== Custom Gutenberg Blocks style ====== */
/* Wyróżniona informacja ---- */
.block-featured-info {
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: center;
   position: relative;
   width: 100%;
   height: auto;
   min-height: calc(251px + 60px);
   padding: 30px 42px;
   gap: 0;
   border-radius: 8px;
   background-color: #fff;
   overflow: hidden;
   box-shadow: var(--cgb-box-shadow--medium)
}

.block-featured-info::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 42px;
  width: 100%;
  min-height: 251px;
  background-image: url('../images/emblem.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none
}

.editor-styles-wrapper .block-featured-info {
   box-sizing: border-box;
   padding: 30px 42px !important;
   font-family: var(--senat-font-sans);
   font-size: 18px;
   line-height: 1.7;
   color: var(--senat-ink-muted)
}

.editor-styles-wrapper .block-featured-info > .block-editor-inner-blocks {
   position: relative;
   z-index: 1;
   width: 100%
}

.block-featured-info.is-layout-constrained > * {
   max-width: none !important;
   margin-left: 0 !important;
   margin-right: 0 !important
}

.block-featured-info ul,
.block-featured-info p {
   margin: 0
}
