.wp-block-ashworth-deals {
  position: relative;
}
.wp-block-ashworth-deals .deals {
  display: grid;
  grid-template-columns: 1fr;
  color: #fff;
  background-color: #000;
}
.wp-block-ashworth-deals img {
  width: 800px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 100%;
  aspect-ratio: 600/350;
}
.wp-block-ashworth-deals .deal {
  display: flex;
  flex-direction: column;
  grid-row-start: 1;
  grid-column-start: 1;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.wp-block-ashworth-deals .deal.active {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s;
}
.wp-block-ashworth-deals .img {
  order: 0;
}
.wp-block-ashworth-deals .text {
  order: 2;
}
.wp-block-ashworth-deals .inner {
  font-weight: 700;
  text-shadow: 3px 3px var(--wp--preset--color--primary-ada);
  text-transform: uppercase;
  font-size: 40px;
  padding: var(--wp--preset--spacing--30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 15px solid var(--wp--preset--color--primary-ada);
}
.wp-block-ashworth-deals .wp-block-button {
  margin-top: 0.5em;
}
.wp-block-ashworth-deals .wp-block-button .wp-block-button__link {
  text-shadow: none;
}
.wp-block-ashworth-deals .wp-block-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--black) !important;
  background-color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
}
@media (min-width: 782px) {
  .wp-block-ashworth-deals .deal {
    display: flex;
    flex-direction: row;
  }
  .wp-block-ashworth-deals .img {
    flex-basis: 800px;
    order: 2;
  }
  .wp-block-ashworth-deals .text {
    flex-basis: 400px;
    order: 0;
  }
  .wp-block-ashworth-deals .inner {
    height: 100%;
    box-sizing: border-box;
    border-top: none;
    border-right: 15px solid var(--wp--preset--color--primary-ada);
  }
  .wp-block-ashworth-deals img {
    aspect-ratio: auto;
  }
}
.wp-block-ashworth-deals .btns {
  display: flex;
  gap: 3px;
  margin: 5px 0;
}
.wp-block-ashworth-deals .btns a {
  display: block;
  background-color: #DADADA;
  height: 15px;
  width: 250px;
  cursor: pointer;
}
.wp-block-ashworth-deals .btns a.active {
  background-color: #888A8B;
}

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