/* Public organiser profile — blue-tint showcase (photo + reviews) */
.organiser-profile-page {
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 220px, var(--surface-bg, #faf8fc) 480px);
}

.org-profile-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

@media (min-width: 900px) {
  .org-profile-shell {
    padding: 0 32px 80px;
  }
}

.org-profile-breadcrumb {
  padding: 20px 0 12px;
}

.org-profile-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
}

.org-profile-back:hover {
  text-decoration: underline;
}

.org-profile-back svg {
  flex-shrink: 0;
}

.org-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 36px;
  box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
}

.org-showcase-visual {
  border-left: 4px solid #2563eb;
  padding: 24px 22px 26px;
  background: linear-gradient(165deg, #f8fbff 0%, #fff 100%);
}

.org-showcase-photo {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.org-showcase-photo img,
.org-showcase-photo .org-profile-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.org-showcase-photo .org-profile-logo-placeholder {
  font-size: 56px;
}

.org-profile-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 6px;
}

.org-profile-name {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.15;
  margin: 0 0 10px;
  color: #1e3a5f;
}

.org-founding-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin: 0 0 12px;
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1c2040;
  background:
    linear-gradient(180deg, #fff9ec 0%, #f3e4c4 48%, #e8d19a 100%);
  border: 1.5px solid #c9a227;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 2px 8px rgba(28, 32, 64, 0.1);
}

.org-founding-badge::before {
  content: '★';
  font-size: 0.95em;
  line-height: 1;
  color: #b8860b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.org-founding-badge[hidden] {
  display: none !important;
}

.org-ranking-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 14px;
}

.org-ranking-mark[hidden] {
  display: none !important;
}

.org-profile-ranking {
  display: inline-block;
  margin: 0;
}

.org-ranking-panel-meta {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-muted, #64748b);
}

.org-ranking-board-link {
  font-size: 12px;
  font-weight: 700;
  color: #0d6e7a;
  text-decoration: none;
}

.org-ranking-board-link:hover {
  text-decoration: underline;
  color: #084a52;
}

.org-ranking-history {
  margin: 4px 0 0;
}

.org-ranking-history[hidden] {
  display: none !important;
}

.org-ranking-history-label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted, #64748b);
}

.org-ranking-history-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.org-ranking-history-list li {
  font-size: 12px;
  font-weight: 600;
  color: #0d6e7a;
  background: rgba(13, 110, 122, 0.08);
  border-radius: 999px;
  padding: 3px 9px;
}

.org-showcase-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.org-showcase-rating[hidden] {
  display: none !important;
}

.org-showcase-rating .stars {
  display: inline-flex;
  gap: 2px;
  color: #cbd5e1;
}

.org-showcase-rating .star.is-full {
  color: #e8a317;
}

.org-showcase-rating-text {
  font-size: 13px;
  color: var(--text-muted);
}

.org-profile-industry {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: #1e3a5f;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 14px;
}

.org-profile-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.org-profile-actions-primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.org-profile-btn {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid #2563eb;
  background: #fff;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.org-profile-btn:hover {
  background: #eff6ff;
}

.org-profile-btn--primary {
  background: #2563eb;
  color: #fff;
}

.org-profile-btn--primary:hover {
  background: #1d4ed8;
}

.org-profile-btn.is-busy,
.org-profile-btn.is-busy:hover {
  pointer-events: none;
  opacity: 0.88;
  cursor: wait;
}

.org-profile-btn.is-busy::after {
  content: '';
  width: 0.85em;
  height: 0.85em;
  margin-left: 2px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: org-claim-cta-spin 0.7s linear infinite;
}

@keyframes org-claim-cta-spin {
  to {
    transform: rotate(360deg);
  }
}

.org-profile-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.org-profile-btn--social {
  font-size: 12px;
  padding: 8px 12px;
}

.org-profile-btn.is-saved {
  color: #c44;
  border-color: #f3c4c4;
  background: #fff5f5;
}

.org-profile-btn.is-saved svg {
  fill: #c44;
  stroke: #c44;
}

.org-profile-report {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  border: none;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.org-profile-report:hover {
  color: #2563eb;
}

.org-showcase-reviews {
  padding: 24px 26px 26px;
  background: #f4f8ff;
  border-left: 1px solid rgba(37, 99, 235, 0.1);
  min-width: 0;
}

.org-reviews-heading {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1e3a5f;
}

.org-reviews-lead {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0 0 8px;
}

.org-reviews-intro .how-reviews-trigger {
  margin: 0 0 16px;
}

.org-reviews-lead strong {
  color: #1e3a5f;
}

.org-reviews-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.org-review-card {
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-left: 3px solid #2563eb;
  border-radius: 12px;
  padding: 16px 18px;
}

.org-review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}

.org-review-card-header strong {
  font-size: 14px;
  color: var(--charcoal);
}

.org-review-card-date {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}

.org-review-card-stars {
  color: #e8a317;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.org-review-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--charcoal);
}

.org-review-organiser-reply {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f6f1fa;
  border-radius: 10px;
  border-left: 3px solid #9a7aa8;
}

.org-review-organiser-reply-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b2f99;
  margin-bottom: 4px;
}

.org-review-organiser-reply-text {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #4b4453 !important;
  font-style: normal;
}

.org-reviews-empty {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  padding: 12px 0;
}

.org-reviews-claim-preview[hidden] {
  display: none !important;
}

.org-review-card--example {
  padding: 12px 14px;
  background: #fff;
  border: 1px dashed rgba(37, 99, 235, 0.35);
  border-left: 3px dashed #2563eb;
}

.org-review-example-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px;
  vertical-align: middle;
  border-radius: 999px;
  background: #e8eef8;
  color: #1e3a5f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.org-claim-invite-active .how-reviews-trigger {
  display: none !important;
}

.org-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.org-profile-main {
  min-width: 0;
}

.org-profile-side {
  position: sticky;
  top: 88px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.organiser-page-sidebar-ad {
  min-width: 0;
}

.org-claim-invite {
  margin: 0 0 28px;
  padding: 24px 26px 22px;
  border-radius: 18px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(196, 165, 116, 0.22), transparent 55%),
    linear-gradient(145deg, #f8f1e6 0%, #f4e8d8 48%, #f0e4ef 100%);
  border: 1px solid rgba(138, 107, 61, 0.28);
  box-shadow: 0 12px 32px rgba(45, 38, 54, 0.08);
}

.org-claim-invite-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6b3d;
}

.org-claim-invite-title {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: #2d2636;
}

.org-claim-invite-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4450;
  max-width: 52ch;
}

.org-claim-invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.org-claim-founding {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #1c2040;
  color: #fff;
}

.org-claim-founding-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4a574;
}

.org-claim-founding-lede {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.org-claim-peers {
  margin: 0 0 14px;
  padding: 12px 0 4px;
  border-top: 1px solid rgba(138, 107, 61, 0.22);
}

.org-claim-peers[hidden] {
  display: none !important;
}

.org-claim-peers-kicker {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6b3d;
}

.org-claim-peers-lede {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6570;
}

.org-claim-peers-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.org-claim-peers-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.org-claim-peers-track--marquee {
  animation: org-claim-peers-scroll 28s linear infinite;
}

.org-claim-peers-marquee:hover .org-claim-peers-track--marquee,
.org-claim-peers-marquee:focus-within .org-claim-peers-track--marquee {
  animation-play-state: paused;
}

@keyframes org-claim-peers-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .org-claim-peers-track--marquee {
    animation: none;
  }

  .org-claim-peers-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .org-claim-peers-track {
    width: auto;
    flex-wrap: wrap;
  }
}

.org-claim-peer-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 44px;
  padding: 6px 8px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(45, 38, 54, 0.1);
  box-shadow: 0 1px 2px rgba(45, 38, 54, 0.04);
  text-decoration: none;
  color: inherit;
}

.org-claim-peer-item--dark {
  background: #1a1a2e;
  border-color: #1a1a2e;
}

.org-claim-peer-logo {
  max-width: 56px;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.org-claim-peer-initial {
  font-size: 14px;
  font-weight: 700;
  color: #452d5c;
  line-height: 1;
}

.org-claim-peer-initial[hidden] {
  display: none !important;
}

.org-claim-peer-item--dark .org-claim-peer-initial,
.org-claim-peer-item--fallback .org-claim-peer-initial {
  color: #452d5c;
}

.org-claim-peer-item--dark.org-claim-peer-item--fallback {
  background: #fff;
  border-color: rgba(45, 38, 54, 0.1);
}

.org-claim-invite-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6570;
}

.org-claim-invite-note a {
  color: #452d5c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.org-claim-invite-note a:hover {
  color: #2d2636;
}

.org-claim-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: #1c2040;
  box-shadow: 0 -10px 28px rgba(28, 32, 64, 0.28);
}

.org-claim-sticky[hidden] {
  display: none !important;
}

.org-claim-sticky-copy {
  margin: 0;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.org-claim-sticky .org-profile-btn--primary {
  flex: 0 0 auto;
  white-space: nowrap;
}

body.org-claim-sticky-visible {
  padding-bottom: 92px;
}

@media (min-width: 720px) {
  .org-claim-sticky {
    left: auto;
    right: 20px;
    bottom: 20px;
    max-width: 420px;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 12px 32px rgba(28, 32, 64, 0.28);
  }

  body.org-claim-sticky-visible {
    padding-bottom: 0;
  }
}

body.org-claim-invite-active .org-profile-breadcrumb,
body.org-claim-invite-active #org-save-btn,
body.org-claim-invite-active #org-share-btn,
body.org-claim-invite-active #org-report-btn,
body.org-claim-invite-active .org-profile-section--cta,
body.org-claim-invite-active #org-region-cta {
  display: none !important;
}

.org-siblings {
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border-soft, #e8e2ea);
}

.org-siblings-heading {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1c2040;
}

.org-siblings-lede {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6570;
}

.org-siblings-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-siblings-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f4f8;
  color: #452d5c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.35;
}

.org-siblings-link:hover {
  background: #efe8f4;
}

.org-profile-section {
  padding: 28px 0;
  border-bottom: 1px solid var(--border-soft);
}

.org-profile-section--events {
  scroll-margin-top: 88px;
}

.org-profile-section--events.is-hash-target {
  border-radius: 12px;
  outline: 2px solid rgba(28, 32, 64, 0.18);
  outline-offset: 8px;
  background: linear-gradient(180deg, rgba(28, 32, 64, 0.04), transparent 70%);
}

.org-profile-section:first-child {
  padding-top: 0;
}

.org-profile-section:last-child,
.org-profile-section--cta {
  border-bottom: none;
}

.org-profile-section h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--charcoal);
}

.org-profile-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.org-profile-desc .org-profile-p,
.org-profile-desc .org-profile-heading,
.org-profile-desc p {
  margin: 0 0 14px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.org-profile-desc .org-profile-p:last-child,
.org-profile-desc .org-profile-heading:last-child,
.org-profile-desc p:last-child {
  margin-bottom: 0;
}

.org-profile-desc .org-profile-heading {
  font-weight: 700;
  color: var(--charcoal, #2a2628);
  margin-top: 16px;
  margin-bottom: 8px;
}

.org-profile-desc .org-profile-heading:first-child {
  margin-top: 0;
}

.org-format-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.org-format-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.org-events-list {
  display: grid;
  gap: 12px;
}

.org-events-more-wrap {
  margin-top: 14px;
}

.org-events-more-wrap[hidden] {
  display: none !important;
}

.org-events-more-btn {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  border: 1.5px solid var(--border-soft);
  background: #fff;
  color: var(--charcoal);
  transition: background 0.15s, border-color 0.15s;
}

.org-events-more-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.org-event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s;
}

.org-event-row:hover {
  box-shadow: var(--shadow-soft);
}

.org-event-row-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--charcoal);
}

.org-event-row-meta {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.org-event-row-cta {
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  white-space: nowrap;
}

.org-events-claim-preview[hidden] {
  display: none !important;
}

.org-events-claim-preview-lede {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #3d4f66;
}

.org-event-row--example {
  border-style: dashed;
  cursor: default;
  pointer-events: none;
}

.org-profile-empty {
  font-size: 14px;
  color: var(--text-muted);
}

@media (max-width: 1024px) {
  .org-profile-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .org-profile-side {
    position: static;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .org-showcase {
    grid-template-columns: 1fr;
  }

  .org-showcase-reviews {
    border-left: none;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
  }
}

@media (max-width: 768px) {
  .organiser-profile-page {
    overflow-x: hidden;
  }

  .org-profile-shell {
    padding: 0 16px 48px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .org-profile-breadcrumb {
    padding: 12px 0 10px;
  }

  .org-showcase {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    overflow: visible;
    border-radius: 14px;
  }

  .org-showcase-visual {
    border-left: none;
    border-top: 4px solid #2563eb;
    padding: 20px 16px 18px;
    text-align: left;
  }

  .org-showcase-photo {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .org-showcase-reviews {
    padding: 20px 16px 22px;
    border-left: none;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
    min-width: 0;
  }

  .org-profile-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .org-profile-main,
  .org-profile-side {
    min-width: 0;
    max-width: 100%;
  }

  .org-profile-side {
    position: static;
    margin: 0;
    width: 100%;
  }

  .org-profile-name {
    overflow-wrap: anywhere;
  }

  .org-profile-actions {
    align-items: stretch;
    width: 100%;
  }

  .org-profile-actions-primary {
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .org-profile-actions-primary .org-profile-btn {
    width: 100%;
    justify-content: center;
  }

  .org-profile-btn {
    min-height: 44px;
  }

  .org-review-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .org-review-card-date {
    white-space: normal;
  }

  .org-event-row {
    align-items: stretch;
  }

  .org-event-row-cta {
    align-self: flex-start;
  }
}

@media (max-width: 700px) {
  .org-profile-shell {
    padding: 0 20px 48px;
  }

  .org-showcase-visual {
    text-align: center;
  }

  .org-profile-actions {
    align-items: center;
    width: 100%;
  }

  .org-profile-actions-primary {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
  }

  .org-profile-actions-primary .org-profile-btn {
    width: 100%;
    justify-content: center;
  }

  .org-event-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Leave-a-review modal (organiser profile) */
body.hub-rm-modal-open {
  overflow: hidden;
}

.hub-rm-modal[hidden] {
  display: none !important;
}

.hub-rm-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hub-rm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.45);
}

.hub-rm-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: var(--surface-card, #fff);
  border-radius: var(--radius, 14px);
  padding: 28px 24px 24px;
  box-shadow: 0 20px 50px rgba(45, 27, 94, 0.2);
}

.hub-rm-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: var(--text-soft, #7a7274);
  cursor: pointer;
}

.hub-rm-modal-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: var(--charcoal, #4a4446);
}

.hub-rm-modal-sub {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--text-muted, #635c5e);
  line-height: 1.5;
}

.hub-rm-pick-list {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.hub-rm-pick-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid var(--border-soft, rgba(194, 153, 209, 0.28));
  border-radius: 12px;
  background: var(--surface, #faf7f2);
  cursor: pointer;
  font: inherit;
  color: var(--charcoal, #4a4446);
}

.hub-rm-pick-item:hover {
  border-color: #2563eb;
  background: #eef4ff;
}

.hub-rm-stars-field {
  border: none;
  margin: 0 0 16px;
  padding: 0;
}

.hub-rm-stars-field legend {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hub-rm-stars {
  display: flex;
  gap: 6px;
}

.hub-rm-star {
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #d1c4e0;
  cursor: pointer;
  padding: 4px;
}

.hub-rm-star.is-active {
  color: #b8956a;
}

.hub-rm-rating-hint {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--text-soft, #7a7274);
}

.hub-rm-label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.hub-rm-label-hint {
  font-weight: 400;
  color: var(--text-soft, #7a7274);
}

.hub-rm-name-block {
  margin-top: 14px;
}

.hub-rm-name-preview-line {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--text-soft, #7a7274);
}

.hub-rm-name-preview-line strong {
  color: var(--text, #1a1a1a);
  font-weight: 700;
}

.hub-rm-name-choices {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.hub-rm-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--border-soft, #e6dff0);
  border-radius: 10px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
}

.hub-rm-choice input {
  margin-top: 2px;
  flex-shrink: 0;
}

.hub-rm-choice-meta {
  color: var(--text-soft, #7a7274);
  font-weight: 500;
}

.hub-rm-choice:has(input:checked) {
  border-color: #9a7aa8;
  background: #faf7fc;
}

.hub-rm-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
  resize: vertical;
}

.hub-rm-change-rating {
  margin-top: 8px;
  border: none;
  background: none;
  padding: 0;
  font-size: 13px;
  color: #2563eb;
  cursor: pointer;
  text-decoration: underline;
}

.hub-rm-error {
  margin: 0 0 12px;
  font-size: 14px;
  color: #b42318;
}

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

.org-review-action-status {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--text-muted, #635c5e);
  line-height: 1.5;
}

.org-review-action-status.is-error {
  color: #b42318;
}

.org-review-action-status.is-success {
  color: #027a48;
}

.organiser-profile-page .org-claim-card {
  margin-top: 8px;
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: linear-gradient(180deg, #eef4ff 0%, #fff 100%);
}

.organiser-profile-page .org-claim-card h2 {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #1e3a5f;
}

.organiser-profile-page .org-claim-lede {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #3d4557;
}

.organiser-profile-page .org-claim-form {
  display: grid;
  gap: 12px;
}

.organiser-profile-page .org-claim-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1e3a5f;
}

.organiser-profile-page .org-claim-form input,
.organiser-profile-page .org-claim-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 10px;
  font: inherit;
  color: #1e293b;
  background: #fff;
}

.organiser-profile-page .org-claim-status {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.organiser-profile-page .org-claim-status.is-ok {
  color: #027a48;
}

.organiser-profile-page .org-claim-status.is-error {
  color: #b42318;
}

.org-membership-plans {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.org-membership-plan-card {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(28, 32, 64, 0.12);
  background: #faf8f5;
}

.org-membership-plan-card--status {
  background: #f3f6fb;
  border-color: rgba(69, 45, 92, 0.14);
}

.org-membership-plan-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1 1 220px;
}

.org-membership-plan-copy strong {
  font-size: 1rem;
  color: #1c2040;
}

.org-membership-plan-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #5a6478;
}

.org-membership-join-status {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: #1c2040;
}

.org-membership-join-status.is-error {
  color: #9b1c1c;
}
