/* ALRE Product Teaser Attributes */

.alre-category-products .wd-products {
  gap: 60px;
}

.alre-category-products .wd-product {
  height: 100%;
}

.alre-category-products .wd-product .product-wrapper {
  border: 2px solid #e87f20;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.alre-category-products .wd-product .wd-product-thumb {
  height: 260px;
}

.alre-category-products .wd-product .wd-product-img-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.alre-category-products .wd-product .wd-product-img-link img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.alre-category-products .wd-product .wd-entities-title {
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.alre-category-products .wd-product .wd-product-cats {
  text-align: left;
}

.alre-category-products .wd-product .wd-product-cats * {
  color: #333;
}

.alre-teaser-attrs {
  margin: 8px 0;
  padding: 8px 0 0;
  border-top: 1px solid #e87f20;
  font-size: 13px;
  line-height: 1.4;
  flex-grow: 1;
}

.alre-teaser-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e87f20;
  gap: 8px;
}

.alre-teaser-row:last-child {
  border-bottom: none;
}

.alre-teaser-label {
  color: #333;
  font-weight: 400;
  flex-shrink: 0;
}

.alre-teaser-value {
  color: #555;
  text-align: right;
  word-break: break-word;
}

.alre-btn-datenblatt,
.alre-btn-bim {
  width: 100% !important;
  min-height: 0 !important;
  text-align: center !important;
  background: #e87f20 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 0 14px 0 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: none;
}

.alre-btn-datenblatt,
.wd-product-wrapper > .alre-btn-bim:first-of-type {
  margin-top: auto !important;
}

.alre-btn-datenblatt:hover,
.alre-btn-bim:hover {
  background: #d06e10 !important;
  color: #fff !important;
}

.alre-btn-datenblatt {
  margin-bottom: 6px !important;
}
