/* Overlay */
.rr-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Panel */
.rr-modal-content {
  background: #fff;
  width: 92%;
  max-width: 640px;
  margin: 6vh auto;
  border-radius: 14px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.rr-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

#rr-modal-body .rr-loading {
  text-align: center;
  padding: 40px 0;
}

/* Header block */
.rr-product-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.rr-product-head img { border-radius: 8px; }
.rr-product-meta h3 { margin: 0 0 4px; font-size: 20px; }
.rr-price { font-weight: 600; }

/* Spacing for Woo elements */
#rr-modal-body .variations { margin-bottom: 12px; }
#rr-modal-body .single_variation_wrap { margin-top: 8px; }

/* Confirmation */
.rr-confirm { text-align: center; padding: 30px 10px; }
.rr-actions { display: flex; gap: 10px; justify-content: center; margin-top: 10px; }
