#layout-builder-modal [id*=edit-settings-block-form-field-layout],
#layout-builder-modal [id*=edit-settings-block-form-field-text-position],
#layout-builder-modal [id*=form-field-layouts] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
#layout-builder-modal [id*=form-field-layouts] {
  margin-bottom: 0;
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout],
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position],
#layout-builder-modal input[id*=form-field-layouts-image] {
  display: none;
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout]:checked + label::after,
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position]:checked + label::after,
#layout-builder-modal input[id*=form-field-layouts-image]:checked + label::after {
  outline: 2px solid var(--gin-color-primary);
  outline-offset: 2px;
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout] + label,
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position] + label,
#layout-builder-modal input[id*=form-field-layouts-image] + label {
  height: 100px;
  width: 140px;
  display: flex !important;
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout] + label::after,
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position] + label::after,
#layout-builder-modal input[id*=form-field-layouts-image] + label::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 2rem;
  width: 100%;
  border-radius: 0.74rem;
  border: 1px solid #8e929c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -2px;
}
#layout-builder-modal input[id*=form-field-layouts-image-left] + label::after {
  background-image: url("./../images/layout_builder_browser/image-left.svg");
}
#layout-builder-modal input[id*=form-field-layouts-image-right] + label::after {
  background-image: url("./../images/layout_builder_browser/image-right.svg");
}
#layout-builder-modal input[id*=form-field-layouts-image-top] + label::after {
  background-image: url("./../images/layout_builder_browser/image-top.svg");
}
#layout-builder-modal input[id*=form-field-layouts-image-bottom] + label::after {
  background-image: url("./../images/layout_builder_browser/image-bottom.svg");
}
#layout-builder-modal input[id*=form-field-layout-none] + label {
  display: none !important;
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout-simple] + label::after {
  background-image: url("./../images/layout_builder_browser/text-image-simple.svg");
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout-image-full-bleed] + label::after {
  background-image: url("./../images/layout_builder_browser/text-image-full.svg");
}
#layout-builder-modal input[id*=edit-settings-block-form-field-layout-image-full-bleed-bg1] + label::after {
  background-image: url("./../images/layout_builder_browser/text-image-full_bg1.svg");
}
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position-center] + label::after {
  background-image: url("./../images/layout_builder_browser/vertical-align-center.svg");
}
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position-top] + label::after {
  background-image: url("./../images/layout_builder_browser/vertical-align-top.svg");
}
#layout-builder-modal input[id*=edit-settings-block-form-field-text-position-bottom] + label::after {
  background-image: url("./../images/layout_builder_browser/vertical-align-bottom.svg");
}

[id*=field-background-color].form-boolean-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
[id*=field-background-color][type=radio] {
  height: 0px !important;
  width: 0px !important;
}
[id*=field-background-color][type=radio] + label::before {
  content: "";
  width: 40px !important;
  height: 40px !important;
  margin: 0.5em auto;
  display: block;
  border: 1px solid #8e929c;
  border-radius: 50%;
}
[id*=field-background-color][type=radio]:checked + label::before {
  outline: 2px solid var(--gin-color-primary);
  outline-offset: 2px;
}
[id*=field-background-color][type=radio][value=_none] + label {
  display: none !important;
}
[id*=field-background-color][type=radio][value=transparent] + label::before {
  background-color: white;
}
[id*=field-background-color][type=radio][value=p1] + label::before {
  background-color: var(--color-p1);
}
[id*=field-background-color][type=radio][value=bg1] + label::before {
  background-color: var(--color-bg1);
}
[id*=field-background-color][type=radio][value=bg3] + label::before {
  background-color: var(--color-bg3);
  border-color: transparent;
}
[id*=field-background-color][type=radio][value=deep-blue] + label::before {
  background-color: var(--color-deep-blue);
  border-color: transparent;
}

.glb-layout-builder-browser .glb-claro-details__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 40px;
}
.glb-layout-builder-browser .glb-claro-details__wrapper .layout-builder-browser-block-item {
  list-style-position: inside;
  list-style-type: none !important;
  width: calc(50% - 2rem) !important;
  border: 1px solid lightgrey;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  padding: 10px 5px;
  margin: 1rem !important;
  display: inline-flex;
  justify-content: center;
  line-height: 20px;
  font-size: 18px;
  color: var(--gin-color-primary) !important;
}
.glb-layout-builder-browser .glb-claro-details__wrapper .layout-builder-browser-block-item:hover {
  background-color: transparent !important;
  border-color: var(--colorGinPrimary) !important;
  -webkit-box-shadow: inset 0 0 0 1px var(--colorGinPrimary) !important;
  box-shadow: inset 0 0 0 1px var(--colorGinPrimary) !important;
}
.glb-layout-builder-browser .glb-claro-details__wrapper .layout-builder-browser-block-item > img {
  width: 100%;
  padding-bottom: 10px;
  max-height: 80%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

#drupal-off-canvas .glb-form-boolean--type-radio:checked,
#drupal-off-canvas .glb-form-boolean--type-radio:checked:hover,
#drupal-off-canvas .glb-form-boolean--type-radio:checked:active,
#drupal-off-canvas .glb-form-boolean--type-radio:checked:focus,
#drupal-off-canvas .glb-form-boolean--type-radio:checked:hover:focus {
  box-shadow: unset !important;
}
#drupal-off-canvas .layout-builder__link--remove:hover:after {
  padding: 0;
}

.glb-canvas-form .glb-form-boolean--type-radio:checked,
.glb-canvas-form .glb-form-boolean--type-radio:checked:hover,
.glb-canvas-form .glb-form-boolean--type-radio:checked:active,
.glb-canvas-form .glb-form-boolean--type-radio:checked:focus,
.glb-canvas-form .glb-form-boolean--type-radio:checked:hover:focus {
  box-shadow: unset !important;
}
.glb-canvas-form .glb-form-wrapper label,
.glb-canvas-form .glb-form-composite label {
  padding-bottom: 0 !important;
}

.ui-widget.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  box-shadow: 0 2px 3px rgba(57, 63, 72, 0.05);
}

#drupal-modal .glb-claro-details {
  margin: 0;
}

.layout-builder-discard-changes {
  text-align: center;
  padding: 20px;
}
.layout-builder-discard-changes > .form-actions {
  align-items: center;
  justify-content: center;
}
.layout-builder-discard-changes > .form-actions > input.button,
.layout-builder-discard-changes > .form-actions a.button {
  margin: 5px !important;
}

.glb-form.glb-canvas-form .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap;
}

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