.wp-block-iubenda-expand {
  margin: 0;
  position: relative;
}
.wp-block-iubenda-expand .expand-default-content .wp-block-group {
  margin: 0;
  padding: 0;
}
.wp-block-iubenda-expand .collapse-trigger-wrapper,
.wp-block-iubenda-expand .expand-trigger-wrapper {
  cursor: pointer;
  margin: 3rem 0 0;
}
.wp-block-iubenda-expand .collapse-trigger-wrapper .wp-block-button,
.wp-block-iubenda-expand .expand-trigger-wrapper .wp-block-button {
  margin: 0;
}
.wp-block-iubenda-expand .collapse-trigger-wrapper .wp-block-button__link,
.wp-block-iubenda-expand .expand-trigger-wrapper .wp-block-button__link {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wp-block-iubenda-expand .collapse-trigger-wrapper .wp-block-button__link:hover,
.wp-block-iubenda-expand .expand-trigger-wrapper .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-iubenda-expand .expand-content {
  display: block;
  margin-top: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.2s ease;
}
.wp-block-iubenda-expand .expand-content > * {
  transition: opacity 0.2s ease;
}
.wp-block-iubenda-expand.is-expanded .expand-content {
  max-height: unset;
  opacity: 1;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
.wp-block-iubenda-expand.is-expanded .expand-content.is-layout-constrained,
.wp-block-iubenda-expand.is-expanded .expand-content.wp-block-group {
  max-height: unset;
  opacity: 1;
}
.block-editor-block-list__layout .wp-block-iubenda-expand .expand-content {
  background: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 4px;
  display: block !important;
  margin-top: 1rem;
  max-height: none !important;
  opacity: 1 !important;
  padding: 1rem;
}
.block-editor-block-list__layout
  .wp-block-iubenda-expand
  .collapse-trigger-wrapper,
.block-editor-block-list__layout
  .wp-block-iubenda-expand
  .expand-trigger-wrapper {
  display: block !important;
  margin: 0.5rem 0;
}
.block-editor-block-list__layout
  .wp-block-iubenda-expand
  .collapse-trigger-wrapper:hover,
.block-editor-block-list__layout
  .wp-block-iubenda-expand
  .expand-trigger-wrapper:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
body:not(.wp-admin) .wp-block-iubenda-expand .expand-content {
  display: block;
  margin-top: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.2s ease;
}
body:not(.wp-admin) .wp-block-iubenda-expand.is-expanded .expand-content {
  max-height: unset;
  opacity: 1;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
body:not(.wp-admin)
  .wp-block-iubenda-expand.is-expanded
  .expand-content.is-layout-constrained,
body:not(.wp-admin)
  .wp-block-iubenda-expand.is-expanded
  .expand-content.wp-block-group {
  max-height: unset;
  opacity: 1;
}
