.srmp-form,
.srmp-dashboard,
.srmp-admin-form,
.srmp-auth-shell {
  --srmp-teal: #0f766e;
  --srmp-teal-dark: #115e59;
  --srmp-navy: #101827;
  --srmp-navy-soft: #344054;
  --srmp-text: #172033;
  --srmp-muted: #667085;
  --srmp-line: #dce8e4;
  --srmp-line-strong: #b7d6d1;
  --srmp-card: #ffffff;
  --srmp-soft: #f2fbf9;
  --srmp-radius: 14px;
  --srmp-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--srmp-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.58;
}

.srmp-form *,
.srmp-dashboard *,
.srmp-auth-shell * {
  box-sizing: border-box;
}

.srmp-dashboard,
.srmp-auth-shell {
  padding: 6px 0 34px;
}

.srmp-dashboard a,
.srmp-auth-shell a,
.srmp-form a {
  color: var(--srmp-teal) !important;
  text-decoration-color: rgba(15, 118, 110, 0.28);
  text-underline-offset: 3px;
}

.srmp-dashboard a:hover,
.srmp-dashboard a:focus,
.srmp-auth-shell a:hover,
.srmp-auth-shell a:focus,
.srmp-form a:hover,
.srmp-form a:focus {
  color: var(--srmp-teal-dark) !important;
}

.srmp-dashboard h1,
.srmp-dashboard h2,
.srmp-dashboard h3,
.srmp-auth-shell h2,
.srmp-form h3 {
  margin: 0;
  color: var(--srmp-navy);
  letter-spacing: 0;
  line-height: 1.18;
}

.srmp-dashboard h1,
.srmp-dashboard h2,
.srmp-auth-shell h2 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
}

.srmp-dashboard h3,
.srmp-form h3 {
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 820;
}

.srmp-dashboard p,
.srmp-auth-shell p,
.srmp-form p {
  margin: 8px 0 0;
  color: var(--srmp-muted);
}

.srmp-kicker {
  margin: 0 0 7px;
  color: var(--srmp-teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.srmp-muted,
.srmp-package small,
.srmp-summary-card small,
.srmp-section-head span,
.srmp-wallet-balance small,
.srmp-package-note,
.srmp-legal-note {
  color: var(--srmp-muted);
}

.srmp-dashboard-head,
.srmp-hero-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.srmp-hero-panel {
  border: 1px solid var(--srmp-line);
  border-radius: var(--srmp-radius);
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf9 64%, #f9fbfa 100%);
  box-shadow: var(--srmp-shadow);
}

.srmp-actions,
.srmp-tabs,
.srmp-chip-row,
.srmp-inline-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.srmp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 17px;
  background: var(--srmp-teal);
  color: #fff !important;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.16);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.srmp-dashboard a.srmp-button,
.srmp-auth-shell a.srmp-button,
.srmp-form a.srmp-button {
  color: #fff !important;
  text-decoration: none !important;
}

.srmp-button:hover,
.srmp-button:focus {
  background: var(--srmp-teal-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.srmp-button:disabled {
  background: #98a2b3;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.srmp-otp-form .srmp-button {
  background: var(--srmp-teal) !important;
  border-color: var(--srmp-teal) !important;
  color: #fff !important;
  opacity: 1;
}

.srmp-otp-form .srmp-button:hover:not(:disabled),
.srmp-otp-form .srmp-button:focus:not(:disabled) {
  background: var(--srmp-teal-dark) !important;
  border-color: var(--srmp-teal-dark) !important;
  color: #fff !important;
}

.srmp-otp-form .srmp-button:focus,
.srmp-otp-form .srmp-button:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24) !important;
  outline-offset: 3px;
}

.srmp-otp-form .srmp-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(15, 118, 110, 0.18);
}

.srmp-otp-form .srmp-button:disabled,
.srmp-otp-form .srmp-button[aria-disabled="true"] {
  background: #e8f4f2 !important;
  border-color: #b7d6d1 !important;
  color: #526460 !important;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.srmp-secondary {
  background: #fff;
  border-color: var(--srmp-line-strong);
  color: var(--srmp-navy-soft) !important;
  box-shadow: none;
}

.srmp-dashboard a.srmp-secondary,
.srmp-auth-shell a.srmp-secondary,
.srmp-form a.srmp-secondary {
  color: var(--srmp-navy-soft) !important;
}

.srmp-secondary:hover,
.srmp-secondary:focus {
  background: var(--srmp-soft);
  border-color: var(--srmp-teal);
  color: var(--srmp-teal-dark) !important;
}

.srmp-link-button {
  border: 0;
  background: transparent;
  color: #9f1f14;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(159, 31, 20, 0.28);
  text-underline-offset: 3px;
}

.srmp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.srmp-form {
  max-width: 920px;
  border: 1px solid var(--srmp-line);
  border-radius: var(--srmp-radius);
  padding: 26px;
  background: var(--srmp-card);
  box-shadow: var(--srmp-shadow);
}

.srmp-form h3 {
  grid-column: 1 / -1;
  margin: 18px 0 4px;
  padding-top: 18px;
  border-top: 1px solid #edf3f1;
}

.srmp-form h3:first-of-type {
  margin-top: 4px;
  padding-top: 0;
  border-top: 0;
}

.srmp-form label,
.srmp-area-row,
.srmp-offer-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--srmp-navy-soft);
  font-size: 14px;
  font-weight: 800;
}

.srmp-form input,
.srmp-form select,
.srmp-form textarea,
.srmp-area-row select,
.srmp-offer-form input,
.srmp-offer-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd8d5;
  border-radius: 10px;
  padding: 11px 13px;
  background: #fff;
  color: var(--srmp-text);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.srmp-form textarea,
.srmp-offer-form textarea {
  min-height: 124px;
  resize: vertical;
}

.srmp-form input[type="file"] {
  min-height: auto;
  padding: 13px;
  background: #f8fafc;
}

.srmp-form input:focus,
.srmp-form select:focus,
.srmp-form textarea:focus,
.srmp-area-row select:focus,
.srmp-offer-form input:focus,
.srmp-offer-form textarea:focus {
  border-color: var(--srmp-teal);
  outline: 3px solid rgba(15, 118, 110, 0.14);
  background: #fff;
}

.srmp-full {
  grid-column: 1 / -1;
}

.srmp-notice {
  margin: 0 auto 18px;
  max-width: 920px;
  border: 1px solid var(--srmp-line);
  border-left: 4px solid var(--srmp-teal);
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px 14px;
  color: var(--srmp-text);
  font-size: 15px;
  line-height: 1.45;
}

.srmp-error {
  border-color: #fecdca;
  border-left-color: #b42318;
  background: #fff7f6;
}

.srmp-success {
  border-color: #abefc6;
  border-left-color: #15803d;
  background: #f6fef9;
}

.srmp-empty {
  border: 1px dashed #cfd8d5;
  border-radius: var(--srmp-radius);
  padding: 24px;
  background: #fbfcfe;
}

.srmp-list {
  display: grid;
  gap: 16px;
}

.srmp-item,
.srmp-detail-card,
.srmp-summary-card,
.srmp-wallet-balance,
.srmp-package,
.srmp-onboarding,
.srmp-side-panel,
.srmp-cost-box,
.srmp-contact-card,
.srmp-auth-panel {
  border: 1px solid var(--srmp-line);
  border-radius: var(--srmp-radius);
  background: var(--srmp-card);
  box-shadow: var(--srmp-shadow);
}

.srmp-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 20px;
  padding: 20px;
}

.srmp-item h3 {
  margin: 4px 0 7px;
}

.srmp-item h3 a {
  color: var(--srmp-navy) !important;
  text-decoration: none;
}

.srmp-item h3 a:hover {
  color: var(--srmp-teal) !important;
}

.srmp-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: var(--srmp-muted);
  font-size: 14px;
  text-align: right;
}

.srmp-price {
  color: var(--srmp-navy);
  font-size: 24px;
}

.srmp-summary-grid,
.srmp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}

.srmp-summary-card,
.srmp-stat {
  position: relative;
  min-height: 142px;
  padding: 19px;
  overflow: hidden;
}

.srmp-summary-card::after,
.srmp-stat::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.18), rgba(15, 118, 110, 0.04)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 14 4-4 3 3 5-6'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

.srmp-summary-card span {
  display: block;
  max-width: calc(100% - 46px);
  color: var(--srmp-muted);
  font-size: 13px;
  font-weight: 850;
}

.srmp-summary-card strong,
.srmp-stat strong,
.srmp-large-number {
  display: block;
  margin: 9px 0 7px;
  color: var(--srmp-navy);
  font-size: 36px;
  line-height: 1.02;
  font-weight: 900;
}

.srmp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 30px 0 13px;
}

.srmp-tabs {
  margin: 4px 0 24px;
}

.srmp-tabs a,
.srmp-chip-row span,
.srmp-status {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.srmp-tabs a {
  border: 1px solid var(--srmp-line);
  padding: 10px 13px;
  background: #fff;
  color: var(--srmp-navy-soft) !important;
  text-decoration: none;
}

.srmp-tabs a:hover,
.srmp-tabs a:focus {
  border-color: var(--srmp-teal);
  background: var(--srmp-soft);
  color: var(--srmp-teal-dark) !important;
}

.srmp-chip-row {
  margin-top: 12px;
}

.srmp-chip-row span {
  border: 1px solid #d9e8e5;
  padding: 8px 10px;
  background: #f5fbf9;
  color: #175c55;
}

.srmp-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: #eef4ff;
  color: #3538cd;
}

.srmp-status-active,
.srmp-status-paid,
.srmp-status-accepted {
  background: #ecfdf3;
  color: #027a48;
}

.srmp-status-pending-verification,
.srmp-status-pending,
.srmp-status-submitted,
.srmp-status-viewed {
  background: #fff6e5;
  color: #b54708;
}

.srmp-status-cancelled,
.srmp-status-rejected,
.srmp-status-failed,
.srmp-status-declined,
.srmp-status-withdrawn {
  background: #fff1f0;
  color: #b42318;
}

.srmp-status-assigned,
.srmp-status-closed {
  background: #f4f3ff;
  color: #5925dc;
}

.srmp-offer-state {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 13px 0;
  color: var(--srmp-navy-soft);
  font-weight: 850;
}

.srmp-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  padding: 24px;
}

.srmp-detail-main > h2 {
  margin-bottom: 7px;
}

.srmp-side-panel {
  align-self: start;
  padding: 20px;
  background: #fbfcfe;
}

.srmp-details {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 10px 16px;
  margin: 18px 0;
}

.srmp-details dt {
  color: var(--srmp-muted);
  font-weight: 850;
}

.srmp-details dd {
  margin: 0;
  color: var(--srmp-text);
  font-weight: 650;
}

.srmp-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.srmp-photos a,
.srmp-photos img {
  display: block;
}

.srmp-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--srmp-line);
}

.srmp-offer-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin-top: 16px;
}

.srmp-request-card .srmp-offer-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 16px;
  border-top: 1px solid #edf3f1;
}

.srmp-request-card .srmp-offer-form label:nth-of-type(3),
.srmp-request-card .srmp-offer-form button,
.srmp-request-card .srmp-cost-box,
.srmp-request-card .srmp-consent {
  grid-column: 1 / -1;
}

.srmp-cost-box {
  margin-bottom: 4px;
  padding: 16px;
  background: #fff;
}

.srmp-cost-box strong {
  color: var(--srmp-navy);
}

.srmp-cost-box p {
  color: var(--srmp-muted);
  font-size: 14px;
}

.srmp-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--srmp-line);
  border-radius: 12px;
  background: #fbfcfe;
  color: var(--srmp-navy-soft);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.srmp-consent input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--srmp-teal);
  flex: 0 0 auto;
}

.srmp-contact-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 0;
  padding: 18px;
  background: #f7fbfa;
}

.srmp-provider-contact {
  margin: 12px 0;
}

.srmp-disclaimer {
  margin-top: 14px;
  color: var(--srmp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.srmp-verification-panel {
  max-width: 620px;
  margin: 16px auto 24px;
  border: 1px solid var(--srmp-line-strong);
  border-radius: var(--srmp-radius);
  padding: 16px;
  background: var(--srmp-soft);
  color: var(--srmp-text);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);
}

.srmp-verification-panel h3 {
  margin: 0;
  font-size: 23px;
}

.srmp-verification-panel p {
  font-size: 14px;
}

.srmp-verification-panel .srmp-inline-form {
  margin-top: 12px;
}

.srmp-otp-form {
  align-items: flex-end;
}

.srmp-otp-form label {
  flex: 1 1 180px;
}

.srmp-otp-form input {
  max-width: 172px;
  height: 48px;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  border-color: var(--srmp-line-strong);
}

.srmp-wallet-balance {
  margin: 0 0 24px;
  padding: 26px;
  background: linear-gradient(135deg, #0f766e 0%, #14532d 100%);
  color: #fff;
}

.srmp-wallet-balance span,
.srmp-wallet-balance small {
  color: rgba(255, 255, 255, 0.84);
}

.srmp-wallet-balance strong {
  display: block;
  margin: 7px 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.srmp-packages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.srmp-package {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 20px;
}

.srmp-package-name {
  color: var(--srmp-muted);
  font-size: 13px;
  font-weight: 850;
}

.srmp-package strong {
  color: var(--srmp-navy);
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.srmp-package-total {
  color: var(--srmp-navy);
  font-size: 18px;
  font-weight: 900;
}

.srmp-package-details {
  display: grid;
  gap: 7px;
  margin: 4px 0;
}

.srmp-package-details div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #eef2f0;
  padding-bottom: 7px;
}

.srmp-package-details div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.srmp-package-details dt {
  color: var(--srmp-muted);
  font-size: 13px;
  font-weight: 850;
}

.srmp-package-details dd {
  margin: 0;
  color: var(--srmp-navy);
  font-weight: 850;
}

.srmp-package-note,
.srmp-legal-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.48;
}

.srmp-legal-note a {
  color: var(--srmp-teal) !important;
  font-weight: 850;
}

.srmp-checkout-consent {
  margin: 3px 0 0;
  padding: 10px;
  background: #f8fafc;
  font-size: 13px;
}

.srmp-bonus {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 9px;
  background: #fff6e5;
  color: #a15c07 !important;
  font-weight: 900;
}

.srmp-cost-help {
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid var(--srmp-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.srmp-cost-help > p {
  max-width: 760px;
  margin: -4px 0 10px;
  color: var(--srmp-muted);
}

.srmp-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.srmp-wallet-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 22px;
}

.srmp-wallet-columns section {
  min-width: 0;
}

.srmp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--srmp-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}

.srmp-table th,
.srmp-table td {
  border-bottom: 1px solid #eef2f0;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.srmp-table th {
  background: #f4f7f6;
  color: var(--srmp-navy-soft);
  font-size: 13px;
  font-weight: 900;
}

.srmp-table tbody tr:nth-child(even) td {
  background: #fbfcfb;
}

.srmp-table tr:last-child td {
  border-bottom: 0;
}

.srmp-checks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin: 10px 0 22px;
}

.srmp-checks label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  border: 1px solid var(--srmp-line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fbfcfe;
  color: var(--srmp-navy-soft);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.srmp-checks input {
  width: 17px;
  min-width: 17px;
  min-height: 17px;
  accent-color: var(--srmp-teal);
}

.srmp-child-check {
  padding-left: 12px !important;
  background: #ffffff !important;
}

.srmp-inline {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.srmp-inline input {
  accent-color: var(--srmp-teal);
}

.srmp-area-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(200px, 1fr) auto auto;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #edf3f1;
  border-radius: 12px;
  padding: 10px;
  background: #fbfcfe;
}

.srmp-onboarding {
  padding: 20px;
  margin-bottom: 22px;
}

.srmp-onboarding.srmp-compact {
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(180px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.srmp-progress {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6eeeb;
}

.srmp-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--srmp-teal), #14b8a6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.srmp-auth-shell {
  max-width: 760px;
}

.srmp-auth-panel {
  padding: 28px;
}

.srmp-auth-form {
  margin-top: 18px;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.srmp-auth-alt {
  color: var(--srmp-muted);
}

.srmp-role-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 4px;
}

.srmp-role-card {
  position: relative;
  min-height: 116px;
  border: 1px solid var(--srmp-line);
  border-radius: 12px;
  padding: 16px;
  background: #fbfcfe;
  cursor: pointer;
}

.srmp-role-card input {
  position: absolute;
  top: 14px;
  right: 14px;
  width: auto;
  min-height: 0;
  accent-color: var(--srmp-teal);
}

.srmp-role-card span {
  display: grid;
  gap: 7px;
  padding-right: 28px;
}

.srmp-role-card small {
  color: var(--srmp-muted);
  font-weight: 500;
}

.srmp-role-card:has(input:checked) {
  border-color: var(--srmp-teal);
  background: var(--srmp-soft);
  box-shadow: inset 0 0 0 1px var(--srmp-teal);
}

@media (max-width: 920px) {
  .srmp-summary-grid,
  .srmp-stats,
  .srmp-packages,
  .srmp-wallet-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srmp-detail-card {
    grid-template-columns: 1fr;
  }

  .srmp-side-panel {
    order: 2;
  }
}

@media (max-width: 720px) {
  .srmp-dashboard,
  .srmp-auth-shell {
    padding-left: 14px;
    padding-right: 14px;
    overflow-x: clip;
  }

  .srmp-grid,
  .srmp-item,
  .srmp-details,
  .srmp-area-row,
  .srmp-request-card .srmp-offer-form,
  .srmp-summary-grid,
  .srmp-stats,
  .srmp-packages,
  .srmp-wallet-columns,
  .srmp-onboarding.srmp-compact,
  .srmp-role-choice {
    grid-template-columns: 1fr;
  }

  .srmp-dashboard h1,
  .srmp-dashboard h2,
  .srmp-auth-shell h2 {
    font-size: 29px;
  }

  .srmp-dashboard h3,
  .srmp-form h3,
  .srmp-verification-panel h3 {
    font-size: 22px;
  }

  .srmp-form,
  .srmp-auth-panel,
  .srmp-hero-panel,
  .srmp-detail-card,
  .srmp-side-panel {
    padding: 18px;
  }

  .srmp-button {
    max-width: 100%;
  }

  .srmp-chip-row {
    max-width: 100%;
  }

  .srmp-chip-row span {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .srmp-dashboard-head,
  .srmp-hero-panel,
  .srmp-section-head,
  .srmp-contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .srmp-meta {
    align-items: flex-start;
    text-align: left;
  }

  .srmp-summary-card,
  .srmp-stat {
    min-height: 122px;
  }

  .srmp-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .srmp-verification-panel {
    margin: 12px auto 20px;
    padding: 14px;
  }

  .srmp-otp-form {
    align-items: stretch;
  }

  .srmp-otp-form input {
    max-width: none;
    width: 100%;
  }

  .srmp-otp-form .srmp-button,
  .srmp-inline-form .srmp-button {
    width: 100%;
  }

  .srmp-otp-form + .srmp-inline-form .srmp-button,
  .srmp-verification-panel form:last-child .srmp-button {
    background: #fff;
    border-color: var(--srmp-line-strong);
    color: var(--srmp-navy-soft) !important;
    box-shadow: none;
  }

  .srmp-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.srmp-account-deletion {
  margin-top: 28px;
  border-color: #ead7d7;
}

.srmp-deletion-form {
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: 16px;
}

.srmp-wallet-expiry-warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  color: #7c2d12;
  margin: 16px 0;
  padding: 14px 16px;
}

.srmp-lifecycle-notices {
  margin: 22px 0;
}

.srmp-lifecycle-notices .srmp-list {
  gap: 10px;
}

.srmp-lifecycle-notices .srmp-notice {
  background: #f4fbf9;
  border: 1px solid #cfe5df;
  border-radius: 12px;
  color: var(--srmp-navy);
  margin: 0;
  padding: 14px 16px;
}

.srmp-lifecycle-notices .srmp-notice p {
  margin: 5px 0;
}

.srmp-lifecycle-notices .srmp-notice small {
  color: var(--srmp-muted);
}

.srmp-wallet-expiry-warning p {
  margin: 0 0 8px;
}

.srmp-wallet-expiry-warning p:last-child {
  margin-bottom: 0;
}

.srmp-wallet-expiry-ack {
  margin-top: 12px;
}

.srmp-button.srmp-danger {
  background: #b42318;
  color: #fff !important;
  border-color: #b42318;
}

.srmp-button.srmp-danger:hover,
.srmp-button.srmp-danger:focus {
  background: #912018;
  border-color: #912018;
}
