.sxc-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.sxc-popup-content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
}

.sxc-popup-logo {
  flex: 1;
}

.sxc-popup-close {
  align-self: end;
  border-radius: 16rem;
}

.sxc-warranty-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.sxc-popup-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.sxc-warranty-name,
.sxc-warranty-price {
  font-weight: bold;
}
