.wette-wc-tips-wrapper {
  container-type: inline-size;
}
.wette-wc-tips-wrapper .wette-wc-tips-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wette-wc-tips-wrapper .wette-wc-tips-more {
  display: flex;
  gap: 3px;
  align-items: center;
  color: #F02D2D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}
.wette-wc-tips-wrapper .wette-wc-tips-more:hover {
  color: #737373;
}
.wette-wc-tips-wrapper .wette-wc-tips-grid {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@container (min-width: 800px) {
  .wette-wc-tips-wrapper .wette-wc-tips-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
}
.wette-wc-tips-wrapper .wette-wc-tips-featured {
  width: 100%;
}
.wette-wc-tips-wrapper .wette-wc-tips-featured .wette-wc-tip {
  width: 100%;
}
@container (min-width: 800px) {
  .wette-wc-tips-wrapper .wette-wc-tips-featured {
    padding-right: 8px;
  }
}
.wette-wc-tips-wrapper .wette-wc-tips-rest {
  display: flex;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 15px 10px;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
@container (min-width: 800px) {
  .wette-wc-tips-wrapper .wette-wc-tips-rest {
    padding: 0;
    position: static;
    width: auto;
    overflow: initial;
  }
}
.wette-wc-tips-wrapper .wette-wc-tips-rest::-webkit-scrollbar {
  display: none;
}
@container (min-width: 800px) {
  .wette-wc-tips-wrapper .wette-wc-tips-rest .wette-wc-tip {
    width: auto;
    flex: 1 1 0;
  }
}
.wette-wc-tips-wrapper .wette-wc-tip {
  width: 258px;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  padding-bottom: 14px;
}
.wette-wc-tips-wrapper .wette-wc-tip-header {
  display: block;
  position: relative;
  width: 100%;
  height: 230px;
  text-decoration: none;
}
.wette-wc-tips-wrapper .wette-wc-tip-featured, .wette-wc-tips-wrapper .wette-wc-tip-featured img, .wette-wc-tips-wrapper .wette-wc-tip-featured picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wette-wc-tips-wrapper .wette-wc-tip-featured:hover + .wette-wc-tip-header-content .wette-wc-tip-header-title, .wette-wc-tips-wrapper .wette-wc-tip-featured img:hover + .wette-wc-tip-header-content .wette-wc-tip-header-title, .wette-wc-tips-wrapper .wette-wc-tip-featured picture:hover + .wette-wc-tip-header-content .wette-wc-tip-header-title {
  text-decoration: underline;
}
.wette-wc-tips-wrapper .wette-wc-tip-header-content {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: flex-end;
  gap: 11px;
  padding: 16px 16px 12px;
  background: linear-gradient(0deg, #262626 9.49%, rgba(38, 38, 38, 0) 99.69%);
  pointer-events: none;
}
.wette-wc-tips-wrapper .wette-wc-tip-header-category {
  display: flex;
  color: #A69996;
  font-family: "Zuume Cut";
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6px;
  gap: 4px;
  align-items: center;
  pointer-events: all;
}
.wette-wc-tips-wrapper .wette-wc-tip-header-category::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFE295;
  border-radius: 8px;
}
.wette-wc-tips-wrapper .wette-wc-tip-header-title {
  color: #FFF;
  font-family: "Circular Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  pointer-events: all;
}
.wette-wc-tips-wrapper .wette-wc-tip-meta {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding: 12px 14px 8px;
}
.wette-wc-tips-wrapper .wette-wc-tip-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
}
.wette-wc-tips-wrapper .wette-wc-tip-meta-label {
  color: #737373;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
.wette-wc-tips-wrapper .wette-wc-tip-meta-value {
  color: #060606;
  font-family: "Circular Std";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.wette-wc-tips-wrapper .wette-wc-tip-cta {
  display: flex;
  height: 44px;
  border-radius: 4px;
  background: #F02D2D;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  padding: 2px;
  text-decoration: none;
  width: calc(100% - 28px);
  margin-left: auto;
  margin-right: auto;
}
.wette-wc-tips-wrapper .wette-wc-tip-cta:hover {
  background: #780000;
}
.wette-wc-tips-wrapper .wette-wc-tip-logo-wrapper {
  display: flex;
  width: 83px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.wette-wc-tips-wrapper .wette-wc-tip-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wette-wc-tips-wrapper .wette-wc-tip-cta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Circular Std";
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  text-decoration: none;
}
.wette-wc-tips-wrapper .wette-wc-tip-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #F02D2D;
  background-color: #fff;
  color: #F02D2D;
  text-align: center;
  font-family: "Circular Std";
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-top: 8px;
  width: calc(100% - 28px);
  margin-left: auto;
  margin-right: auto;
}
.wette-wc-tips-wrapper .wette-wc-tip-link:hover {
  background: #780000;
  border-color: #780000;
  color: #FFFFFF;
}

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