.cozy-button-hover-styles.wp-block-button
  .wp-block-button__link.wp-element-button:hover {
  background-color: var(--cozyButtonBgColorHover) !important;
  color: var(--cozyButtonColorHover) !important;
  border-color: var(--cozyButtonBorderHover) !important;
}

.cozy-block-premium-button:hover {
  background-color: #38dac7 !important;
}

/* Panel Color Settings */
.cozy-color-control {
  padding: 20px 0 !important;
}

/*Padding link styles. */
.cozy-link-styles {
  position: absolute;
  left: 230px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all ease-in-out 0.23s;
}
.cozy-link-styles path {
  fill: #5566ca !important;
}
.cozy-link-styles.cozy-attr-link-disabled path {
  fill: #b2bcf9 !important;
}
.cozy-link-styles.cozy-attr-link-disabled:before {
  content: "";
  background-color: #000;
  width: 1px;
  height: 17px;
  position: absolute;
  rotate: 45deg;
  left: 10px;
  top: 1px;
}

/* Cozy Overlay wrapper styles */
.cozy-overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 20;
  top: 0;
}

/* Cozy Block Wrapper */
.cozy-block-wrapper {
  position: relative;
}

/* Cozy Icon Picker List */
.cozy-icon-list {
  display: grid;
  grid-row-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  max-height: 250px;
  transition: all ease-in 0.23s;
  margin-bottom: 10px;
  padding: 10px 5px;
}

.cozy-icon-list button {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 auto;
}

.cozy-icon-list:hover {
  overflow-y: scroll;
  transition: all ease-in-out 0.23s;
}

.cozy-icon-search {
  margin: 10px;
}

.cozy-icon-list .cozy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Cozy Shape Divider List */
.cozy-shape-divider-list {
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  max-height: 250px;
  transition: all ease-in 0.23s;
  margin-bottom: 10px;
  padding: 10px 5px;
}
.cozy-shape-divider-list button {
  width: 50px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
}
.cozy-shape-divider-list .cozy-shape-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  fill: black;
}
.cozy-shape-divider-list:hover {
  overflow-y: scroll;
  transition: all ease-in-out 0.23s;
}
.cozy-shape-divider.color-fade svg:not(.cozy-pro-icon) {
  opacity: 0.8;
}
