/*
Theme Name: EVENT X Theme
Theme URI: https://der-codedesigner.de
Template: Avada
Author: der codedesigner
Author URI: https://der-codedesigner.de
Version: 1.0.0.1762100576
Updated: 2025-11-02 17:22:56
*/

.mietpreise-component {
  margin: 30px 0 10px;
  color: #fafafa;
}

.mietpreise-component .pricing-header {
  text-align: left;
  margin-bottom: 24px;
}

.mietpreise-component .pricing-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #ea4c13;
}

.mietpreise-component .pricing-header p {
  font-size: 14px;
	color: #E1E1E1;
  margin: 0;
}

/* Standard: einspaltig */
.mietpreise-component .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 1339px) {
  .mietpreise-component .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mietpreise-component .price-card {
  background: #2a2a2a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* linker orangener Balken (Default) */
.mietpreise-component .price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ea4c13;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

/* Featured-Karte (Wochenende) */
.mietpreise-component .price-card.featured {
  border: 2px solid #ea4c13;
  background: #2a2a2a;
  transform: scale(1.03);
  z-index: 1;
}

/* Seitenbalken bei featured deaktivieren */
.mietpreise-component .price-card.featured::before {
  transform: scaleY(0);
}

/* Schräges „Beliebt“-Ribbon */
.mietpreise-component .price-card.featured::after {
  content: "Beliebt";
  position: absolute;
  top: 16px;
  right: -40px;
  background-color: #ea4c13;
  color: #fff;
  padding: 4px 40px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 2;
}

.mietpreise-component .price-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 16px;
}

.mietpreise-component .price-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.mietpreise-component .price-label h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fafafa;
  margin-bottom: 4px;
}

.mietpreise-component .price-label .duration {
  font-size: 14px;
  color: #888;
}

.mietpreise-component .price-amount {
  text-align: center;
}

.mietpreise-component .price-amount .amount {
  font-size: 22px;
  font-weight: 700;
  color: #ea4c13;
  line-height: 1;
}

.mietpreise-component .price-amount .currency {
  font-size: 24px;
}

.mietpreise-component .price-amount .period {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

.mietpreise-component .price-features {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #333;
}

.mietpreise-component .feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 8px;
}

.mietpreise-component .feature:last-child {
  margin-bottom: 0;
}

.mietpreise-component .feature svg {
	position: relative;
	top: 4px;
  width: 16px;
  height: 16px;
  fill: #ea4c13;
  flex-shrink: 0;
}

.mietpreise-component .info-note {
  color: #666;
  font-size: 13px;
  margin-top: 16px;
}

.varianten-component {
  margin: 20px 0 10px;
  color: #fafafa;
}

.varianten-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fafafa;
  margin-bottom: 10px;
  opacity: 0.9;
}

.varianten-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.variante-pill {
  border: 1px solid #fafafa;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #fafafa;
  background: transparent;
  white-space: nowrap;
}

h2 small {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.fusion-text p:last-of-type {
	margin-bottom: 0;
}

.footer-legal {
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
	margin-bottom: 16px;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.footer-legal a:hover {
  color: #1c1c1c;
}
