/**
 * CSS cho plugin Huan Order Tracking
 * Giao diện hiện đại, responsive và thân thiện với người dùng
 */

/* CSS cải thiện cho plugin Huan Order Tracking */

/* CSS chung */
.order-tracking-container {
  max-width: 900px;
  margin: 0 auto 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333;
}

.order-tracking-intro,
.order-tracking-outro {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}

.order-tracking-intro h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2196f3;
  margin-bottom: 15px;
}

.order-tracking-intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Form nhập số điện thoại */
.order-tracking-form-wrapper {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
  text-align: center;
}

.form-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.order-tracking-form {
  margin-bottom: 20px;
}

.phone-input-container {
  position: relative;
  margin-bottom: 15px;
}

.order-tracking-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.order-tracking-form .phone-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #2196f3;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232196F3' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.order-tracking-form input[type="text"] {
  width: 100%;
  padding: 12px 12px 12px 40px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.order-tracking-form input[type="text"]:focus {
  border-color: #2196f3;
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
}

.form-tip {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #2196f3;
}

.tip-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232196F3' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.tip-text {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.order-tracking-form button {
  width: 100%;
  padding: 12px 20px;
  background-color: #2196f3;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.order-tracking-form button:hover {
  background-color: #1976d2;
  transform: translateY(-2px);
}

.order-tracking-form button:active {
  transform: translateY(0);
}

.form-footer {
  text-align: center;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.form-footer a {
  color: #2196f3;
  text-decoration: none;
}

.form-footer a:hover {
  text-decoration: underline;
}

/* OTP Verification Form */
.otp-verification-form {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.otp-header {
  margin-bottom: 25px;
}

.otp-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-color: #2196f3;
  border-radius: 50%;
  position: relative;
}

.otp-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.otp-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.otp-header p {
  font-size: 14px;
  color: #666;
  margin: 0 0 5px 0;
}

.masked-email {
  font-size: 16px;
  font-weight: 500;
  color: #2196f3;
  background-color: #f1f8fe;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px;
}

.otp-input-container {
  margin-bottom: 20px;
}

.otp-input-container label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: left;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.otp-inputs input[type="text"] {
  width: 40px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.otp-inputs input[type="text"]::-webkit-inner-spin-button,
.otp-inputs input[type="text"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-inputs input[type="text"]:focus {
  border-color: #2196f3;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
  background-color: #fff;
  outline: none;
  caret-color: #2196f3;
}

.otp-inputs input[type="text"]:not(:placeholder-shown) {
  border-color: #4caf50;
  background-color: #f1f8e9;
}

.otp-timer {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

#otp-countdown {
  font-weight: 600;
  color: #ff5722;
}

.otp-actions {
  margin-top: 20px;
}

.otp-submit {
  padding: 12px 30px;
  background-color: #2196f3;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.otp-submit:hover {
  background-color: #1976d2;
  transform: translateY(-2px);
}

.otp-submit:active {
  transform: translateY(0);
}

.otp-notice {
  margin-top: 20px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 6px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.otp-resend {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.otp-resend.show-resend {
  margin-top: 20px;
  color: #f44336;
  font-weight: 500;
}

.otp-timer .expired {
  color: #f44336;
  font-weight: 600;
}

.text-button {
  background: none;
  border: none;
  color: #2196f3;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-decoration: underline;
}

.text-button:hover {
  color: #1976d2;
}

/* Email thủ công */
.manual-email-form {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.email-form-header {
  text-align: center;
  margin-bottom: 25px;
}

.email-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-color: #ff9800;
  border-radius: 50%;
  position: relative;
}

.email-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.email-form-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.email-form-header p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.email-input-container {
  margin-bottom: 20px;
}

.email-input-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.email-input-wrapper {
  position: relative;
}

.email-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF9800' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.email-input-container input[type="email"] {
  width: 100%;
  padding: 12px 12px 12px 40px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.email-input-container input[type="email"]:focus {
  border-color: #ff9800;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.2);
}

.email-actions {
  margin-top: 20px;
}

.email-submit {
  width: 100%;
  padding: 12px 20px;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.email-submit:hover {
  background-color: #f57c00;
  transform: translateY(-2px);
}

.email-submit:active {
  transform: translateY(0);
}

/* Thông báo lỗi */
.error-container {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.error-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: #f44336;
  border-radius: 50%;
  position: relative;
}

.error-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.error-content {
  margin-bottom: 20px;
}

.error-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.error-content p.error {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.error-tips {
  text-align: left;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  margin: 15px 0;
}

.error-tips li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.back-button,
.contact-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.back-button {
  background-color: #f1f3f4;
  color: #333;
}

.back-button:hover {
  background-color: #e2e6ea;
}

.contact-button {
  background-color: #2196f3;
  color: white;
}

.contact-button:hover {
  background-color: #1976d2;
}

/* Thanh tiến trình */
.progress-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 600px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  color: #757575;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.progress-step.active .step-number {
  background-color: #2196f3;
  color: white;
  box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.2);
}

.progress-step.completed .step-number {
  background-color: #4caf50;
  color: white;
}

.step-label {
  font-size: 13px;
  color: #757575;
  font-weight: 500;
}

.progress-step.active .step-label {
  color: #2196f3;
  font-weight: 600;
}

.progress-step.completed .step-label {
  color: #4caf50;
}

.progress-line {
  flex: 1;
  height: 3px;
  background-color: #e0e0e0;
  margin: 0 15px;
  position: relative;
  top: -13px;
  transition: all 0.3s ease;
}

.progress-line.completed {
  background-color: #4caf50;
}

/* Form disabled */
.form-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Kết quả tìm kiếm đơn hàng */
.results-header {
  text-align: center;
  margin-bottom: 25px;
}

.results-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.results-header p {
  color: #666;
  font-size: 15px;
}

/* Không tìm thấy đơn hàng */
.no-orders {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.no-orders-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23757575' viewBox='0 0 24 24'%3E%3Cpath d='M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5zM19 19.09H5V4.91h14v14.18zM6 15h12v2H6zm0-4h12v2H6zm0-4h12v2H6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.no-orders h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.no-orders p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.no-orders-tips {
  text-align: left;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  margin: 0 auto 20px;
  max-width: 400px;
}

.no-orders-tips h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.no-orders-tips ul {
  padding-left: 20px;
}

.no-orders-tips li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.no-orders-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

/* Responsive design */
@media (max-width: 768px) {
  .order-tracking-form-wrapper,
  .error-container,
  .no-orders,
  .otp-verification-form,
  .manual-email-form {
    max-width: 100%;
    padding: 20px 15px;
    margin: 15px 0;
  }

  .error-actions,
  .no-orders-actions {
    flex-direction: column;
    gap: 10px;
  }

  .back-button,
  .contact-button {
    width: 100%;
  }

  .otp-inputs {
    gap: 6px;
  }

  .otp-inputs input[type="text"] {
    width: 40px;
    height: 45px;
    font-size: 18px;
  }
}

/* Hiển thị đơn hàng */
.order-tracking-results {
  max-width: 800px;
  margin: 30px auto;
}

.orders-container {
  margin-top: 25px;
}

.order-card {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}

.order-info {
  display: flex;
  flex-direction: column;
}

.order-number {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.order-date {
  font-size: 14px;
  color: #666;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.order-header:hover .toggle-icon {
  background-color: #f0f0f0;
  color: #333;
}

.order-details-content {
  background-color: #f9f9f9;
  padding: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
}

.product-details {
  margin-bottom: 20px;
}

.product-details h4,
.order-summary h4,
.shipping-details h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #333;
}

.product-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.product-name {
  flex: 1;
}

.product-variation {
  font-size: 13px;
  color: #666;
  margin-top: 3px;
}

.product-variation span {
  font-weight: 600;
}

.product-quantity {
  margin: 0 15px;
  color: #666;
}

.product-total {
  font-weight: 600;
  color: #333;
  min-width: 80px;
  text-align: right;
}

.order-summary {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.shipping-details {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.shipping-address {
  line-height: 1.5;
}

.payment-method {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #eee;
}

/* Responsive styles for Order Card */
@media (max-width: 768px) {
  .product-item {
    flex-direction: column;
  }

  .product-quantity,
  .product-total {
    margin-top: 5px;
    text-align: left;
  }

  .product-total {
    margin-left: 0;
  }
}

/* Hiệu ứng và Animations */
.order-tracking-results {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hiệu ứng Load và Success */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #2196f3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.success-icon {
  width: 60px;
  height: 60px;
  background-color: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.success-icon:before {
  content: "";
  width: 30px;
  height: 22px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  left: 15px;
}

.success-message h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.success-message p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* Hiệu ứng transition */
.otp-success-message {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.success-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: #4caf50;
  border-radius: 50%;
  position: relative;
}

.success-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 30px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
}

/* Sửa lỗi hiển thị giá tiền */
.woocommerce-Price-amount {
  white-space: nowrap;
  display: inline-block;
}

.woocommerce-Price-currencySymbol {
  display: inline-block;
}

/* Cải thiện hiển thị cho email OTP */
.otp-email-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2196f3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.otp-email-button:hover {
  background-color: #1976d2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.otp-code {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #0d47a1;
  font-family: monospace;
  background-color: #f1f8fe;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  border: 1px dashed #2196f3;
  margin: 10px 0;
}
