.gwt-warranty-popup {
  position: relative;
  z-index: 9999;
}

.gwt-warranty-popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}

.gwt-warranty-popup-dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 10000;
}

.gwt-warranty-popup-card {
  width: min(720px, calc(100vw - 2.5rem));
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.gwt-warranty-popup-header {
  padding: 1rem 1rem 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gwt-warranty-popup-title {
  font-size: 1.05rem;
  line-height: 1.2;
}

.gwt-warranty-popup-close {
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.gwt-warranty-popup-body {
  padding: 1rem;
}

.gwt-warranty-popup-message {
  font-size: 1rem;
  line-height: 1.5;
  color: red;
}

@media (max-width: 420px) {
  .gwt-warranty-popup-title {
    font-size: 1rem;
  }
  .gwt-warranty-popup-body {
    padding: 0.875rem;
  }
  .gwt-warranty-popup-message {
    font-size: 0.98rem;
  }
}
