.owner-body {
  min-height: 100vh;
  background: #f6f8f8;
}

.owner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.owner-header nav {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

.owner-main {
  padding: 48px clamp(18px, 5vw, 72px) 76px;
}

.owner-hero {
  max-width: 820px;
  margin-bottom: 28px;
}

.owner-hero h1 {
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.owner-hero p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.05rem;
}

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

.verification-card {
  display: grid;
  gap: 14px;
  border-color: rgba(5, 119, 111, 0.28);
}

.verification-card h2 {
  color: var(--ink);
}

.resend-form {
  margin-top: -4px;
}

.resend-form button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--teal-dark);
}

.owner-card,
.owner-status-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.05);
}

.owner-card {
  padding: 22px;
}

.owner-form,
.owner-form label {
  display: grid;
  gap: 10px;
}

.owner-form {
  gap: 16px;
}

.owner-form label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.owner-form input,
.owner-form select,
.owner-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff;
  color: var(--ink);
}

.owner-form textarea {
  resize: vertical;
}

.field-help {
  display: none;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(5, 119, 111, 0.22);
  border-radius: 8px;
  padding: 7px 9px;
  background: #eef8f5;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.owner-form label:focus-within .field-help {
  display: block;
}

.owner-form button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.cod-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(37, 211, 102, 0.55);
  border-radius: 8px;
  padding: 0 14px;
  background: #effbf4;
  color: #166b34;
  font-weight: 850;
  text-decoration: none;
}

.cod-delivery-settings {
  border-color: rgba(5, 119, 111, 0.28);
}

.cod-area-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cod-area-preview span {
  border: 1px solid rgba(5, 119, 111, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef8f5;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.owner-location-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  border: 1px solid rgba(5, 119, 111, 0.25);
  border-radius: 8px;
  padding: 12px;
  background: #f3fbf8;
}

.owner-location-tools label {
  margin: 0;
}

.owner-location-tools button,
.owner-map-helper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  font-weight: 850;
  cursor: pointer;
}

.owner-location-tools button {
  background: var(--teal);
  color: #fff;
}

.owner-map-helper {
  border: 1px solid rgba(5, 119, 111, 0.28);
  background: #fff;
  color: var(--teal-dark);
  white-space: nowrap;
}

.owner-location-tools p {
  grid-column: 1 / -1;
  margin: 0;
}

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

.owner-form-grid .wide,
.featured-request {
  grid-column: 1 / -1;
}

.featured-request {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(213, 155, 45, 0.5);
  border-radius: 8px;
  padding: 12px;
  background: #fff8e8;
  color: #7a520e !important;
}

.image-enhance-toggle {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  grid-column: 1 / -1;
  border: 1px solid rgba(5, 119, 111, 0.28);
  border-radius: 8px;
  padding: 12px;
  background: #eef8f5;
  color: var(--teal-dark) !important;
  font-weight: 850;
}

.featured-request input,
.image-enhance-toggle input {
  width: auto;
  min-height: auto;
}

.owner-opening-hours {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(5, 119, 111, 0.24);
  border-radius: 8px;
  padding: 14px;
  background: #f3fbf8;
}

.owner-optional-details {
  border: 1px solid rgba(5, 119, 111, 0.22);
  border-radius: 10px;
  background: #f7fcfb;
  padding: 0;
  margin-top: 6px;
}

.owner-optional-details > summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 850;
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.owner-optional-details > summary::-webkit-details-marker {
  display: none;
}

.owner-optional-details > summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(5, 119, 111, 0.4);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}

.owner-optional-details[open] > summary::before {
  content: "\2013"; /* en dash */
}

.owner-optional-details > p.muted {
  margin: 0 16px 4px;
}

.owner-optional-details .owner-form-grid {
  padding: 12px 16px 18px;
}

.owner-opening-hours legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 900;
}

.owner-opening-hours p {
  margin: 0;
}

.opening-hours-grid {
  display: grid;
  gap: 8px;
}

.opening-hours-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(23, 32, 42, 0.08);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-hours-row strong {
  color: var(--ink);
}

.opening-hours-row label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.opening-hours-row label span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.opening-hours-row input[type="time"] {
  min-height: 40px;
}

.opening-closed-toggle {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 8px !important;
  color: var(--ink) !important;
  white-space: nowrap;
}

.opening-closed-toggle input {
  width: auto;
  min-height: auto;
}

.owner-alert {
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
}

.owner-alert.error {
  background: #fff1ee;
  color: var(--coral);
}

.owner-alert.success {
  background: #e9f4f3;
  color: var(--teal-dark);
}

.owner-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.owner-status-grid div {
  padding: 18px;
}

.owner-status-grid strong {
  display: block;
  color: var(--teal-dark);
  font-size: 1.8rem;
  text-transform: capitalize;
}

.owner-status-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.owner-completion-card {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.completion-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.completion-top h2 {
  margin: 0 0 6px;
  color: var(--ink);
}

.completion-score {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 118px;
  height: 118px;
  border: 8px solid #dff8ed;
  border-radius: 50%;
  background: #fff;
  color: var(--teal-dark);
  text-align: center;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.06);
}

.completion-score strong {
  font-size: 2rem;
  line-height: 1;
}

.completion-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.completion-bar {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: #e8eef0;
}

.completion-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #1f8f5f);
}

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

.completion-list > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px;
  background: #f9fbfb;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.completion-list > a:hover,
.completion-list > a:focus-visible {
  border-color: rgba(5, 119, 111, 0.45);
  box-shadow: 0 10px 22px rgba(23, 32, 42, 0.08);
  transform: translateY(-1px);
}

.completion-list > a:focus-visible {
  outline: 3px solid rgba(5, 119, 111, 0.24);
  outline-offset: 2px;
}

.completion-list > a > span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 900;
}

.completion-list .done > span {
  background: #dff8ed;
  color: var(--teal-dark);
}

.completion-list .missing > span {
  background: #fff4dc;
  color: #7a520e;
}

.completion-list strong,
.completion-list small {
  display: block;
}

.completion-list strong {
  color: var(--ink);
}

.completion-list small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.owner-share-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.owner-share-card h2 {
  margin: 0 0 8px;
  color: var(--ink);
}

.owner-share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.owner-analytics-card {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.owner-membership-card {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.owner-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.owner-section-heading h2 {
  margin: 0;
  color: var(--ink);
}

.owner-section-heading > span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.analytics-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8fbfa;
}

.analytics-grid strong {
  display: block;
  color: var(--teal-dark);
  font-size: 1.7rem;
  line-height: 1;
}

.analytics-grid span,
.analytics-grid small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-weight: 800;
}

.analytics-grid small {
  font-size: 0.78rem;
  font-weight: 750;
}

.stock-alert-card {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
  border-color: rgba(200, 79, 61, 0.28);
  background: #fffaf7;
}

.stock-alert-list {
  display: grid;
  gap: 10px;
}

.stock-alert-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(213, 155, 45, 0.35);
  border-radius: 8px;
  background: #fff8e8;
  color: var(--ink);
  text-decoration: none;
}

.stock-alert-item.out {
  border-color: rgba(200, 79, 61, 0.34);
  background: #fff1ee;
}

.stock-alert-item span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: right;
}

.stock-status-note {
  border: 1px solid rgba(213, 155, 45, 0.38);
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff8e8;
  color: #7a520e;
  font-size: 0.86rem;
  font-weight: 850;
}

.stock-status-note.out {
  border-color: rgba(200, 79, 61, 0.36);
  background: #fff1ee;
  color: var(--coral);
}

.product-analytics-panel {
  display: grid;
  gap: 14px;
  margin: 20px 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
}

.product-analytics-panel h3 {
  margin: 0;
  color: var(--ink);
}

.product-analytics-list {
  display: grid;
  gap: 12px;
}

.product-analytics-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.8fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(213, 155, 45, 0.32);
  border-radius: 8px;
  background: #fff;
}

.product-analytics-card h4 {
  margin: 10px 0 6px;
  color: var(--ink);
}

.product-analytics-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-analytics-metrics div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f8fbfa;
}

.product-analytics-metrics strong,
.product-analytics-metrics span,
.product-analytics-metrics small {
  display: block;
}

.product-analytics-metrics strong {
  color: var(--teal-dark);
  font-size: 1.15rem;
  line-height: 1.1;
}

.product-analytics-metrics span {
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
}

.product-analytics-metrics small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.owner-application-list {
  display: grid;
  gap: 12px;
}

.owner-member-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.owner-member-summary div {
  border: 1px solid rgba(5, 119, 111, 0.24);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.owner-member-summary strong,
.owner-member-summary span {
  display: block;
}

.owner-member-summary strong {
  color: var(--teal-dark);
  font-size: 1.4rem;
}

.owner-member-summary span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.owner-member-form {
  border: 1px solid rgba(5, 119, 111, 0.24);
  border-radius: 8px;
  padding: 14px;
  background: #f8fbfa;
}

.owner-member-form h3 {
  margin: 0;
  color: var(--ink);
}

.owner-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.owner-download-actions button {
  min-height: 42px;
  border: 1px solid rgba(5, 119, 111, 0.28);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--teal-dark);
  font-weight: 850;
  cursor: pointer;
}

.owner-application-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8fbfa;
}

.owner-application-card h3 {
  margin: 8px 0;
  color: var(--ink);
}

.owner-application-card p {
  margin-bottom: 8px;
}

.payment-proof-link {
  color: var(--teal-dark);
  font-weight: 850;
}

.owner-signature-preview {
  display: block;
  width: min(260px, 100%);
  margin: 10px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.owner-photo-preview {
  display: block;
  width: 108px;
  aspect-ratio: 3 / 4;
  margin: 10px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.owner-application-card small {
  color: var(--muted);
  font-weight: 800;
}

.owner-member-actions {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 118px;
}

.owner-member-actions button {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.owner-member-actions .warning-button {
  border: 1px solid rgba(213, 155, 45, 0.5);
  background: #fff8e8;
  color: #7a520e;
}

.share-url {
  overflow-wrap: anywhere;
  color: var(--teal-dark);
  font-weight: 800;
}

.owner-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: #1f8f5f;
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.owner-share-button.whatsapp {
  background: #effbf4;
  color: #166b34;
  border: 1px solid rgba(37, 211, 102, 0.55);
}

.owner-share-button.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.product-share-button {
  min-height: 42px;
  padding: 0 12px;
  font-size: 0.86rem;
}

.share-options-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(12, 17, 23, 0.46);
}

.share-options-panel {
  width: min(430px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(12, 17, 23, 0.28);
}

.share-options-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.share-options-top strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.share-options-top button {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 1.25rem;
  cursor: pointer;
}

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

.share-options-grid a,
.share-options-grid button,
.share-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(5, 119, 111, 0.26);
  border-radius: 8px;
  padding: 0 12px;
  background: #eef8f5;
  color: var(--teal-dark);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.share-more-button {
  width: 100%;
  margin-top: 8px;
  background: var(--teal);
  color: #fff;
}

.share-options-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.claim-card {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.claim-card h2 {
  margin: 0;
  color: var(--ink);
}

.claim-form textarea {
  resize: vertical;
}

.owner-image-preview {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f9fbfb;
}

.owner-image-preview img,
.owner-gallery-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.owner-logo-preview img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}

.owner-gallery-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.owner-gallery-preview label {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #f9fbfb;
}

.owner-gallery-preview span,
.owner-image-preview label {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.owner-gallery-preview input,
.owner-image-preview input {
  width: auto;
  min-height: auto;
}

.product-manager {
  margin-top: 22px;
}

.product-manager h2 {
  color: var(--ink);
}

.product-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.owner-product-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.owner-product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f9fbfb;
}

.owner-product-filter button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 11px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.owner-product-filter button.active {
  border-color: var(--teal);
  background: #e9f4f3;
  color: var(--teal-dark);
}

.owner-product-filter span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(5, 119, 111, 0.12);
  font-size: 0.78rem;
}

.owner-product-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f9fbfb;
}

.owner-product-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 150px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.owner-product-media img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.product-status-pending {
  border-color: rgba(213, 155, 45, 0.45);
  background: #fff8e8;
  color: #7a520e;
}

.product-status-rejected {
  border-color: rgba(200, 79, 61, 0.36);
  background: #fff1ee;
  color: var(--coral);
}

.product-status-note {
  border: 1px solid rgba(213, 155, 45, 0.38);
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff8e8;
  color: #7a520e;
  font-size: 0.86rem;
  font-weight: 800;
}

.product-status-note.rejected {
  border-color: rgba(200, 79, 61, 0.36);
  background: #fff1ee;
  color: var(--coral);
}

.owner-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.terms-consent a {
  color: var(--teal-dark);
  font-weight: 850;
}

.owner-product-card > form:last-child {
  grid-column: 2;
}

.danger-button {
  min-height: 42px;
  border: 1px solid rgba(200, 79, 61, 0.42);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff1ee;
  color: var(--coral);
  font-weight: 850;
  cursor: pointer;
}

@media (max-width: 760px) {
  .owner-header {
    align-items: start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .owner-main {
    padding: 34px 16px 54px;
  }

  .owner-share-card {
    align-items: stretch;
    flex-direction: column;
  }

  .completion-top {
    align-items: start;
    flex-direction: column;
  }

  .completion-list {
    grid-template-columns: 1fr;
  }

  .owner-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .owner-auth-grid,
  .owner-form-grid,
  .owner-status-grid,
  .analytics-grid,
  .owner-member-summary,
  .owner-location-tools,
  .owner-application-card,
  .owner-product-card,
  .product-analytics-card,
  .product-analytics-metrics,
  .owner-image-preview,
  .owner-gallery-preview {
    grid-template-columns: 1fr;
  }

  .opening-hours-row {
    grid-template-columns: 1fr;
  }

  .stock-alert-item {
    align-items: start;
    flex-direction: column;
  }

  .stock-alert-item span {
    text-align: left;
  }

  .owner-product-card > form:last-child {
    grid-column: auto;
  }
}
