/* .editor-styles-wrapper .tblock-content {
    background: #afcb8e;
} */
.tblock-mt-10 {
  margin-top: 10px;
}
.tblock-mb-10 {
  margin-bottom: 10px;
}
.tblock-my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.editor-styles-wrapper .tblock_none_d, .editor-styles-wrapper .tblock_none_t, .editor-styles-wrapper .tblock_none_m {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .tblock_none_d:after, .editor-styles-wrapper .tblock_none_t:after, .editor-styles-wrapper .tblock_none_m:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 2px 1px black;
    font-size: 2em;
    opacity: 0.7;
    z-index: 9999999;
}


/* ==========================================================================
   tblock Animation CSS style On
   ========================================================================== */

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes pulse {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes rubberBand {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes rubberBand {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@-webkit-keyframes headShake {
  0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@keyframes headShake {
  0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

/* ==========================================================================
   NORMAL ANIMATIONS  (tblock_ prefix — play continuously / on load)
   ========================================================================== */

 .editor-styles-wrapper .tblock_pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

 .editor-styles-wrapper .tblock_bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  animation-duration: 2s;
}

 .editor-styles-wrapper .tblock_flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 2s;
}

 .editor-styles-wrapper .tblock_rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 2s;
}

 .editor-styles-wrapper .tblock_headShake {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  animation-duration: 2s;
}

/* ==========================================================================
   HOVER ANIMATIONS  (tblock_*_h — keyframe animations triggered on :hover)
   ========================================================================== */

 .editor-styles-wrapper .tblock_pulse_h:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

.tblock_bounce_h:hover {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  animation-duration: 2s;
}

.tblock_flash_h:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 2s;
}

.tblock_rubberBand_h:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 2s;
}

.tblock_headShake_h:hover {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  animation-duration: 2s;
}

/* ==========================================================================
   IMAGE HOVER EFFECTS  (zoom, pan, rotate, blur)
   ========================================================================== */

/* Zoom In */
.tblock-image-zoom-in img {
  transition: transform 1s;
}
.tblock-image-zoom-in.hover img,
.tblock-image-zoom-in:focus img,
.tblock-image-zoom-in:hover img,
:focus > .tblock-image-zoom-in img {
  transform: scale(1.25);
  transition: transform 1s;
}

/* Zoom Out */
.tblock-image-zoom-out img {
  transform: scale(1.25);
  transition: transform 1s;
}
.tblock-image-zoom-out.hover img,
.tblock-image-zoom-out:focus img,
.tblock-image-zoom-out:hover img,
:focus > .tblock-image-zoom-out img {
  transform: scale(1);
  transition: transform 1s;
}

/* Pan Up */
.tblock-image-pan-up img {
  transform-origin: top;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-pan-up.hover img,
.tblock-image-pan-up:focus img,
.tblock-image-pan-up:hover img,
:focus > .tblock-image-pan-up img {
  transform: scale(1.2) translate(0, -15%);
  transition: transform 1s;
}

/* Pan Down */
.tblock-image-pan-down img {
  transform-origin: bottom;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-pan-down:focus img,
.tblock-image-pan-down:hover img,
:focus > .tblock-image-pan-down img {
  transform: scale(1.2) translate(0, 15%);
  transition: transform 1s;
}

/* Pan Left */
.tblock-image-pan-left img {
  transform-origin: left;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-pan-left.hover img,
.tblock-image-pan-left:focus img,
.tblock-image-pan-left:hover img,
:focus > .tblock-image-pan-left img {
  transform: scale(1.2) translate(-15%, 0);
  transition: transform 1s;
}

/* Pan Right */
.tblock-image-pan-right img {
  transform-origin: right;
  transform: scale(1.2) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-pan-right.hover img,
.tblock-image-pan-right:focus img,
.tblock-image-pan-right:hover img,
:focus > .tblock-image-pan-right img {
  transform: scale(1.2) translate(15%, 0);
  transition: transform 1s;
}

/* Rotate Left */
.tblock-image-rotate-left img {
  transform: scale(1.1) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-rotate-left.hover img,
.tblock-image-rotate-left:focus img,
.tblock-image-rotate-left:hover img,
:focus > .tblock-image-rotate-left img {
  transform: scale(1.3) rotate(-15deg);
  transition: transform 1s;
}

/* Rotate Right */
.tblock-image-rotate-right img {
  transform: scale(1.1) translate(0, 0);
  transition: transform 1s;
}
.tblock-image-rotate-right.hover img,
.tblock-image-rotate-right:focus img,
.tblock-image-rotate-right:hover img,
:focus > .tblock-image-rotate-right img {
  transform: scale(1.3) rotate(15deg);
  transition: transform 1s;
}

/* Blur */
.tblock-image-blur.hover img,
.tblock-image-blur:focus img,
.tblock-image-blur:hover img,
:focus > .tblock-image-blur img {
  filter: blur(4px);
  transform: scale(1.1);
  transition: 1s;
}

/* ==========================================================================
   REVEAL ANIMATIONS — Base setup
   ========================================================================== */

[class*=" tblock-fade"],
[class*=" tblock-reveal"],
[class*=" tblock-rotate"],
[class^="tblock-fade"],
[class^="tblock-reveal"],
[class^="tblock-rotate"] {
  display: inline-block;
}

[class*=" tblock-fade"] > *,
[class*=" tblock-reveal"] > *,
[class*=" tblock-rotate"] > *,
[class^="tblock-fade"] > *,
[class^="tblock-reveal"] > *,
[class^="tblock-rotate"] > * {
  display: inline-block;
}

[class*=" tblock-fade"] > :last-child,
[class*=" tblock-reveal"] > :last-child,
[class*=" tblock-rotate"] > :last-child,
[class^="tblock-fade"] > :last-child,
[class^="tblock-reveal"] > :last-child,
[class^="tblock-rotate"] > :last-child {
  margin-bottom: 0;
}

[class*=" tblock-reveal"],
[class*=" tblock-rotate"],
[class^="tblock-reveal"],
[class^="tblock-rotate"] {
  overflow: hidden;
  opacity: 1;
}

[class*=" tblock-fade"],
[class^="tblock-fade"] {
  opacity: 0;
}

/* ==========================================================================
   FADE — Normal (on-load via JS triggering opacity + transform reset)
   ========================================================================== */

.tblock-fade-up    { transform: translateY(1.5rem);  transition: opacity 1s, transform 1s; }
.tblock-fade-down  { transform: translateY(-1.5rem); transition: opacity 1s, transform 1s; }
.tblock-fade-left  { transform: translateX(1.5rem);  transition: opacity 1s, transform 1s; }
.tblock-fade-right { transform: translateX(-1.5rem); transition: opacity 1s, transform 1s; }

/* ==========================================================================
   FADE — Hover  (tblock-fade-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-fade-up-h,
.tblock-fade-down-h,
.tblock-fade-left-h,
.tblock-fade-right-h {
  display: inline-block;
  opacity: 0;
}

.tblock-fade-up-h    { transform: translateY(1.5rem);  transition: opacity 1s, transform 1s; }
.tblock-fade-down-h  { transform: translateY(-1.5rem); transition: opacity 1s, transform 1s; }
.tblock-fade-left-h  { transform: translateX(1.5rem);  transition: opacity 1s, transform 1s; }
.tblock-fade-right-h { transform: translateX(-1.5rem); transition: opacity 1s, transform 1s; }

.tblock-fade-up-h:hover,
.tblock-fade-down-h:hover,
.tblock-fade-left-h:hover,
.tblock-fade-right-h:hover {
  opacity: 1;
  transform: translate(0);
}

/* ==========================================================================
   REVEAL — Normal (clip reveal via overflow:hidden + child translate)
   ========================================================================== */

.tblock-reveal-up > *    { transform: translateY(100%);  transition: transform 1s; }
.tblock-reveal-down > *  { transform: translateY(-100%); transition: transform 1s; }
.tblock-reveal-left > *  { transform: translateX(100%);  transition: transform 1s; }
.tblock-reveal-right > * { transform: translateX(-100%); transition: transform 1s; }

/* ==========================================================================
   REVEAL — Hover  (tblock-reveal-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-reveal-up-h,
.tblock-reveal-down-h,
.tblock-reveal-left-h,
.tblock-reveal-right-h {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}

.tblock-reveal-up-h > *    { transform: translateY(100%);  transition: transform 1s; display: inline-block; }
.tblock-reveal-down-h > *  { transform: translateY(-100%); transition: transform 1s; display: inline-block; }
.tblock-reveal-left-h > *  { transform: translateX(100%);  transition: transform 1s; display: inline-block; }
.tblock-reveal-right-h > * { transform: translateX(-100%); transition: transform 1s; display: inline-block; }

.tblock-reveal-up-h:hover > *,
.tblock-reveal-down-h:hover > *,
.tblock-reveal-left-h:hover > *,
.tblock-reveal-right-h:hover > * {
  transform: translate(0);
}

/* ==========================================================================
   ROTATE — Normal (clip rotate via overflow:hidden + child rotate)
   ========================================================================== */

.tblock-rotate-up-right > * {
  transform-origin: bottom left;
  transform: rotate(90deg);
  transition: transform 1s;
}
.tblock-rotate-up-left > * {
  transform-origin: bottom right;
  transform: rotate(-90deg);
  transition: transform 1s;
}
.tblock-rotate-down-right > * {
  transform-origin: top left;
  transform: rotate(-90deg);
  transition: transform 1s;
}
.tblock-rotate-down-left > * {
  transform-origin: top right;
  transform: rotate(90deg);
  transition: transform 1s;
}

/* ==========================================================================
   ROTATE — Hover  (tblock-rotate-*-h — self-contained, no wrapper needed)
   ========================================================================== */

.tblock-rotate-up-right-h,
.tblock-rotate-up-left-h,
.tblock-rotate-down-right-h,
.tblock-rotate-down-left-h {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}

.tblock-rotate-up-right-h > * {
  transform-origin: bottom left;
  transform: rotate(90deg);
  transition: transform 1s;
  display: inline-block;
}
.tblock-rotate-up-left-h > * {
  transform-origin: bottom right;
  transform: rotate(-90deg);
  transition: transform 1s;
  display: inline-block;
}
.tblock-rotate-down-right-h > * {
  transform-origin: top left;
  transform: rotate(-90deg);
  transition: transform 1s;
  display: inline-block;
}
.tblock-rotate-down-left-h > * {
  transform-origin: top right;
  transform: rotate(90deg);
  transition: transform 1s;
  display: inline-block;
}

.tblock-rotate-up-right-h:hover > *,
.tblock-rotate-up-left-h:hover > *,
.tblock-rotate-down-right-h:hover > *,
.tblock-rotate-down-left-h:hover > * {
  transform: rotate(0);
}

/* ==========================================================================
   IZMIR WRAPPER — triggers fade/reveal/rotate on parent hover/focus
   (legacy pattern — use standalone *-h classes for new work)
   ========================================================================== */

.tblock-izmir.hover [class*=" tblock-fade"],
.tblock-izmir.hover [class^="tblock-fade"],
.tblock-izmir:focus [class*=" tblock-fade"],
.tblock-izmir:focus [class^="tblock-fade"],
.tblock-izmir:hover [class*=" tblock-fade"],
.tblock-izmir:hover [class^="tblock-fade"],
:focus > .tblock-izmir [class*=" tblock-fade"],
:focus > .tblock-izmir [class^="tblock-fade"] {
  opacity: 1;
  transform: translate(0);
}

.tblock-izmir.hover [class*=" tblock-reveal"],
.tblock-izmir.hover [class*=" tblock-rotate"],
.tblock-izmir.hover [class^="tblock-reveal"],
.tblock-izmir.hover [class^="tblock-rotate"],
.tblock-izmir:focus [class*=" tblock-reveal"],
.tblock-izmir:focus [class*=" tblock-rotate"],
.tblock-izmir:focus [class^="tblock-reveal"],
.tblock-izmir:focus [class^="tblock-rotate"],
.tblock-izmir:hover [class*=" tblock-reveal"],
.tblock-izmir:hover [class*=" tblock-rotate"],
.tblock-izmir:hover [class^="tblock-reveal"],
.tblock-izmir:hover [class^="tblock-rotate"],
:focus > .tblock-izmir [class*=" tblock-reveal"],
:focus > .tblock-izmir [class*=" tblock-rotate"],
:focus > .tblock-izmir [class^="tblock-reveal"],
:focus > .tblock-izmir [class^="tblock-rotate"] {
  opacity: 1;
}

.tblock-izmir.hover [class*=" tblock-reveal"] > *,
.tblock-izmir.hover [class*=" tblock-rotate"] > *,
.tblock-izmir.hover [class^="tblock-reveal"] > *,
.tblock-izmir.hover [class^="tblock-rotate"] > *,
.tblock-izmir:focus [class*=" tblock-reveal"] > *,
.tblock-izmir:focus [class*=" tblock-rotate"] > *,
.tblock-izmir:focus [class^="tblock-reveal"] > *,
.tblock-izmir:focus [class^="tblock-rotate"] > *,
.tblock-izmir:hover [class*=" tblock-reveal"] > *,
.tblock-izmir:hover [class*=" tblock-rotate"] > *,
.tblock-izmir:hover [class^="tblock-reveal"] > *,
.tblock-izmir:hover [class^="tblock-rotate"] > *,
:focus > .tblock-izmir [class*=" tblock-reveal"] > *,
:focus > .tblock-izmir [class*=" tblock-rotate"] > *,
:focus > .tblock-izmir [class^="tblock-reveal"] > *,
:focus > .tblock-izmir [class^="tblock-rotate"] > * {
  transform: translate(0) rotate(0);
}
/* ==========================================================================
   Icon library modal styles (always loaded so the picker works even when
   my-icon-img block is toggled off in the dashboard)
   ========================================================================== */

.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item {
  width: 33.33%;
}
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item:hover {
  border-color: transparent;
}
.wp-block-outermost-icon-inserter__quick-inserter .block-editor-inserter__no-results {
  margin-top: 0;
}
.wp-block-outermost-icon-inserter__quick-inserter .block-editor-inserter__search > .components-base-control__field {
  margin-bottom: 0;
}
.wp-block-outermost-icon-inserter__modal .components-modal__content {
  flex: 1 1 0%;
  overflow: auto;
  padding: 0px;
}
.wp-block-outermost-icon-inserter__modal .components-modal__content:before {
  margin-bottom: 0;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter {
  align-items: stretch;
  display: flex;
  height: 100%;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: scroll;
  width: 280px;
  padding: 24px 32px 32px;
  height: 80vh;
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar {
    display: flex;
  }
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__search {
  margin-bottom: 16px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__search .components-base-control__field {
  margin-bottom: 0;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__category-type {
  border: none;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__category-type .components-menu-group__label {
  margin: 0;
  padding: 16px 12px 16px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__category-type .components-menu-item__item {
  align-items: flex-start;
  display: inline-flex;
  justify-content: space-between;
  white-space: normal;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__sidebar__category-type .components-menu-item__item > span {
  opacity: 0.5;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: auto;
  padding-top: 24px;
  padding-right: 32px;
  width: 100%;
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content {
    width: calc(100% - 281px);
  }
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header .search-results {
  color: #757575;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header .icon-controls__size {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header .icon-controls__size > span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-right: 18px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header .icon-controls__size .components-range-control {
  width: 116px;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icon-inserter__content-header .icon-controls__size .components-range-control .components-base-control__field {
  margin-bottom: 0;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
  padding: 4px 4px 72px 4px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
@media (min-width: 600px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1100px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1450px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1600px) {
  .wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list .icons-list__item.is-active {
  background-color: var(--wp-admin-theme-color);
  color: rgba(255, 255, 255, 0.8);
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list .icons-list__item.is-active:hover {
  color: #fff !important;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list .icons-list__item.is-active svg {
  fill: #fff;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .icons-list .icons-list__item.is-active.has-no-icon-fill svg {
  color: #fff;
  fill: none;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .block-editor-inserter__no-results {
  height: calc(100% - 56px);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-outermost-icon-inserter__modal .icon-inserter__content .block-editor-inserter__no-results svg {
  margin: 0 auto;
}
.wp-block-outermost-icon-custom-inserter__modal .components-modal__content {
  flex: 1 1 0%;
  overflow: auto;
  padding: 0px;
}
.wp-block-outermost-icon-custom-inserter__modal .components-modal__content > div:nth-child(2) {
  height: 100%;
}
.wp-block-outermost-icon-custom-inserter__modal .components-modal__content:before {
  margin-bottom: 0;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  padding: 0 32px 32px;
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter {
    flex-direction: row;
  }
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content {
  min-height: 400px;
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content {
    width: calc(100% - 400px);
  }
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content .components-base-control,
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content .components-base-control__field,
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content .components-textarea-control__input {
  height: 100%;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__content textarea {
  resize: none;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar {
    width: 400px;
  }
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-preview__window {
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 250px;
  max-height: 400px;
  overflow: scroll;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-preview__window.is-default svg {
  opacity: 0.3;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-preview__window svg {
  max-width: 100%;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-controls {
  display: flex;
  justify-content: center;
  padding: 12px 24px;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-controls__size {
  display: flex;
  align-items: center;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-controls__size > span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-right: 18px;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-controls__size .components-range-control {
  width: 116px;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-controls__size .components-range-control .components-base-control__field {
  margin-bottom: 0;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .components-notice {
  margin: 12px 0 24px;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .components-notice.is-error {
  background-color: #f8ebea;
}
.wp-block-outermost-icon-custom-inserter__modal .icon-custom-inserter__sidebar .icon-insert-buttons {
  display: flex;
  justify-content: space-between;
}
.wp-block-outermost-icon-inserter__modal .icons-list,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-outermost-icon-inserter__modal .icons-list .icons-list__item,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item {
  align-items: stretch;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #1e1e1e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: auto;
  justify-content: center;
  padding: 8px;
  position: relative;
  transition: all 0.05s ease-in-out;
  word-break: break-word;
}
.wp-block-outermost-icon-inserter__modal .icons-list .icons-list__item:hover,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item:hover {
  color: var(--wp-admin-theme-color) !important;
}
.wp-block-outermost-icon-inserter__modal .icons-list .icons-list__item.has-no-icon-fill svg,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item.has-no-icon-fill svg {
  fill: none;
}
.wp-block-outermost-icon-inserter__modal .icons-list .icons-list__item .icons-list__item-icon,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item .icons-list__item-icon {
  border-radius: 2px;
  color: #1e1e1e;
  padding: 12px;
  transition: all 0.05s ease-in-out;
}
.wp-block-outermost-icon-inserter__modal .icons-list .icons-list__item .icons-list__item-title,
.wp-block-outermost-icon-inserter__quick-inserter .icons-list .icons-list__item .icons-list__item-title {
  font-size: 12px;
  padding: 4px 2px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==========================================================================
   tblock Animation CSS style Off
   ========================================================================== */

/* Desktop Layout */
@media (min-width:992px) {
  
.editor-styles-wrapper .tblock_none_d:after {
    content: "Hide on Desktop";
    background:
    linear-gradient(135deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
    linear-gradient(225deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
    background-color:#708090;
    background-size: 64px 128px;
}
}
/* Tablet Layout: 768px */
@media only screen and (min-width:768px) and (max-width:991px){
  .editor-styles-wrapper .tblock_none_t:after {
    content: "Hide on Tablet";
    font-weight: bold;
    font-size: 2em;
    background:
    linear-gradient(135deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
    linear-gradient(225deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
    background-color:#708090;
    background-size: 64px 128px;
  }
}
/* Mobile Layout */
@media (max-width:767px) {
  .editor-styles-wrapper .tblock_none_m:after {
    content: "Hide on Mobile";
    background:
    linear-gradient(135deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
    linear-gradient(225deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
    background-color:#708090;
    background-size: 64px 128px;
  }
}

/* ── Responsive locked tabs (free plugin) ───────────────────────────────── */
.tblock-responsive-tabs .components-tab-panel__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.tblock-device-tab {
  font-size: 16px;
  line-height: 1;
}

.tblock-responsive-lock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 8px;
  text-align: center;
}

.tblock-responsive-lock__icon {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  color: #646970;
}

.tblock-responsive-lock__text {
  margin: 0;
  font-size: 11px;
  color: #646970;
  line-height: 1.5;
}

.tblock-responsive-lock__btn {
  margin-top: 4px;
}

.tblock-pro-badge {
  display: inline-block;
  background: #f0a500;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.6;
}

/* DeviceSwitcher locked state (free plugin — tablet/mobile require Pro) */
.tblock-device-btn--locked {
  opacity: 0.6;
  cursor: not-allowed !important;
  position: relative;
}
.tblock-device-btn--locked:hover {
  opacity: 0.75;
}

.tblock-pro-badge--device {
  display: inline-block;
  background: #f0a500;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-left: 3px;
  vertical-align: middle;
}
