/* 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;
}



