/* Travel Elevated by AI — Subscription Panel v30 */

.te-subscription-box{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
  color:#17263a;
}

.te-subscription-box h3{
  font-family:"Cormorant Garamond", Georgia, serif;
  color:#08748a;
  font-size:34px;
  line-height:1.05;
  margin:4px 0 4px;
}

.te-sub-card{
  background:#f7f3e8;
  border:1px solid #d8e6ea;
  border-radius:22px;
  padding:18px;
  box-shadow:0 10px 24px rgba(10, 45, 60, .05);
}

.te-current-plan{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.te-label{
  display:block;
  color:#667085;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  margin-bottom:6px;
}

.te-plan-name{
  display:block;
  color:#08748a;
  font-size:28px;
  line-height:1;
}

.te-status{
  background:#e9f7fa;
  color:#08748a;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.te-credit-card{
  background:#08748a;
  color:white;
  border-radius:24px;
  padding:20px;
  box-shadow:0 14px 28px rgba(8,116,138,.22);
}

.te-credit-card span{
  display:block;
  opacity:.9;
  font-size:13px;
  font-weight:700;
  margin-bottom:6px;
}

.te-credit-card strong{
  display:block;
  font-size:54px;
  line-height:1;
}

.te-sub-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid rgba(8,116,138,.10);
}

.te-sub-row:last-child{
  border-bottom:none;
}

.te-sub-row span{
  color:#667085;
  font-weight:700;
}

.te-sub-row strong{
  color:#08748a;
  text-align:right;
}

.te-sub-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.te-sub-btn{
  width:100%;
  border:none;
  border-radius:999px;
  background:#08748a;
  color:#fff;
  padding:15px 18px;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(8,116,138,.16);
}

.te-sub-btn.secondary{
  background:#fff;
  border:1px solid #d7e3e7;
  color:#08748a;
  box-shadow:none;
  margin-top:4px;
}

.te-section-title{
  color:#08748a;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-top:6px;
}

.te-plan-grid{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.te-plan-card{
  width:100%;
  border:1px solid #d7e3e7;
  border-radius:20px;
  padding:16px;
  background:#fff;
  text-align:left;
  cursor:pointer;
}

.te-plan-card.active{
  background:#eef8fa;
  border:2px solid #08748a;
}

.te-plan-card strong{
  display:block;
  color:#08748a;
  font-size:20px;
  margin-bottom:4px;
}

.te-plan-card span{
  color:#667085;
  font-size:13px;
}

.te-muted{
  color:#667085;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

.te-error{
  color:#b42318;
  font-weight:700;
}


/* v41 friendly cancellation status */
.te-status-cancel-pending{
  background:#fff3d6!important;
  color:#9a5b00!important;
}

.te-status-cancelled{
  background:#f3f4f6!important;
  color:#667085!important;
}

.te-status-active{
  background:#e7f8f9!important;
  color:#08748a!important;
}

.te-status-note{
  margin:12px 0 0;
  color:#9a5b00;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}
