.elementor-372 .elementor-element.elementor-element-ceae051{--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;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-da89c1b *//* ===== 女神娛樂｜皇家酒店暗黑粉黃版 ===== */
.goddess-info {

  padding: 22px;
  color: #eee;
}

/* 區塊卡片 */
.goddess-info .info-block {
  background: linear-gradient(145deg, #11111a, #1b1018);
  border: 1px solid rgba(237,129,169,.28);
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 22px;
  box-shadow: 0 0 24px rgba(237,129,169,.14);
}

.goddess-info .info-block:hover {
  box-shadow: 0 0 35px rgba(237,129,169,.24);
}

/* 標題 */
.goddess-info h3 {
  color: #F6EB3C;
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 5px solid #ED81A9;
  padding-left: 12px;
}

.goddess-info h4 {
  color: #ED81A9;
  font-size: 17px;
  margin-bottom: 10px;
}

/* 文字 */
.goddess-info p,
.goddess-info td,
.goddess-info li {
  color: #e8e8e8;
  font-size: 15px;
  line-height: 1.8;
}

.goddess-info strong {
  color: #F6EB3C;
}

/* 重點提示 */
.goddess-info .highlight {
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(246,235,60,.08);
  border-left: 4px solid #F6EB3C;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
}

/* 價格卡片 */
.price-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 14px;
}

.price-card {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 18px;
}

.price-card:first-child {
  grid-row: span 2;
  background: linear-gradient(145deg, rgba(237,129,169,.24), rgba(246,235,60,.08));
  border-color: rgba(237,129,169,.65);
  box-shadow: 0 0 28px rgba(237,129,169,.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-card:first-child h4 {
  color: #F6EB3C;
  font-size: 23px;
}

.price-card:first-child p {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

/* 試算公式 */
.calc-box .formula {
  background: rgba(237,129,169,.1);
  border: 1px solid rgba(237,129,169,.35);
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
}

/* 表格 */
.table-wrap {
  overflow-x: auto;
}

.goddess-info table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: #101018;
  border: 1px solid rgba(255,255,255,.08);
}

.goddess-info th {
  background: linear-gradient(90deg, #ED81A9, #d46b94);
  color: #07070b;
  padding: 13px;
  font-weight: 800;
  text-align: center;
}

.goddess-info td {
  padding: 13px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: center;
}

.goddess-info tr:hover td {
  background: rgba(246,235,60,.06);
}

/* 安全提醒 */
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.safety-card {
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
}

.safety-card.danger {
  border-color: rgba(237,129,169,.45);
}

.safety-card.safe {
  border-color: rgba(246,235,60,.45);
}

.safety-card.safe h4 {
  color: #F6EB3C;
}

/* 最後一句 */
.final-note {
  background: linear-gradient(90deg, #ED81A9, #F6EB3C) !important;
  color: #07070b;
  text-align: center;
  box-shadow: 0 0 32px rgba(246,235,60,.28);
}

.final-note .final-label {
  display: inline-block;
  background: #07070b;
  color: #F6EB3C;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.final-note p {
  color: #07070b;
  font-size: 17px;
  font-weight: 800;
}

/* 手機 */
@media (max-width: 768px) {
  .goddess-info {
    padding: 12px;
  }

  .goddess-info .info-block {
    padding: 18px;
    border-radius: 18px;
  }

  .price-grid,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .price-card:first-child {
    grid-row: auto;
  }

  .price-card:first-child p {
    font-size: 24px;
  }

  .goddess-info h3 {
    font-size: 19px;
  }
}/* End custom CSS */