/* Plugin Admin Styles - TouchTry Eyewear Try-On */
.wrap {
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  max-width: 900px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

h1 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #111827;
}

h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #111827;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

ol, ul {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}

a.button-primary {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}

a.button-primary:hover {
  background: #111;
}

table.widefat {
  border: 1px solid #ddd;
}

table.widefat th,
table.widefat td {
  padding: 12px;
  text-align: left;
  font-size: 15px;
}

table.widefat tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* == TouchTry Eyewear Admin Style == */
.tt-eyewear-pricing-wrapper {
  padding: 30px;
  font-family: "Segoe UI", sans-serif;
  background: #f8fafc;
}

.tt-eyewear-pricing-wrapper h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #111827;
}

.tt-eyewear-pricing-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.tt-eyewear-plan-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 170px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.tt-eyewear-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.tt-eyewear-plan-card h3 {
  font-size: 22px;
  color: #1f2937;
  margin-bottom: 5px;
}

.tt-eyewear-plan-card .desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

.tt-eyewear-plan-card .price {
  font-size: 24px;
  /*color: #007bff;*/
  font-weight: bold;
  margin-bottom: 10px;
}

.tt-eyewear-plan-card .price span {
  font-size: 14px;
  /*color: #6b7280;*/
}

.tt-eyewear-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.tt-eyewear-plan-card ul li {
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #374151;
}

.tt-eyewear-plan-card ul li::before {
  /*content: "✔";*/
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

.buy-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  /*transition: background-color 0.3s;*/
}

/*.buy-btn:hover {*/
/*  background-color: #0056b3;*/
/*}*/

.custom-plan-note {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #374151;
}

/*  Dashboard Layout with Video */
.tt-eyewear-dashboard-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.tt-eyewear-video {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
}

.tt-eyewear-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
}

.tt-eyewear-dashboard-content {
  flex: 2;
  min-width: 320px;
}

.tt-eyewear-dashboard-content h1 {
  font-size: 24px;
  margin-top: 0;
}
.tt-eyewear-dashboard {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #f1f5f9;
  padding: 30px;
  border-radius: 16px;
  margin-top: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
}

.tt-eyewear-video-card,
.tt-eyewear-info-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  flex: 1;
  min-width: 300px;
}

.tt-eyewear-video-card h2,
.tt-eyewear-info-card h2 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tt-eyewear-video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tt-eyewear-info-card p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 16px;
}

.tt-eyewear-info-card ol {
  padding-left: 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
}

.tt-eyewear-info-card ol li {
  margin-bottom: 10px;
}

.tt-eyewear-info-card .demo-btn {
  display: inline-block;
  margin-top: 20px;
  background: #2563eb;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.tt-eyewear-info-card .demo-btn:hover {
  /*background: #1d4ed8;*/
}
.tt-eyewear-dashboard.single-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  margin-top: 30px;
}

.tt-eyewear-card-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.video-box {
  flex: 1;
  min-width: 320px;
}

.video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.info-box {
  flex: 1;
  min-width: 320px;
}

.info-box h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #111827;
}

.info-box p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 16px;
}

.info-box ol {
  padding-left: 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.info-box .demo-btn {
  display: inline-block;
  background: #000;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}


.info-box {
  flex: 1;
  min-width: 320px;
  padding-left: 0 !important;   
  margin-left: 0 !important;    
  text-align: left;             
}
/* Try On Eyewear Button */
.ttew-tryon-button {
  display: block;
  margin-top: 15px;
  padding: 12px 20px;
  background:#F4EBF5; 
  color: #000 !important; 
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}



.tt-eyewear-pricing-wrapper{
  width:100%;
  padding: 30px 10px 10px;
  text-align:center;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.tt-eyewear-pricing-wrapper h2{
  font-size: 44px;
  margin: 0 0 25px;
  font-weight: 500;
  letter-spacing: .2px;
}

.tt-eyewear-pricing-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 28px;
  max-width: 1220px;
  margin: 0 auto;
  align-items: stretch;
}

.tt-eyewear-plan-card{
  background:#fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 26px 26px 22px;
  text-align: center;
  display:flex;
  flex-direction: column;
  min-height: 640px;
}

.tt-eyewear-plan-card h3{
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}

.tt-eyewear-plan-card .desc{
  margin: 0 0 18px;
  color:#333;
  font-size: 14px;
  line-height: 1.45;
}

.tt-eyewear-plan-card .price{
  margin: 10px 0 18px;
  font-weight: 800;
  line-height: 1;
  display:flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.tt-eyewear-plan-card .price .amount{
  font-size: 36px;
  color: #2f80ed;
}

.tt-eyewear-plan-card .price .duration{
  font-size: 26px;
  color: #2f80ed;
  font-weight: 800;
  white-space: nowrap;
}

.tt-eyewear-plan-card .price.contact-price{
  font-size: 32px;
  color:#2f80ed;
  font-weight: 900;
}

.tt-eyewear-plan-card ul{
  list-style:none;
  padding:0;
  margin: 0 0 20px;
  text-align:center;
}

.tt-eyewear-plan-card ul li{
  padding: 12px 0;
  font-size: 13px;
  color:#111;
  line-height: 1.5;
}

.tt-eyewear-plan-card .buy-btn{
  margin-top: auto;
  display: inline-block;
  background:#000;
  color:#fff !important;
  text-decoration:none;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  width: 70%;
  max-width: 220px;
  margin-left:auto;
  margin-right:auto;
}

.tt-eyewear-plan-card .buy-btn:hover{
  opacity: .9;
}

@media (max-width: 1100px){
  .tt-eyewear-pricing-grid{
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 600px){
  .tt-eyewear-pricing-wrapper h2{ font-size: 32px; }
  .tt-eyewear-pricing-grid{
    grid-template-columns: 1fr;
  }
}