.node-teaser-box {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 10px 0px;
  font-size: 18px;
}
.node-teaser-box .wp-block-image img {
  max-width: 380px;
}
.node-teaser-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
.node-teaser-box h3 a {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
.node-teaser-box h3 a .field.field--name-name {
  margin-bottom: 0px;
  font-size: 18px;
}
.node-teaser-box h3 a:before {
  content: "\f231";
  font-family: bootstrap-icons !important;
  margin-right: 6px;
  font-size: 15px;
}
.node-teaser-box .field__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
.node-teaser-box .field__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.node-teaser-box .field {
  margin-bottom: 10px;
}
.node-teaser-box .field .field__items .field__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0;
}
.node-teaser-box .field .field__items .field__item a {
  color: #333333;
  font-weight: 400;
  transition: 0.3s;
  background-color: #eefbfb;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 36px;
  font-size: 14px;
  display: inline-block;
  line-height: normal;
}
.node-teaser-box .field .field__items .field__item a .field__item {
  margin: 0;
  line-height: normal;
}
.node-teaser-box .field .field__items .field__item a:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #e37705;
  transform: translate(0px, -3px);
}

.d-flex-items .field--name-field-court {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.d-flex-items .field--name-field-court a {
  font-size: 14px;
  padding: 0px 10px;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 30px;
  font-weight: 400;
  color: #000;
  background-color: #eefbfb;
  transition: 0.3s;
}
.d-flex-items .field--name-field-court a:hover {
  background-color: #e37705;
  color: #fff;
  transition: 0.3s;
  transform: translate(0px, -3px);
}
.d-flex-items .field--name-field-court .field__item {
  margin-bottom: 0px;
}
/*# sourceMappingURL=node-teaser.css.map */
