/* ALHAMBRA PHASE 47.5 - HOMEPAGE PREISE LIVE CMS */

.alh-home-preise-live{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:20px 16px 80px;
}

.alh-home-preise-live-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 34px;
}

.alh-home-preise-live-head h2{
  margin:0 0 12px;
  font-family:Georgia,serif;
  font-size:clamp(46px,6vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
  color:#15110e;
}

.alh-home-preise-live-head p{
  margin:0;
  color:#74685e;
  font-size:18px;
  line-height:1.55;
}

.alh-home-preise-live-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin:24px 0 0;
}

.alh-home-preise-live-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c99b35;
}

.alh-home-preise-live-tabs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:4px 4px 22px;
  margin:0 0 10px;
}

.alh-home-preise-live-tab{
  flex:0 0 auto;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:2px solid #eadcc8;
  background:#fff;
  color:#15110e;
  font-weight:1000;
  cursor:pointer;
}

.alh-home-preise-live-tab.active{
  background:linear-gradient(135deg,#24180d,#070504);
  color:#fff;
  border-color:rgba(215,177,90,.45);
}

.alh-home-preise-live-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.alh-home-preise-live-card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:2px solid rgba(111,77,24,.28);
  outline:1px solid rgba(215,177,90,.18);
  outline-offset:4px;
  box-shadow:0 20px 60px rgba(32,20,8,.13);
}

.alh-home-preise-live-card-head{
  padding:28px;
  background:
    radial-gradient(circle at 90% 0%,rgba(215,177,90,.18),transparent 34%),
    linear-gradient(135deg,#160f08,#24180d);
  color:#fff;
}

.alh-home-preise-live-card-head h3{
  margin:0;
  font-family:Georgia,serif;
  font-size:34px;
  color:#d7b15a;
}

.alh-home-preise-live-card-head p{
  margin:10px 0 0;
  color:#f6ead0;
  line-height:1.45;
}

.alh-home-preise-live-list{
  padding:18px 24px 24px;
}

.alh-home-preise-live-item{
  display:grid;
  grid-template-columns:78px 1fr auto;
  gap:16px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid #eadcc8;
}

.alh-home-preise-live-item:last-child{
  border-bottom:0;
}

.alh-home-preise-live-item img,
.alh-home-preise-live-img-empty{
  width:74px;
  height:74px;
  border-radius:18px;
  object-fit:cover;
  background:#fff8ea;
  border:2px solid #eadcc8;
}

.alh-home-preise-live-img-empty{
  display:grid;
  place-items:center;
  color:#8f6826;
  font-weight:1000;
  font-family:Georgia,serif;
  font-size:25px;
}

.alh-home-preise-live-name{
  display:block;
  font-size:18px;
  font-weight:1000;
  color:#15110e;
}

.alh-home-preise-live-desc{
  display:block;
  margin-top:5px;
  color:#74685e;
  font-size:14px;
  line-height:1.35;
}

.alh-home-preise-live-price{
  font-size:19px;
  font-weight:1000;
  color:#8b1e2d;
  white-space:nowrap;
}

.alh-home-preise-live-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:32px;
}

.alh-home-preise-live-btn{
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  border:2px solid #eadcc8;
  background:#fff;
  color:#15110e;
  font-weight:1000;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.alh-home-preise-live-btn.dark{
  background:linear-gradient(135deg,#24180d,#070504);
  color:#fff;
  border-color:rgba(215,177,90,.45);
}

.alh-home-preise-live-empty{
  padding:34px;
  border:2px dashed #eadcc8;
  border-radius:24px;
  text-align:center;
  color:#74685e;
  font-weight:1000;
  background:#fffaf0;
}

@media(max-width:920px){
  .alh-home-preise-live-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .alh-home-preise-live{
    padding-left:10px;
    padding-right:10px;
  }

  .alh-home-preise-live-item{
    grid-template-columns:62px 1fr;
  }

  .alh-home-preise-live-price{
    grid-column:1/-1;
  }

  .alh-home-preise-live-item img,
  .alh-home-preise-live-img-empty{
    width:62px;
    height:62px;
  }
}
