.time-converter-wrapper-est-az-v2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
    background: #dddded;
    padding: 20px;
    border-radius: 15px;
}
    
    .time-converter-container-est-az-v2 {
      background: linear-gradient(145deg, #f8fafc, #f3e8ff);
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 10px 30px rgba(107, 70, 193, 0.1);
      margin-bottom: 40px;
      border: 1px solid rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-header-est-az-v2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
      flex-wrap: wrap;
      gap: 15px;
    }
    
    .time-converter-logo-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    
    .time-converter-logo-icon-est-az-v2 {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-world-clock-est-az-v2 {
      width: 60px;
      height: 60px;
    }
    

   .time-converter-title-est-az-v2 {
    font-size: 22px;
    font-weight: 700;
    color: #4338ca;
    margin: 0;
    background: linear-gradient(90deg, #6B46C1, #D53F8C);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
    
    .time-converter-current-est-az-v2 {
      background: rgba(255, 255, 255, 0.8);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.15);
      border: 1px solid rgba(107, 70, 193, 0.2);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .time-converter-current-time-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
    }
    
    .time-converter-pulse-est-az-v2 {
      width: 10px;
      height: 10px;
      background-color: #D53F8C;
      border-radius: 50%;
      animation: pulse-animation 2s infinite;
    }
    
    .time-converter-card-est-az-v2 {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(107, 70, 193, 0.12);
      margin-bottom: 30px;
      border: 1px solid rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-tabs-est-az-v2 {
      display: flex;
      background: #f5f3ff;
      border-bottom: 1px solid rgba(107, 70, 193, 0.1);
      flex-wrap: wrap;
    }
    
    .time-converter-tab-est-az-v2 {
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 600;
      background: transparent;
      border: none;
      cursor: pointer;
      color: #6b7280;
      transition: all 0.3s ease;
      position: relative;
      flex: 1;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 120px;
    }
    
    .time-converter-tab-icon-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-icon-est-az-v2 {
      width: 20px;
      height: 20px;
    }
    
    .time-converter-tab-est-az-v2:hover {
      color: #6B46C1;
      background: rgba(107, 70, 193, 0.05);
    }
    
    .time-converter-tab-est-az-v2.active {
      color: #6B46C1;
      background: white;
    }
    
    .time-converter-tab-est-az-v2.active::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #6B46C1, #D53F8C);
      border-radius: 3px 3px 0 0;
    }
    
    .time-converter-tab-content-est-az-v2 {
      display: none;
      padding: 25px;
    }
    
    .time-converter-tab-content-est-az-v2.active {
      display: block;
      animation: fadeIn 0.5s ease;
    }
    
    .time-converter-simple-est-az-v2 {
      text-align: center;
    }
    
    .time-converter-result-est-az-v2 {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    
    .time-converter-result-card-est-az-v2 {
      background: linear-gradient(145deg, #f0f4ff, #f3e8ff);
      padding: 25px;
      border-radius: 16px;
      min-width: 200px;
      box-shadow: 0 6px 15px rgba(107, 70, 193, 0.1);
      border: 1px solid rgba(107, 70, 193, 0.1);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .time-converter-card-est-est-az-v2 {
      background: linear-gradient(145deg, #f0f4ff, #e9d5ff);
      border-left: 4px solid #6B46C1;
    }
    
    .time-converter-card-az-est-az-v2 {
      background: linear-gradient(145deg, #fdf2f8, #f5f3ff);
      border-left: 4px solid #D53F8C;
    }
    
    .time-converter-result-card-est-az-v2:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(107, 70, 193, 0.15);
    }
    
    .time-converter-result-card-est-az-v2.animated {
      animation: pulse 2s infinite;
    }
    
    .time-converter-result-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin-bottom: 10px;
    }
    
    .time-converter-result-time-est-az-v2 {
      font-size: 32px;
      font-weight: 700;
      color: #4C1D95;
      margin-bottom: 5px;
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 5px;
    }
    
    .time-converter-time-value-est-az-v2 {
      font-size: 36px;
    }
    
    .time-converter-time-period-est-az-v2 {
      font-size: 20px;
      color: #6B46C1;
    }
    
    .time-converter-result-date-est-az-v2 {
      font-size: 16px;
      color: #6b7280;
    }
    
    .time-converter-timezone-badge-est-az-v2 {
      display: inline-block;
      background: rgba(107, 70, 193, 0.1);
      color: #6B46C1;
      padding: 3px 10px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 600;
      margin-top: 10px;
    }
    
    .time-converter-arrow-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      position: relative;
    }
    
    .time-converter-arrow-line-est-az-v2 {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #6B46C1, #D53F8C);
    }
    
    .time-converter-arrow-head-est-az-v2 {
      position: absolute;
      right: 0;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid #D53F8C;
    }
    
    .time-converter-dst-indicator-est-az-v2 {
      background: rgba(255, 255, 255, 0.7);
      padding: 15px;
      border-radius: 12px;
      margin: 20px auto;
      border: 1px solid rgba(107, 70, 193, 0.1);
      max-width: 500px;
    }
    
    .time-converter-dst-status-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    
    .time-converter-dst-icon-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-dst-status-icon-est-az-v2 {
      width: 20px;
      height: 20px;
      color: #D53F8C;
    }
    
    .time-converter-dst-text-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
    }
    
    .time-converter-time-diff-est-az-v2 {
      font-size: 14px;
      color: #6b7280;
      text-align: center;
    }
    
    .time-converter-quick-times-est-az-v2 {
      margin-top: 30px;
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-quick-times-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 15px 0;
      text-align: center;
    }
    
    .time-converter-quick-times-grid-est-az-v2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
    }
    
    .time-converter-quick-time-est-az-v2 {
      background: #f9fafb;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      border: 1px solid rgba(107, 70, 193, 0.1);
      transition: all 0.3s ease;
    }
    
    .time-converter-quick-time-est-az-v2:hover {
      background: #f5f3ff;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-quick-time-est-est-az-v2 {
      font-weight: 600;
      color: #6B46C1;
      margin-bottom: 5px;
    }
    
    .time-converter-quick-time-arrow-est-az-v2 {
      color: #D53F8C;
      font-weight: bold;
      margin: 5px 0;
    }
    
    .time-converter-quick-time-az-est-az-v2 {
      font-weight: 600;
      color: #D53F8C;
    }
    
    .time-converter-form-est-az-v2 {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 25px;
      align-items: flex-end;
    }
    
    .time-converter-form-group-est-az-v2 {
      flex: 1;
      min-width: 150px;
    }
    
    .time-converter-label-est-az-v2 {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #4b5563;
      margin-bottom: 8px;
    }
    
    .time-converter-input-wrapper-est-az-v2 {
      position: relative;
    }
    
    .time-converter-input-est-az-v2 {
      width: 100%;
      padding: 12px 15px 12px 40px;
      border: 1px solid #d1d5db;
      border-radius: 12px;
      font-size: 16px;
      transition: all 0.3s ease;
      color: #1f2937;
      background: #f9fafb;
    }
    
    .time-converter-input-est-az-v2:focus {
      outline: none;
      border-color: #6B46C1;
      box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.2);
      background: white;
    }
    
    .time-converter-input-icon-est-az-v2 {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-input-icon-img-est-az-v2 {
      width: 18px;
      height: 18px;
    }
    
    .time-converter-button-est-az-v2 {
      background: linear-gradient(90deg, #6B46C1, #D53F8C);
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.2);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .time-converter-button-est-az-v2:hover {
      background: linear-gradient(90deg, #5B21B6, #BE185D);
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(107, 70, 193, 0.3);
    }
    
    .time-converter-button-est-az-v2:active {
      transform: translateY(0);
    }
    
    .time-converter-button-icon-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-button-icon-img-est-az-v2 {
      width: 18px;
      height: 18px;
    }
    
    .time-converter-results-est-az-v2 {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    
    .time-converter-timezone-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
      margin-bottom: 5px;
    }
    
    .time-converter-business-hours-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 10px;
      font-size: 12px;
      color: #6b7280;
    }
    
    .time-converter-business-hours-icon-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-business-icon-est-az-v2 {
      width: 16px;
      height: 16px;
    }
    
    .time-converter-sun-times-est-az-v2 {
      margin-top: 30px;
    }
    
    .time-converter-sun-times-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 15px 0;
      text-align: center;
    }
    
    .time-converter-sun-times-cards-est-az-v2 {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }
    
    .time-converter-sun-card-est-az-v2 {
      background: #f9fafb;
      border-radius: 12px;
      padding: 20px;
      flex: 1;
      min-width: 200px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-sun-card-header-est-az-v2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }
    
    .time-converter-sun-card-title-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0;
    }
    
    .time-converter-sun-card-icon-est-az-v2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .time-converter-sun-icon-est-az-v2 {
      width: 20px;
      height: 20px;
    }
    
    .time-converter-sun-times-content-est-az-v2 {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    
    .time-converter-sun-time-est-az-v2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .time-converter-sun-time-label-est-az-v2 {
      font-size: 14px;
      color: #6b7280;
    }
    
    .time-converter-sun-time-value-est-az-v2 {
      font-size: 14px;
      font-weight: 600;
      color: #4C1D95;
    }
    
    .time-converter-map-est-az-v2 {
      text-align: center;
    }
    
    .time-converter-map-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 20px 0;
    }
    
    .time-converter-map-container-est-az-v2 {
      margin-bottom: 30px;
    }
    
    .time-converter-map-image-est-az-v2 {
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      margin-bottom: 20px;
    }
    
    .time-converter-map-img-est-az-v2 {
      max-width: 100%;
      height: auto;
    }
    
    .time-converter-map-legend-est-az-v2 {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    
    .time-converter-map-legend-item-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .time-converter-map-legend-color-est-az-v2 {
      width: 20px;
      height: 20px;
      border-radius: 4px;
    }
    
    .time-converter-map-legend-est-est-az-v2 {
      background-color: rgba(107, 70, 193, 0.3);
    }
    
    .time-converter-map-legend-cst-est-az-v2 {
      background-color: rgba(79, 70, 229, 0.3);
    }
    
    .time-converter-map-legend-mst-est-az-v2 {
      background-color: rgba(124, 58, 237, 0.3);
    }
    
    .time-converter-map-legend-az-est-az-v2 {
      background-color: rgba(213, 63, 140, 0.3);
    }
    
    .time-converter-map-legend-text-est-az-v2 {
      font-size: 14px;
      color: #4b5563;
    }
    
    .time-converter-dst-map-est-az-v2 {
      margin-top: 30px;
    }
    
    .time-converter-dst-map-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 20px 0;
    }
    
    .time-converter-dst-timeline-est-az-v2 {
      background: white;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      position: relative;
      height: 200px;
    }
    
    .time-converter-dst-timeline-line-est-az-v2 {
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      height: 4px;
      background: #e5e7eb;
      z-index: 1;
    }
    
    .time-converter-dst-timeline-point-est-az-v2 {
      position: absolute;
      top: 80px;
      transform: translateY(-50%);
      z-index: 2;
    }
    
    .time-converter-dst-timeline-marker-est-az-v2 {
      width: 16px;
      height: 16px;
      background: #6B46C1;
      border-radius: 50%;
      margin: 0 auto;
    }
    
    .time-converter-dst-timeline-content-est-az-v2 {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 100px;
    }
    
    .time-converter-dst-timeline-date-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
    }
    
    .time-converter-dst-timeline-text-est-az-v2 {
      font-size: 14px;
      color: #4b5563;
      margin-top: 5px;
    }
    
    .time-converter-dst-timeline-subtext-est-az-v2 {
      font-size: 12px;
      color: #6b7280;
      margin-top: 2px;
    }
    
    .time-converter-dst-timeline-period-est-az-v2 {
      position: absolute;
      top: 100px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      z-index: 2;
    }
    
    .time-converter-dst-timeline-period-text-est-az-v2 {
      font-size: 14px;
      font-weight: 600;
    }
    
    .time-converter-dst-timeline-period-diff-est-az-v2 {
      font-size: 12px;
      margin-left: 5px;
    }
    
    .time-converter-dst-timeline-period-standard-est-az-v2 {
      background-color: rgba(107, 70, 193, 0.2);
      color: #6B46C1;
    }
    
    .time-converter-dst-timeline-period-dst-est-az-v2 {
      background-color: rgba(124, 58, 237, 0.2);
      color: #7C3AED;
    }
    
    .time-converter-dst-timeline-period-az-est-az-v2 {
      background-color: rgba(213, 63, 140, 0.2);
      color: #D53F8C;
      top: 140px;
    }
    
    .time-converter-planner-est-az-v2 {
      text-align: center;
    }
    
    .time-converter-planner-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 20px 0;
    }
    
    .time-converter-planner-form-est-az-v2 {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 25px;
      align-items: flex-end;
      justify-content: center;
    }
    
    .time-converter-planner-form-group-est-az-v2 {
      flex: 1;
      min-width: 150px;
      max-width: 250px;
    }
    
    .time-converter-planner-label-est-az-v2 {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #4b5563;
      margin-bottom: 8px;
      text-align: left;
    }
    
    .time-converter-planner-results-est-az-v2 {
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      margin-bottom: 30px;
    }
    
    .time-converter-planner-results-title-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 15px 0;
    }
    
    .time-converter-planner-optimal-times-est-az-v2 {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    
    .time-converter-planner-time-est-az-v2 {
      display: flex;
      gap: 15px;
      background: #f9fafb;
      border-radius: 8px;
      padding: 15px;
      border: 1px solid rgba(107, 70, 193, 0.1);
      align-items: center;
    }
    
    .time-converter-planner-time-badge-est-az-v2 {
      padding: 5px 10px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600;
      min-width: 80px;
      text-align: center;
    }
    
    .time-converter-planner-time-badge-optimal-est-az-v2 {
      background: linear-gradient(90deg, #6B46C1, #7C3AED);
      color: white;
    }
    
    .time-converter-planner-time-badge-good-est-az-v2 {
      background: rgba(107, 70, 193, 0.1);
      color: #6B46C1;
    }
    
    .time-converter-planner-time-slots-est-az-v2 {
      display: flex;
      flex-direction: column;
      gap: 5px;
      flex: 1;
    }
    
    .time-converter-planner-time-slot-est-az-v2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .time-converter-planner-time-zone-est-az-v2 {
      font-size: 14px;
      font-weight: 600;
      color: #4b5563;
    }
    
    .time-converter-planner-time-value-est-az-v2 {
      font-size: 14px;
      font-weight: 600;
      color: #6B46C1;
    }
    
    .time-converter-planner-hours-est-az-v2 {
      margin-top: 30px;
    }
    
    .time-converter-planner-hours-title-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 15px 0;
    }
    
    .time-converter-planner-hours-chart-est-az-v2 {
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      position: relative;
    }
    
    .time-converter-planner-hours-labels-est-az-v2 {
      display: flex;
      margin-bottom: 10px;
    }
    
    .time-converter-planner-hours-label-est-az-v2 {
      width: 50px;
      font-size: 14px;
      font-weight: 600;
      color: #4b5563;
    }
    
    .time-converter-planner-hours-bars-est-az-v2 {
      position: relative;
      height: 80px;
      margin-left: 50px;
    }
    
    .time-converter-planner-hours-bar-est-az-v2 {
      display: flex;
      height: 20px;
      margin-bottom: 5px;
      position: relative;
    }
    
    .time-converter-planner-hours-bar-time-est-az-v2 {
      flex: 1;
      text-align: center;
      font-size: 10px;
      color: #6b7280;
      border-right: 1px solid #e5e7eb;
    }
    
    .time-converter-planner-hours-bar-est-est-az-v2,
    .time-converter-planner-hours-bar-az-est-az-v2 {
      height: 20px;
      margin-bottom: 5px;
      position: relative;
      background: #f3f4f6;
      border-radius: 4px;
    }
    
    .time-converter-planner-hours-segment-est-az-v2 {
      position: absolute;
      top: 0;
      height: 100%;
      border-radius: 4px;
    }
    
    .time-converter-planner-hours-bar-est-est-az-v2 .time-converter-planner-hours-segment-est-az-v2 {
      background-color: rgba(107, 70, 193, 0.3);
    }
    
    .time-converter-planner-hours-bar-az-est-az-v2 .time-converter-planner-hours-segment-est-az-v2 {
      background-color: rgba(213, 63, 140, 0.3);
    }
    
    .time-converter-planner-hours-overlap-est-az-v2 {
      position: absolute;
      top: 0;
      height: 50px;
      background: rgba(124, 58, 237, 0.15);
      border: 1px dashed #7C3AED;
      border-radius: 4px;
      z-index: 1;
    }
    
    .time-converter-planner-hours-legend-est-az-v2 {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 20px;
      justify-content: center;
    }
    
    .time-converter-planner-hours-legend-item-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .time-converter-planner-hours-legend-color-est-az-v2 {
      width: 20px;
      height: 10px;
      border-radius: 2px;
    }
    
    .time-converter-planner-hours-legend-est-est-az-v2 {
      background-color: rgba(107, 70, 193, 0.3);
    }
    
    .time-converter-planner-hours-legend-az-est-az-v2 {
      background-color: rgba(213, 63, 140, 0.3);
    }
    
    .time-converter-planner-hours-legend-overlap-est-az-v2 {
      background-color: rgba(124, 58, 237, 0.15);
      border: 1px dashed #7C3AED;
    }
    
    .time-converter-planner-hours-legend-text-est-az-v2 {
      font-size: 12px;
      color: #4b5563;
    }
    
    .time-converter-features-est-az-v2 {
      display: flex;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }
    
    .time-converter-feature-est-az-v2 {
      flex: 1;
      min-width: 200px;
      background: white;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 6px 15px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      transition: all 0.3s ease;
    }
    
    .time-converter-feature-est-az-v2:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(107, 70, 193, 0.12);
    }
    
    .time-converter-feature-icon-est-az-v2 {
      width: 50px;
      height: 50px;
      background: rgba(107, 70, 193, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
    }
    
    .time-converter-icon-est-az-v2 {
      width: 24px;
      height: 24px;
    }
    
    .time-converter-feature-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 10px 0;
    }
    
    .time-converter-feature-text-est-az-v2 {
      font-size: 14px;
      color: #6b7280;
      margin: 0;
    }
    
    .time-converter-favorites-est-az-v2 {
      background: white;
      border-radius: 16px;
      padding: 25px;
      box-shadow: 0 6px 15px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      margin-bottom: 30px;
    }
    
    .time-converter-favorites-title-est-az-v2 {
      font-size: 20px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 20px 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .time-converter-favorites-icon-est-az-v2 {
      width: 20px;
      height: 20px;
    }
    
    .time-converter-favorites-container-est-az-v2 {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    
    .time-converter-favorites-list-est-az-v2 {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    
    .time-converter-favorites-item-est-az-v2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #f9fafb;
      padding: 15px;
      border-radius: 8px;
      border: 1px solid rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-favorites-item-times-est-az-v2 {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .time-converter-favorites-item-time-est-az-v2 {
      font-size: 16px;
      font-weight: 600;
    }
    
    .time-converter-favorites-item-time-est-az-v2:first-child {
      color: #6B46C1;
    }
    
    .time-converter-favorites-item-time-est-az-v2:last-child {
      color: #D53F8C;
    }
    
    .time-converter-favorites-item-arrow-est-az-v2 {
      color: #6b7280;
    }
    
    .time-converter-favorites-item-actions-est-az-v2 {
      display: flex;
      gap: 5px;
    }
    
    .time-converter-favorites-item-button-est-az-v2 {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    
    .time-converter-favorites-item-button-est-az-v2:hover {
      background: rgba(107, 70, 193, 0.1);
    }
    
    .time-converter-favorites-item-icon-est-az-v2 {
      width: 16px;
      height: 16px;
    }
    
    .time-converter-favorites-add-est-az-v2 {
      margin-top: 10px;
    }
    
    .time-converter-favorites-add-button-est-az-v2 {
      background: linear-gradient(90deg, #6B46C1, #D53F8C);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      justify-content: center;
    }
    
    .time-converter-favorites-add-button-est-az-v2:hover {
      background: linear-gradient(90deg, #5B21B6, #BE185D);
      transform: translateY(-2px);
    }
    
    .time-converter-favorites-add-icon-est-az-v2 {
      width: 16px;
      height: 16px;
    }
    
    .time-converter-content-est-az-v2 {
      margin-top: 50px;
    }
    
    .time-converter-section-est-az-v2 {
      margin-bottom: 40px;
    }
    
    .time-converter-section-title-est-az-v2 {
      font-size: 24px;
      font-weight: 700;
      color: #6B46C1;
      margin: 0 0 20px 0;
      padding-bottom: 10px;
      border-bottom: 2px solid rgba(107, 70, 193, 0.2);
    }
    
    .time-converter-section-content-est-az-v2 {
      color: #4b5563;
    }
    
    .time-converter-section-content-est-az-v2 p {
      margin-bottom: 20px;
      line-height: 1.7;
    }
    
    .time-converter-card-info-est-az-v2 {
      background: #f5f3ff;
      border-radius: 12px;
      padding: 20px;
      margin: 20px 0;
      border-left: 4px solid #6B46C1;
    }
    
    .time-converter-card-info-title-est-az-v2 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 15px 0;
    }
    
    .time-converter-list-est-az-v2 {
      margin: 0;
      padding-left: 20px;
    }
    
    .time-converter-list-est-az-v2 li {
      margin-bottom: 8px;
    }
    
    .time-converter-subtitle-est-az-v2 {
      font-size: 20px;
      font-weight: 600;
      color: #6B46C1;
      margin: 30px 0 15px 0;
    }
    
    .time-converter-timeline-est-az-v2 {
      margin: 30px 0;
      position: relative;
    }
    
    .time-converter-timeline-est-az-v2::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 15px;
      width: 2px;
      background: rgba(107, 70, 193, 0.3);
    }
    
    .time-converter-timeline-item-est-az-v2 {
      display: flex;
      margin-bottom: 25px;
      position: relative;
    }
    
    .time-converter-timeline-point-est-az-v2 {
      width: 30px;
      height: 30px;
      background: white;
      border: 3px solid #6B46C1;
      border-radius: 50%;
      margin-right: 20px;
      z-index: 1;
    }
    
    .time-converter-timeline-content-est-az-v2 {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(107, 70, 193, 0.08);
      border: 1px solid rgba(107, 70, 193, 0.1);
      flex: 1;
    }
    
    .time-converter-timeline-content-est-az-v2 h4 {
      font-size: 18px;
      font-weight: 600;
      color: #6B46C1;
      margin: 0 0 10px 0;
    }
    
    .time-converter-timeline-content-est-az-v2 p {
      margin: 0 0 5px 0;
    }
    
    .time-converter-example-est-az-v2 {
      font-weight: 600;
      color: #6B46C1;
      background: rgba(107, 70, 193, 0.1);
      padding: 5px 10px;
      border-radius: 4px;
      display: inline-block;
      margin-top: 5px;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(107, 70, 193, 0.4); }
      70% { box-shadow: 0 0 0 10px rgba(107, 70, 193, 0); }
      100% { box-shadow: 0 0 0 0 rgba(107, 70, 193, 0); }
    }
    
    @keyframes pulse-animation {
      0% { box-shadow: 0 0 0 0 rgba(213, 63, 140, 0.7); }
      70% { box-shadow: 0 0 0 10px rgba(213, 63, 140, 0); }
      100% { box-shadow: 0 0 0 0 rgba(213, 63, 140, 0); }
    }
    
  /* ≤400px (portrait phones) */
@media (max-width: 400px) {
  .time-converter-wrapper-est-az-v2 {
    padding: 10px;
  }
  .time-converter-container-est-az-v2 {
    padding: 15px;
  }
  .time-converter-title-est-az-v2 {
    font-size: 18px;
  }
  .time-converter-current-time-est-az-v2,
  .time-converter-result-time-est-az-v2 {
    font-size: 14px;
  }
  .time-converter-result-title-est-az-v2 {
    font-size: 16px;
  }
  .time-converter-button-est-az-v2 {
    padding: 8px 16px;
    font-size: 14px;
  }
  .time-converter-tab-est-az-v2 {
    padding: 8px;
    font-size: 14px;
    min-width: 80px;
  }
  .time-converter-card-est-az-v2 {
    margin-bottom: 20px;
    padding: 15px;
  }
  .time-converter-input-est-az-v2 {
    font-size: 14px;
    padding: 8px 12px 8px 36px;
  }
  .time-converter-section-title-est-az-v2 {
    font-size: 20px;
  }
  .time-converter-section-content-est-az-v2 p {
    font-size: 14px;
  }
	
	.time-converter-favorites-add-button-est-az-v2 {

    font-size: 13px;
 
}
	
	.time-converter-current-time-est-az-v2, .time-converter-result-time-est-az-v2 {
    font-size: 13px;
}
}

/* 401px–600px (landscape phones) */
@media (min-width: 401px) and (max-width: 600px) {
  .time-converter-wrapper-est-az-v2 {
    padding: 15px;
  }
  .time-converter-container-est-az-v2 {
    padding: 20px;
  }
  .time-converter-title-est-az-v2 {
    font-size: 20px;
  }
  .time-converter-current-time-est-az-v2,
  .time-converter-result-time-est-az-v2 {
    font-size: 13px;
  }
  .time-converter-result-title-est-az-v2 {
    font-size: 17px;
  }
  .time-converter-button-est-az-v2 {
    padding: 10px 18px;
    font-size: 15px;
  }
  .time-converter-tab-est-az-v2 {
    font-size: 15px;
    min-width: 100px;
  }
  .time-converter-card-est-az-v2 {
    padding: 18px;
  }
  .time-converter-input-est-az-v2 {
    font-size: 15px;
    padding: 10px 14px 10px 38px;
  }
  .time-converter-section-title-est-az-v2 {
    font-size: 22px;
  }
  .time-converter-section-content-est-az-v2 p {
    font-size: 15px;
  }
	
		.time-converter-favorites-add-button-est-az-v2 {

    font-size: 13px;
 
}
}

/* 601px–768px (small tablets) */
@media (min-width: 601px) and (max-width: 768px) {
  .time-converter-wrapper-est-az-v2 {
    padding: 18px;
  }
  .time-converter-container-est-az-v2 {
    padding: 25px;
  }
  .time-converter-title-est-az-v2 {
    font-size: 22px;
  }
  .time-converter-current-time-est-az-v2,
  .time-converter-result-time-est-az-v2 {
    font-size: 16px;
  }
  .time-converter-result-title-est-az-v2 {
    font-size: 18px;
  }
  .time-converter-button-est-az-v2 {
    padding: 11px 20px;
    font-size: 16px;
  }
  .time-converter-tab-est-az-v2 {
    font-size: 16px;
  }
  .time-converter-card-est-az-v2 {
    padding: 20px;
  }
  .time-converter-input-est-az-v2 {
    font-size: 16px;
    padding: 11px 16px 11px 40px;
  }
  .time-converter-section-title-est-az-v2 {
    font-size: 24px;
  }
  .time-converter-section-content-est-az-v2 p {
    font-size: 16px;
  }
}

/* 769px–992px (large tablets / small desktops) */
@media (min-width: 769px) and (max-width: 992px) {
  .time-converter-wrapper-est-az-v2 {
    padding: 20px;
  }
  .time-converter-container-est-az-v2 {
    padding: 30px;
  }
  .time-converter-title-est-az-v2 {
    font-size: 24px;
  }
  .time-converter-current-time-est-az-v2,
  .time-converter-result-time-est-az-v2 {
    font-size: 18px;
  }
  .time-converter-result-title-est-az-v2 {
    font-size: 20px;
  }
  .time-converter-button-est-az-v2 {
    padding: 12px 22px;
    font-size: 17px;
  }
  .time-converter-tab-est-az-v2 {
    font-size: 17px;
  }
  .time-converter-card-est-az-v2 {
    padding: 22px;
    margin-bottom: 30px;
  }
  .time-converter-input-est-az-v2 {
    font-size: 17px;
    padding: 12px 18px 12px 42px;
  }
  .time-converter-section-title-est-az-v2 {
    font-size: 26px;
  }
  .time-converter-section-content-est-az-v2 p {
    font-size: 17px;
  }
}

/* 993px–1200px (medium desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .time-converter-wrapper-est-az-v2 {
    padding: 22px;
  }
  .time-converter-container-est-az-v2 {
    padding: 35px;
  }
  .time-converter-title-est-az-v2 {
    font-size: 26px;
  }
  .time-converter-current-time-est-az-v2,
  .time-converter-result-time-est-az-v2 {
    font-size: 20px;
  }
  .time-converter-result-title-est-az-v2 {
    font-size: 22px;
  }
  .time-converter-button-est-az-v2 {
    padding: 14px 24px;
    font-size: 18px;
  }
  .time-converter-tab-est-az-v2 {
    font-size: 18px;
  }
  .time-converter-card-est-az-v2 {
    padding: 24px;
    margin-bottom: 35px;
  }
  .time-converter-input-est-az-v2 {
    font-size: 18px;
    padding: 14px 20px 14px 45px;
  }
  .time-converter-section-title-est-az-v2 {
    font-size: 28px;
  }
  .time-converter-section-content-est-az-v2 p {
    font-size: 18px;
  }
}

