.organization-email-from {
  display: inline-block;
  width: 85%;
}
.sender-email {
  width: 290px;
}
.organization-page .confirm-email-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.organization-page .send-button {
  padding-left: 10px;
  padding-right: 10px;
}
.organization-page .section-container {
  border: 1px solid #dbdbdb;
  padding: 2rem;
  border-radius: 12px;
}
@media only screen and (max-width: 640px) {
  .organization-page .confirm-email-container {
    flex-wrap: wrap;
  }
}
.email-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.section-settings {
  border-top: 1px solid #e0e0e0;
  padding: 1em;
}
.alert {
  display: flex;
  gap: 12px;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.alert-warning {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
.alert-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.status-complete {
  background: #d1fae5;
  color: #065f46;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.dns-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  table-layout: fixed;
}
.dns-table th {
  background: #f9fafb;
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
}
.dns-table td {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
}
.dns-table tr:last-child td {
  border-bottom: none;
}
.dns-section {
  margin-top: 20px;
}
.dns-container {
  display: block;
  width: 100%;
}
.dns-container .alert,
.dns-container .dns-table {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}
.dns-container .dns-table {
  display: table;
}
.alert-content-wrapper {
  align-items: flex-start;
}
.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.delete-btn-v3 {
  background: white;
  border: 1px solid #e5e5e7;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #86868b;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.delete-btn-v3:hover {
  text-decoration: none;
  color: #ff3b30;
  border-color: #ff3b30;
  background-color: white !important;
}
.domain-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.organization-page {
  width: 1100px;
}
.help-section {
  margin-top: 1.5rem;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
}
.help-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
}
.help-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
}
.help-text {
  color: #1e40af;
  font-size: 0.875rem;
  line-height: 1.625;
}
.info-box {
  background: #f7fafc;
  border-left: 4px solid #667eea;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.info-box p {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.info-box p:last-child {
  margin-bottom: 0;
}
.email-display {
  background: white;
  padding: 12px 16px;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  color: #2d3748;
  border: 1px solid #e2e8f0;
  margin-top: 8px;
  word-break: break-all;
}
.form-section {
  margin-top: 32px;
}
input {
  background-color: white;
}
.input-group {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
input[type=text] {
  flex: 1;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  outline: none;
}
input[type=text]:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
input[type=text]::placeholder {
  color: #a0aec0;
}
.help-text {
  color: #718096;
  font-size: 13px;
  margin-top: 8px;
  font-style: italic;
}
.section-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 12px;
  margin-top: 24px;
}
.status-card {
  background: #f0f9f4;
  border: 1px solid #d1e7dd;
  border-radius: 6px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.checkmark {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkmark svg {
  width: 20px;
  height: 20px;
  stroke: #198754;
  stroke-width: 2.5;
}
.status-text {
  color: #0f5132;
  font-size: 14px;
}
.warning-card {
  background: #fff9e6;
  border: 1px solid #ffe5a1;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.warning-text {
  color: #856404;
  font-size: 14px;
  line-height: 1.5;
}
.warning-text code {
  background: #fff3cd;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 13px;
}
.form-container {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}
.email-input {
  height: 43px !important;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s ease;
  outline: none;
}
.email-input:focus {
  border-color: #999;
}
.email-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.billing-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
}
.billing-info {
  flex: 1;
}
.send-count {
  font-size: 11px;
  color: #666666;
  margin-bottom: calc(var(--spacing-unit) * 1);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.send-count-number {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.form-hint {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.billing-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.email-display {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
}
.email-display-line {
  display: flex;
  margin-bottom: 0.5rem;
}
.email-display-line:last-child {
  margin-bottom: 0;
}
.email-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.8rem;
  color: #666;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 0.5rem;
}
.edit-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.2s;
}
.edit-btn:hover {
  color: #333;
}
.input-with-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-with-button select {
  width: 300px !important;
  height: 44px;
  padding: 0 12px;
}
.input-with-button .yellow-sharp-fill-button {
  width: 100px !important;
  height: 44px;
  margin-bottom: 6px !important;
}
.info-box-content {
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 1rem;
}
.info-highlight {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 102, 204, 0.2);
  border-radius: 6px;
  padding: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.8rem;
  color: #004080;
}
.info-text {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 12px;
  line-height: 1.6;
}
.info-text:last-of-type {
  margin-bottom: 28px;
}
.dropdown-select {
  width: 100%;
  padding: 16px 20px;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 15px;
  color: #111827;
  background: white;
  cursor: pointer;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 48px;
  margin-bottom: 16px;
}
.dropdown-select:hover {
  border-color: #9ca3af;
}
.dropdown-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.button.outline-button {
  padding: 13px 26px;
  background: white;
  color: #111827;
  border: 1.5px solid #d1d5db;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.button.outline-button:hover {
  background: #111827;
  color: black;
  border-color: #111827;
}
