.elementor-1701 .elementor-element.elementor-element-98623cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-98237e1 */.limited-offer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px 0;
  position: relative;
}

/* Section heading - added to match site style */
.membership-heading {
  width: 100%;
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Card styles modified to match the site aesthetics */
.offer-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 30px;
  width: 330px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-card:hover:not(.offer-card-addons) {
  transform: translateY(-5px);
}

.offer-card-featured {
  border: 1px solid #cca45a;
}

.offer-card-featured::before {
  content: "Populärast";
  position: absolute;
  top: 15px;
  right: -40px;
  background: #cca45a;
  color: white;
  padding: 6px 45px;
  font-size: 12px;
  transform: rotate(45deg);
  font-weight: 600;
}

.offer-header {
  margin-bottom: 20px;
}

.offer-header::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #cca45a;
  margin-top: 10px;
}

.offer-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.offer-description {
  color: #666;
  font-size: 16px;
}

.offer-features {
  margin-bottom: 25px;
  flex-grow: 1;
  order: 2;
}

.offer-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-features li {
  padding: 12px 0;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.offer-features i {
  color: #cca45a;
  margin-right: 8px;
}

.offer-price {
  margin: 20px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  order: 3;
  position: relative;
  background: rgba(240, 240, 240, 0.3);
  padding: 15px;
  border-radius: 5px;
  border-left: 3px solid #cca45a;
}

.price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}

.price-amount {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.price-currency {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-right: 4px;
}

.price-period {
  font-size: 16px;
  color: #666;
  margin-left: 4px;
}

.offer-action {
  margin-top: auto;
  position: relative;
  order: 4;
}

/* Button styled to match the BLI MEDLEM NU button */
.offer-button {
  display: block;
  background: #333;
  color: white;
  text-align: center;
  padding: 16px 20px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.offer-button:hover {
  background: #222;
}

.offer-card-featured .offer-button {
  background: #cca45a;
}

.offer-card-featured .offer-button:hover {
  background: #b8914e;
}

.offer-card-addons {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-addons {
  margin-bottom: 25px;
  flex-grow: 1;
}

.addon-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.addon-item:last-child {
  border-bottom: none;
}

.addon-name {
  font-weight: 500;
  color: #444;
}

.addon-price {
  font-weight: 600;
  color: #cca45a;
}

@media (max-width: 990px) {
  .offer-card {
    width: calc(50% - 16px);
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .offer-card {
    width: 100%;
    max-width: 400px;
  }
  .limited-offer-container {
    gap: 20px;
    padding: 20px 15px;
  }
  .price-amount {
    font-size: 36px;
  }
  .offer-title {
    font-size: 24px;
  }
}/* End custom CSS */