/* Page-specific styles for Temp Mail (/temp-mail), replacing the style="..." inline styles previously scattered through the template */

.tempmail-address-wrap {
  min-width: 260px;
}

.tempmail-address-input {
  font-size: 1.15rem;
  width: 100%;
}

.tempmail-count-badge {
  width: 22px;
  height: 22px;
  min-width: 22px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}

.tempmail-spinner-lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

.compare-table colgroup col:nth-child(1) {
  width: 22%;
  min-width: 110px;
}

.compare-table colgroup col:nth-child(2),
.compare-table colgroup col:nth-child(3) {
  width: 39%;
}

.tempmail-tab-pills {
  font-size: 0.85rem;
}

.tempmail-email-iframe {
  min-height: 380px;
  width: 100%;
  border: 0;
  background: #ffffff;
}

.tempmail-email-text {
  white-space: pre-wrap;
  font-size: 0.9rem;
}

.tempmail-email-raw {
  white-space: pre-wrap;
  font-size: 0.85rem;
}

.tempmail-qr-container {
  min-height: 200px;
}

.tempmail-history-list {
  max-height: 320px;
  overflow-y: auto;
}
