*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 122, 58, 0.22), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(241, 178, 60, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8ef 0%, #f7efe3 45%, #fffaf3 100%);
  color: #2a2e34;
  min-height: 100vh;
}

.cah-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 22px;
}

.cah-hero {
  background:
    linear-gradient(135deg, rgba(42, 46, 52, 0.94), rgba(81, 34, 28, 0.94)),
    radial-gradient(circle at 90% 15%, rgba(240, 122, 58, 0.42), transparent 34%);
  color: #fffaf4;
  border: 1px solid rgba(241, 178, 60, 0.32);
  box-shadow: 0 22px 55px rgba(42, 46, 52, 0.22);
  padding: 44px;
  border-radius: 0;
}

.cah-events-hero {
  padding-bottom: 38px;
}

.cah-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
  color: #2a2e34;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 9px 12px;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(2.3rem, 6vw, 4.9rem);
  line-height: 0.92;
  margin: 0 0 20px;
  max-width: 900px;
}

.cah-hero p {
  max-width: 760px;
  color: rgba(255, 250, 244, 0.84);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.cah-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cah-actions a {
  color: #fffaf4;
  text-decoration: none;
  font-weight: 900;
  background: rgba(240, 122, 58, 0.18);
  border: 1px solid rgba(241, 178, 60, 0.42);
  padding: 12px 16px;
  transition: transform 0.18s ease, background 0.18s ease;
}

.cah-actions a:hover {
  transform: translateY(-2px);
  background: rgba(240, 122, 58, 0.34);
}

.cah-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.cah-grid article {
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.1);
  padding: 24px;
}

.cah-grid h2 {
  margin: 0 0 10px;
  color: #8f241f;
  font-size: 1.35rem;
}

.cah-grid p {
  margin: 0;
  color: #5f6670;
  line-height: 1.55;
}

/* EVENT + ADMIN REVIEW AREAS */

.cah-event-tools,
.cah-admin-panel {
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.08);
  padding: 24px;
}

.cah-events-board-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.cah-event-tools h2,
.cah-admin-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #2a2e34;
}

.cah-event-tools p,
.cah-admin-panel p {
  margin: 0;
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.5;
}

.cah-event-note {
  max-width: 850px;
  border-left: 5px solid #f07a3a;
  padding-left: 14px;
}

.cah-filter-group {
  margin-top: 22px;
}

.cah-filter-group h3 {
  margin: 0 0 10px;
  color: #8f241f;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cah-admin-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cah-filter-group .cah-admin-filters {
  margin-top: 0;
}

.cah-admin-filters button,
.cah-bulk-actions button {
  appearance: none;
  border: 1px solid rgba(143, 36, 31, 0.28);
  background: #fffaf4;
  color: #2a2e34;
  font-weight: 900;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 0;
  font-size: 0.95rem;
}

.cah-admin-filters button.active,
.cah-admin-filters button:hover,
.cah-bulk-actions button:hover {
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
  color: #2a2e34;
}

.cah-admin-help {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.08);
  padding: 22px;
}

.cah-admin-help h2 {
  margin: 0 0 10px;
  color: #8f241f;
  font-size: 1.5rem;
}

.cah-admin-help p {
  margin: 0 0 12px;
  color: #5f6670;
  line-height: 1.55;
}

.cah-admin-help code {
  background: #fff8ef;
  border: 1px solid rgba(240, 122, 58, 0.2);
  padding: 2px 5px;
  color: #8f241f;
  font-weight: 800;
}

.cah-admin-steps {
  margin: 14px 0;
  padding: 14px;
  background: #fff8ef;
  border-left: 5px solid #f1b23c;
}

.cah-admin-steps p {
  margin: 0 0 8px;
}

.cah-admin-steps p:last-child {
  margin-bottom: 0;
}

.cah-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cah-selection-count,
.cah-copy-status {
  margin-top: 12px !important;
  font-weight: 900;
  color: #2a2e34 !important;
}

.cah-copy-status.active {
  background: #fff8ef;
  border-left: 5px solid #f07a3a;
  padding: 10px 12px;
}

/* STANDARD VERTICAL EVENTS LIST USED BY ADMIN */

.cah-events-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 22px;
}

.cah-event-card {
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  border-left: 6px solid #f07a3a;
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.1);
  padding: 24px;
  overflow-wrap: anywhere;
}

.cah-event-select {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff8ef;
  border: 1px solid rgba(240, 122, 58, 0.22);
  padding: 10px 12px;
  margin-bottom: 14px;
  font-weight: 900;
  color: #2a2e34;
  cursor: pointer;
}

.cah-event-select input {
  width: 18px;
  height: 18px;
  accent-color: #f07a3a;
}

.cah-event-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.cah-event-category,
.cah-event-date {
  display: inline-flex;
  align-items: center;
  background: rgba(240, 122, 58, 0.12);
  color: #8f241f;
  border: 1px solid rgba(240, 122, 58, 0.28);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 7px 9px;
}

.cah-event-date {
  background: rgba(241, 178, 60, 0.16);
  color: #5a3b00;
  border-color: rgba(241, 178, 60, 0.34);
}

.cah-event-card h2 {
  margin: 0 0 14px;
  color: #2a2e34;
  font-size: clamp(1.5rem, 4.5vw, 2.4rem);
  line-height: 1.05;
}

.cah-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.cah-event-meta span {
  display: inline-flex;
  background: #f7efe3;
  border: 1px solid rgba(42, 46, 52, 0.1);
  color: #2a2e34;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 8px 10px;
}

.cah-event-card p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.58;
  margin: 0 0 18px;
}

.cah-event-review-box {
  display: grid;
  gap: 6px;
  background: #fff8ef;
  border: 1px solid rgba(143, 36, 31, 0.16);
  padding: 14px;
  margin: 18px 0;
  color: #2a2e34;
  font-size: 0.95rem;
  line-height: 1.45;
}

.cah-event-review-box strong {
  color: #8f241f;
}

.cah-event-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(42, 46, 52, 0.1);
  padding-top: 14px;
  color: #5f6670;
  font-weight: 800;
}

.cah-event-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2a2e34;
  color: #fffaf4;
  text-decoration: none;
  font-weight: 900;
  padding: 10px 13px;
  border: 1px solid rgba(241, 178, 60, 0.32);
}

.cah-event-footer a:hover {
  background: #8f241f;
}

/* HORIZONTAL PUBLIC EVENTS BOARD */

.cah-horizontal-board-wrap {
  margin-top: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 239, 0.9));
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.08);
  padding: 18px 0 22px;
  overflow: hidden;
}

.cah-scroll-hint {
  display: flex;
  justify-content: flex-end;
  padding: 0 18px 12px;
}

.cah-scroll-hint span {
  display: inline-flex;
  background: #2a2e34;
  color: #fffaf4;
  font-weight: 900;
  font-size: 0.86rem;
  padding: 8px 11px;
  border: 1px solid rgba(241, 178, 60, 0.28);
}

.cah-horizontal-events-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 18px;
  padding: 0 18px 10px;
  -webkit-overflow-scrolling: touch;
}

.cah-horizontal-events-list::-webkit-scrollbar {
  height: 12px;
}

.cah-horizontal-events-list::-webkit-scrollbar-track {
  background: rgba(42, 46, 52, 0.08);
}

.cah-horizontal-events-list::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
  border: 2px solid #fff8ef;
}

.cah-horizontal-event-card {
  flex: 0 0 clamp(260px, 31vw, 340px);
  min-height: 360px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  border-top: 7px solid #f07a3a;
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.12);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cah-horizontal-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
}

.cah-horizontal-date-block {
  background:
    linear-gradient(135deg, rgba(240, 122, 58, 0.14), rgba(241, 178, 60, 0.16));
  border: 1px solid rgba(240, 122, 58, 0.22);
  color: #8f241f;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.2;
  padding: 12px;
}

.cah-horizontal-event-card h2 {
  margin: 0;
  color: #2a2e34;
  font-size: clamp(1.22rem, 2.2vw, 1.65rem);
  line-height: 1.08;
}

.cah-horizontal-event-card p {
  margin: 0;
  color: #5f6670;
  line-height: 1.45;
}

.cah-horizontal-meta {
  display: grid;
  gap: 7px;
  margin-top: auto;
}

.cah-horizontal-meta span {
  display: block;
  background: #f7efe3;
  border: 1px solid rgba(42, 46, 52, 0.1);
  color: #2a2e34;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.3;
  padding: 8px 10px;
}

.cah-horizontal-source {
  color: #5f6670;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  border-top: 1px solid rgba(42, 46, 52, 0.1);
  padding-top: 10px;
}

.cah-horizontal-event-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2a2e34;
  color: #fffaf4;
  text-decoration: none;
  font-weight: 900;
  padding: 11px 13px;
  border: 1px solid rgba(241, 178, 60, 0.32);
  margin-top: 2px;
}

.cah-horizontal-event-link:hover {
  background: #8f241f;
}

/* MOBILE */

@media (max-width: 760px) {
  .cah-shell {
    padding: 28px 14px;
  }

  .cah-hero {
    padding: 30px 22px;
  }

  .cah-grid {
    grid-template-columns: 1fr;
  }

  .cah-actions a {
    width: 100%;
    text-align: center;
  }

  .cah-event-tools,
  .cah-admin-panel,
  .cah-admin-help,
  .cah-event-card {
    padding: 20px;
  }

  .cah-admin-filters button,
  .cah-bulk-actions button {
    flex: 1 1 auto;
  }

  .cah-event-footer a {
    width: 100%;
  }

  .cah-horizontal-board-wrap {
    padding-top: 14px;
  }

  .cah-scroll-hint {
    justify-content: flex-start;
    padding: 0 14px 10px;
  }

  .cah-horizontal-events-list {
    gap: 14px;
    scroll-padding: 14px;
    padding: 0 14px 10px;
  }

  .cah-horizontal-event-card {
    flex-basis: 82vw;
    min-height: 350px;
  }
}
/* PUBLIC ARTWORK GALLERY */

.cah-gallery-filter-wrap {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.08);
  padding: 22px;
  margin-top: 22px;
}

.cah-public-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 24px;
}

.cah-gallery-card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  box-shadow: 0 18px 38px rgba(42, 46, 52, 0.12);
  overflow: hidden;
}

.cah-gallery-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 122, 58, 0.18), transparent 35%),
    linear-gradient(135deg, #2a2e34, #15171b);
  padding: 18px;
}

.cah-gallery-image-link img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.cah-gallery-card-body {
  padding: 24px;
}

.cah-gallery-card-body h2 {
  margin: 0 0 14px;
  color: #2a2e34;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.cah-gallery-card-body p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.58;
  margin: 16px 0 0;
}

.cah-gallery-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(42, 46, 52, 0.1);
  margin-top: 20px;
  padding-top: 16px;
}

.cah-gallery-card-footer a,
.cah-gallery-card-footer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fffaf4;
  background: #2a2e34;
  text-decoration: none;
  font-weight: 900;
  padding: 10px 13px;
  border: 1px solid rgba(241, 178, 60, 0.32);
}

.cah-gallery-card-footer a:hover {
  background: #8f241f;
}

@media (max-width: 760px) {
  .cah-gallery-filter-wrap {
    padding: 20px;
  }

  .cah-gallery-image-link {
    padding: 12px;
  }

  .cah-gallery-image-link img {
    max-height: 340px;
  }

  .cah-gallery-card-body {
    padding: 20px;
  }

  .cah-gallery-card-footer a,
  .cah-gallery-card-footer span {
    width: 100%;
  }
}
/* HORIZONTAL PUBLIC ARTWORK GALLERY */

.cah-gallery-horizontal-wrap {
  margin-top: 24px;
}

.cah-horizontal-gallery-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 18px;
  padding: 0 18px 10px;
  -webkit-overflow-scrolling: touch;
}

.cah-horizontal-gallery-list::-webkit-scrollbar {
  height: 12px;
}

.cah-horizontal-gallery-list::-webkit-scrollbar-track {
  background: rgba(42, 46, 52, 0.08);
}

.cah-horizontal-gallery-list::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
  border: 2px solid #fff8ef;
}

.cah-horizontal-gallery-card {
  flex: 0 0 clamp(280px, 34vw, 390px);
  min-height: 560px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid rgba(42, 46, 52, 0.12);
  border-top: 7px solid #f07a3a;
  box-shadow: 0 16px 34px rgba(42, 46, 52, 0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cah-horizontal-gallery-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 122, 58, 0.18), transparent 35%),
    linear-gradient(135deg, #2a2e34, #15171b);
  padding: 12px;
}

.cah-horizontal-gallery-image img {
  display: block;
  max-width: 100%;
  max-height: 255px;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.cah-horizontal-gallery-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.cah-horizontal-gallery-body h2 {
  margin: 0;
  color: #2a2e34;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.08;
}

.cah-horizontal-gallery-body p {
  margin: 0;
  color: #5f6670;
  line-height: 1.45;
  font-size: 0.95rem;
  max-height: 95px;
  overflow: hidden;
}

.cah-horizontal-gallery-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  border-top: 1px solid rgba(42, 46, 52, 0.1);
  padding-top: 12px;
}

.cah-horizontal-gallery-actions a,
.cah-horizontal-gallery-actions button,
.cah-horizontal-gallery-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2a2e34;
  color: #fffaf4;
  text-decoration: none;
  font-weight: 900;
  padding: 10px 12px;
  border: 1px solid rgba(241, 178, 60, 0.32);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  cursor: pointer;
}

.cah-horizontal-gallery-actions button {
  appearance: none;
}

.cah-horizontal-gallery-actions a:hover,
.cah-horizontal-gallery-actions button:hover {
  background: #8f241f;
}

.cah-artist-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}

.cah-artist-filter-row label {
  display: grid;
  gap: 7px;
  color: #2a2e34;
  font-weight: 900;
  flex: 1 1 260px;
}

.cah-artist-filter-row select,
.cah-artist-filter-row button {
  width: 100%;
  border: 1px solid rgba(143, 36, 31, 0.28);
  background: #fffaf4;
  color: #2a2e34;
  font-weight: 900;
  padding: 11px 12px;
  border-radius: 0;
  font-size: 0.95rem;
  font-family: Arial, Helvetica, sans-serif;
}

.cah-artist-filter-row button {
  cursor: pointer;
  flex: 0 1 180px;
}

.cah-artist-filter-row button:hover {
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
}

@media (max-width: 760px) {
  .cah-horizontal-gallery-list {
    gap: 14px;
    scroll-padding: 14px;
    padding: 0 14px 10px;
  }

  .cah-horizontal-gallery-card {
    flex-basis: 84vw;
    min-height: 540px;
  }

  .cah-horizontal-gallery-image {
    height: 250px;
  }

  .cah-horizontal-gallery-image img {
    max-height: 225px;
  }

  .cah-artist-filter-row button {
    flex-basis: 100%;
  }
}
/* FORCE HORIZONTAL GALLERY IMAGE SIZE FIX */

.cah-horizontal-gallery-card {
  flex: 0 0 clamp(280px, 34vw, 390px) !important;
  max-width: 390px !important;
  min-height: 540px !important;
  overflow: hidden !important;
}

.cah-horizontal-gallery-image {
  width: 100% !important;
  height: 260px !important;
  max-height: 260px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 122, 58, 0.18), transparent 35%),
    linear-gradient(135deg, #2a2e34, #15171b) !important;
  padding: 12px !important;
}

.cah-horizontal-gallery-image img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 235px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.cah-horizontal-gallery-body {
  width: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .cah-horizontal-gallery-card {
    flex-basis: 84vw !important;
    max-width: 84vw !important;
  }

  .cah-horizontal-gallery-image {
    height: 230px !important;
    max-height: 230px !important;
  }

  .cah-horizontal-gallery-image img {
    max-height: 205px !important;
  }
}
/* CLEAN EMBED-ONLY GALLERY PAGE */

.cah-embed-body {
  margin: 0 !important;
  min-height: auto !important;
  background: #fff8ef !important;
}

.cah-embed-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 24px;
  box-sizing: border-box;
}

.cah-embed-filter-wrap {
  margin-top: 0 !important;
}

.cah-embed-board-wrap {
  margin-top: 18px !important;
}

.cah-embed-count {
  margin: 14px 0 0 !important;
  color: #5f6670 !important;
  font-weight: 800;
}

@media (max-width: 760px) {
  .cah-embed-shell {
    padding: 0 12px 20px;
  }
}
/* ARTWORK SUBMISSION FORM IMAGE SIZE FIX */

.cah-submission-form {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

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

.cah-submission-form label {
  display: grid;
  gap: 7px;
  color: #2a2e34;
  font-weight: 900;
}

.cah-submission-form input,
.cah-submission-form select,
.cah-submission-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(143, 36, 31, 0.24);
  background: #fffaf4;
  color: #2a2e34;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 12px;
  border-radius: 0;
}

.cah-submission-form textarea {
  resize: vertical;
  min-height: 130px;
}

.cah-submit-button {
  appearance: none;
  border: 1px solid rgba(42, 46, 52, 0.18);
  background: linear-gradient(135deg, #f07a3a, #f1b23c);
  color: #2a2e34;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 14px 18px;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0 12px 26px rgba(42, 46, 52, 0.14);
}

.cah-submit-button:hover {
  transform: translateY(-2px);
}

.cah-submit-button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.cah-image-preview-wrap {
  width: 100%;
  max-width: 620px;
  background: #fff8ef;
  border: 1px solid rgba(143, 36, 31, 0.16);
  box-shadow: 0 14px 30px rgba(42, 46, 52, 0.1);
  padding: 16px;
  overflow: hidden;
}

.cah-image-preview-wrap h3 {
  margin: 0 0 12px;
  color: #8f241f;
  font-size: 1.1rem;
}

.cah-image-preview-wrap img,
#imagePreview {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 420px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 122, 58, 0.12), transparent 35%),
    linear-gradient(135deg, #2a2e34, #15171b);
  padding: 10px;
  box-sizing: border-box;
}

.cah-copy-status.error {
  border-left-color: #8f241f !important;
  color: #8f241f !important;
}

@media (max-width: 760px) {
  .cah-form-grid {
    grid-template-columns: 1fr;
  }

  .cah-image-preview-wrap {
    max-width: 100%;
  }

  .cah-image-preview-wrap img,
  #imagePreview {
    max-height: 300px !important;
  }
}
/* CHARLOTTE ART HUB — RENDER PAGE HEADER */

.cah-global-header,
.cah-global-header *,
.cah-global-header *::before,
.cah-global-header *::after {
  box-sizing: border-box;
}

.cah-global-header {
  width: 100%;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(216,100,43,0.10), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(217,154,50,0.10), transparent 32%),
    linear-gradient(135deg, #fff7ec 0%, #f7ead8 48%, #f1d9bb 100%);
  border-bottom: 1px solid rgba(99,55,34,0.16);
  box-shadow: 0 8px 24px rgba(83,43,24,0.14);
  overflow: hidden;
}

.cah-global-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(99,55,34,0.028) 0px,
      rgba(99,55,34,0.028) 1px,
      transparent 1px,
      transparent 18px
    );
  pointer-events: none;
  opacity: .8;
}

.cah-global-header-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 18px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cah-global-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #2b1713;
  flex: 0 1 auto;
  min-width: 0;
}

.cah-global-logo-shell {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,0.88), transparent 42%),
    linear-gradient(145deg, #fffaf1 0%, #f2d9b6 100%);
  border: 1px solid rgba(99,55,34,0.18);
  box-shadow:
    0 7px 18px rgba(83,43,24,0.14),
    inset 0 1px 0 rgba(255,255,255,0.8);
  overflow: hidden;
}

.cah-global-logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(83,43,24,0.18));
}

.cah-global-text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.cah-global-title {
  color: #2b1713;
  font-size: 30px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.cah-global-subtitle {
  color: #8b796c;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.35),
    0 1px 2px rgba(0,0,0,0.10);
  white-space: nowrap;
}

.cah-global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.cah-global-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3a1d16;
  font-size: 11.4px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.68px;
  padding: 6px 0;
  transition:
    color .16s ease,
    transform .16s ease;
}

.cah-global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #9a3427, #cc6c33, #bf8a2f);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
  border-radius: 999px;
}

.cah-global-nav a:hover {
  color: #9a3427;
  transform: translateY(-1px);
}

.cah-global-nav a:hover::after {
  transform: scaleX(1);
}

.cah-global-nav a.cah-global-active {
  color: #9a3427;
}

.cah-global-nav a.cah-global-active::after {
  transform: scaleX(1);
}

.cah-global-submit {
  color: #9a3427 !important;
}

.cah-global-contact {
  color: #8a6116 !important;
}

@media(max-width: 1160px) {
  .cah-global-header-inner {
    gap: 20px;
  }

  .cah-global-title {
    font-size: 27px;
  }

  .cah-global-subtitle {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .cah-global-nav {
    gap: 14px;
  }

  .cah-global-nav a {
    font-size: 10.8px;
    letter-spacing: 0.55px;
  }
}

@media(max-width: 980px) {
  .cah-global-header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 18px 18px 16px;
  }

  .cah-global-brand {
    justify-content: center;
    text-align: left;
  }

  .cah-global-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
  }
}

@media(max-width: 560px) {
  .cah-global-header-inner {
    padding: 16px 14px 14px;
    gap: 14px;
  }

  .cah-global-brand {
    gap: 10px;
  }

  .cah-global-logo-shell {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .cah-global-logo-img {
    width: 44px;
    height: 44px;
  }

  .cah-global-title {
    font-size: 22px;
    white-space: normal;
  }

  .cah-global-subtitle {
    font-size: 9px;
    letter-spacing: 1.3px;
    white-space: normal;
  }

  .cah-global-nav {
    gap: 12px 14px;
  }

  .cah-global-nav a {
    font-size: 10.2px;
    letter-spacing: 0.45px;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════════
   CHARLOTTE ART HUB — PUBLIC RENDER PAGE POLISH
   Applies to:
   • /events
   • /gallery
   • /submit-art

   Purpose:
   Makes the standalone Render pages feel more like finished Charlotte Art Hub pages.
   Paste at the VERY BOTTOM of public/styles.css.
═══════════════════════════════════════════════════════════════════════════════ */

:root {
  --cah-public-cream:#fff7ed;
  --cah-public-paper:#fffaf4;
  --cah-public-soft:#fff1df;
  --cah-public-gold:#f2b84b;
  --cah-public-orange:#e86b2f;
  --cah-public-red:#8f241f;
  --cah-public-red-dark:#5c1713;
  --cah-public-brown:#2b1713;
  --cah-public-muted:#6f5f56;
  --cah-public-border:rgba(143,36,31,0.18);
  --cah-public-shadow:rgba(83,43,24,0.14);
}

/* Page base */

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(232,107,47,0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(242,184,75,0.16), transparent 28%),
    linear-gradient(180deg,#fffaf4 0%,#fff1df 46%,#f4dfc4 100%) !important;
  color:var(--cah-public-brown);
}

.cah-shell {
  max-width:1180px !important;
  padding:34px 22px 54px !important;
}

/* Main hero panels on public Render pages */

.cah-hero {
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(120deg,rgba(36,18,15,0.90) 0%,rgba(84,30,22,0.86) 48%,rgba(168,79,36,0.78) 100%),
    radial-gradient(circle at 14% 8%,rgba(242,184,75,0.22),transparent 34%),
    radial-gradient(circle at 88% 16%,rgba(232,107,47,0.22),transparent 36%) !important;
  color:#fffaf4 !important;
  border:1px solid rgba(255,226,177,0.26) !important;
  border-radius:0 !important;
  box-shadow:0 18px 42px rgba(83,43,24,0.22) !important;
  padding:42px 32px !important;
}

.cah-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.045) 0px,
      rgba(255,255,255,0.045) 1px,
      transparent 1px,
      transparent 10px
    );
  opacity:.34;
  pointer-events:none;
}

.cah-hero::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,transparent 0%,rgba(242,184,75,0.88) 22%,rgba(232,107,47,0.95) 50%,rgba(242,184,75,0.88) 78%,transparent 100%);
  pointer-events:none;
}

.cah-hero > * {
  position:relative;
  z-index:1;
}

.cah-badge {
  display:inline-flex !important;
  min-height:30px !important;
  align-items:center !important;
  padding:0 13px !important;
  border-radius:999px !important;
  background:rgba(255,247,237,0.14) !important;
  border:1px solid rgba(255,226,177,0.28) !important;
  color:#ffe8b5 !important;
  font-size:10.5px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:1px !important;
}

.cah-hero h1 {
  margin-top:18px !important;
  color:#fffaf4 !important;
  font-size:clamp(38px,5vw,66px) !important;
  line-height:.98 !important;
  letter-spacing:-1.8px !important;
  text-shadow:0 3px 12px rgba(0,0,0,0.28) !important;
}

.cah-hero p {
  max-width:780px !important;
  color:rgba(255,250,244,0.88) !important;
  font-size:16px !important;
  line-height:1.58 !important;
  font-weight:600 !important;
}

.cah-actions {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:24px !important;
}

.cah-actions a {
  min-height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 15px !important;
  border-radius:8px !important;
  background:linear-gradient(145deg,var(--cah-public-gold),#d49a2d) !important;
  color:#2b1713 !important;
  border:1px solid rgba(255,244,225,0.38) !important;
  text-decoration:none !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.45px !important;
  box-shadow:0 9px 20px rgba(0,0,0,0.18) !important;
}

.cah-actions a:hover {
  transform:translateY(-1px);
  filter:brightness(1.04);
}

/* Intro/tool panels */

.cah-event-tools,
.cah-events-board-intro,
.cah-admin-panel,
.cah-admin-help,
.cah-filter-group {
  border-radius:0 !important;
  border:1px solid var(--cah-public-border) !important;
  background:rgba(255,255,255,0.78) !important;
  box-shadow:0 14px 30px rgba(83,43,24,0.10) !important;
}

.cah-event-tools h2,
.cah-admin-panel h2,
.cah-admin-help h2,
.cah-filter-group h3 {
  color:var(--cah-public-brown) !important;
  font-weight:950 !important;
}

.cah-event-tools p,
.cah-admin-panel p,
.cah-admin-help p,
.cah-filter-group p,
.cah-event-note {
  color:var(--cah-public-muted) !important;
  font-weight:650 !important;
}

/* Filter buttons */

.cah-admin-filters button,
#resetGalleryFilters {
  border-radius:999px !important;
  border:1px solid rgba(143,36,31,0.18) !important;
  background:#fffaf4 !important;
  color:#5f3c30 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.35px !important;
  box-shadow:none !important;
}

.cah-admin-filters button.active,
.cah-admin-filters button:hover,
#resetGalleryFilters:hover {
  background:linear-gradient(145deg,var(--cah-public-red),var(--cah-public-orange)) !important;
  color:#fffaf4 !important;
}

/* Horizontal boards */

.cah-horizontal-board-wrap,
.cah-gallery-horizontal-wrap {
  border-radius:0 !important;
  background:rgba(255,255,255,0.54) !important;
  border:1px solid rgba(143,36,31,0.14) !important;
  box-shadow:0 14px 30px rgba(83,43,24,0.10) !important;
  padding:18px !important;
}

.cah-scroll-hint span {
  background:#fffaf4 !important;
  color:var(--cah-public-red) !important;
  border:1px solid rgba(143,36,31,0.16) !important;
  font-weight:950 !important;
}

/* Event cards */

.cah-horizontal-event-card,
.cah-event-card {
  border-radius:0 !important;
  border:1px solid var(--cah-public-border) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(242,184,75,0.16), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fffaf4 100%) !important;
  box-shadow:0 12px 28px rgba(83,43,24,0.12) !important;
}

.cah-horizontal-event-card h2,
.cah-event-card h2 {
  color:var(--cah-public-brown) !important;
  font-weight:950 !important;
}

.cah-event-category {
  background:linear-gradient(145deg,var(--cah-public-red),var(--cah-public-orange)) !important;
  color:#fffaf4 !important;
  border-radius:999px !important;
  font-weight:950 !important;
}

.cah-event-date {
  color:var(--cah-public-red) !important;
  font-weight:950 !important;
}

.cah-horizontal-meta span,
.cah-event-meta span {
  background:#fff1df !important;
  color:#6a3b28 !important;
  border:1px solid rgba(143,36,31,0.12) !important;
  font-weight:800 !important;
}

.cah-horizontal-event-card p,
.cah-event-card p {
  color:var(--cah-public-muted) !important;
  font-weight:650 !important;
}

.cah-event-footer a,
.cah-horizontal-gallery-actions a,
.cah-horizontal-gallery-actions button {
  border-radius:8px !important;
  background:linear-gradient(145deg,var(--cah-public-red),var(--cah-public-orange)) !important;
  color:#fffaf4 !important;
  border:0 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.35px !important;
}

.cah-event-footer a:hover,
.cah-horizontal-gallery-actions a:hover,
.cah-horizontal-gallery-actions button:hover {
  transform:translateY(-1px);
  filter:brightness(1.04);
}

/* Gallery cards */

.cah-horizontal-gallery-card {
  border-radius:0 !important;
  border:1px solid var(--cah-public-border) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(242,184,75,0.16), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fffaf4 100%) !important;
  box-shadow:0 12px 28px rgba(83,43,24,0.12) !important;
}

.cah-horizontal-gallery-image {
  border-radius:0 !important;
  border-bottom:1px solid rgba(143,36,31,0.12) !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(240,122,58,0.20), transparent 35%),
    linear-gradient(135deg,#2b1713,#5c1713) !important;
}

.cah-horizontal-gallery-image img {
  box-shadow:0 12px 24px rgba(0,0,0,0.22) !important;
  background:#fffaf4 !important;
}

.cah-horizontal-gallery-body h2 {
  color:var(--cah-public-brown) !important;
  font-weight:950 !important;
}

.cah-horizontal-gallery-body p {
  color:var(--cah-public-muted) !important;
  font-weight:650 !important;
}

/* Artist filter */

.cah-artist-filter-row label {
  color:var(--cah-public-brown) !important;
  font-weight:950 !important;
}

.cah-artist-filter-row select {
  border-radius:8px !important;
  border:1px solid rgba(143,36,31,0.22) !important;
  background:#fffaf4 !important;
  color:var(--cah-public-brown) !important;
  font-weight:800 !important;
}

/* Submission form */

.cah-submission-form {
  background:rgba(255,255,255,0.72) !important;
  border:1px solid var(--cah-public-border) !important;
  box-shadow:0 14px 30px rgba(83,43,24,0.10) !important;
  padding:22px !important;
}

.cah-submission-form label {
  color:var(--cah-public-brown) !important;
  font-weight:950 !important;
}

.cah-submission-form input,
.cah-submission-form select,
.cah-submission-form textarea {
  border:1px solid rgba(143,36,31,0.22) !important;
  background:#fffaf4 !important;
  color:var(--cah-public-brown) !important;
  border-radius:8px !important;
  font-weight:650 !important;
}

.cah-submission-form input:focus,
.cah-submission-form select:focus,
.cah-submission-form textarea:focus {
  outline:2px solid rgba(232,107,47,0.32) !important;
  border-color:rgba(143,36,31,0.45) !important;
}

.cah-submit-button {
  border-radius:8px !important;
  background:linear-gradient(145deg,var(--cah-public-red),var(--cah-public-orange)) !important;
  color:#fffaf4 !important;
  border:0 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.45px !important;
  box-shadow:0 10px 22px rgba(143,36,31,0.20) !important;
}

.cah-image-preview-wrap {
  border-radius:0 !important;
  border:1px solid var(--cah-public-border) !important;
  background:#fffaf4 !important;
}

.cah-image-preview-wrap h3 {
  color:var(--cah-public-red) !important;
  font-weight:950 !important;
}

.cah-copy-status.active {
  border-radius:0 !important;
  border:1px solid rgba(143,36,31,0.16) !important;
  background:#fffaf4 !important;
  color:var(--cah-public-brown) !important;
  font-weight:800 !important;
}

/* Mobile refinement */

@media (max-width:760px) {
  .cah-shell {
    padding:24px 14px 42px !important;
  }

  .cah-hero {
    padding:34px 22px !important;
  }

  .cah-actions {
    flex-direction:column !important;
  }

  .cah-actions a {
    width:100% !important;
  }

  .cah-horizontal-board-wrap,
  .cah-gallery-horizontal-wrap {
    padding:14px !important;
  }

  .cah-submission-form {
    padding:18px !important;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════════
   CHARLOTTE ART HUB — ADMIN OLD EVENT CLEANUP CONTROL
   Paste at the VERY BOTTOM of public/styles.css.
═══════════════════════════════════════════════════════════════════════════════ */

.cah-admin-cleanup-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(143,36,31,0.18);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 10px 24px rgba(83,43,24,0.08);
}

.cah-admin-cleanup-box h3 {
  margin: 0 0 8px;
  color: #2b1713;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.cah-admin-cleanup-box p {
  margin: 0 0 14px;
  color: #6f5f56;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.cah-cleanup-button {
  appearance: none;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #8f241f, #e86b2f);
  color: #fffaf4;
  padding: 0 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .45px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(143,36,31,0.18);
}

.cah-cleanup-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.cah-cleanup-button:disabled {
  opacity: .6;
  cursor: wait;
  transform: none;
}
/* ═══════════════════════════════════════════════════════════════════════════════
   CHARLOTTE ART HUB — EVENT HARVEST ADMIN RESULTS
   Paste at the VERY BOTTOM of public/styles.css.
═══════════════════════════════════════════════════════════════════════════════ */

.cah-harvest-results {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(143,36,31,0.18);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 10px 24px rgba(83,43,24,0.08);
}

.cah-harvest-results h3 {
  margin: 0 0 8px;
  color: #2b1713;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.cah-harvest-results p {
  margin: 0 0 14px;
  color: #6f5f56;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.cah-harvest-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cah-harvest-result-card {
  padding: 14px;
  border: 1px solid rgba(143,36,31,0.16);
  background: #fffaf4;
}

.cah-harvest-result-card.success {
  border-left: 5px solid #4E8B5C;
}

.cah-harvest-result-card.error {
  border-left: 5px solid #8f241f;
}

.cah-harvest-result-card strong {
  display: block;
  margin: 0 0 6px;
  color: #2b1713;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
}

.cah-harvest-result-card span {
  display: block;
  margin-top: 5px;
  color: #6f5f56;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 900px) {
  .cah-harvest-result-grid {
    grid-template-columns: 1fr;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════════
   CHARLOTTE ART HUB — ADMIN ART REVIEW IMAGE SIZE FIX
   Paste at the VERY BOTTOM of public/styles.css.

   Purpose:
   Keeps images in the artwork approval admin console from blowing up too large.
═══════════════════════════════════════════════════════════════════════════════ */

.cah-art-review-image-wrap {
  max-height: 260px !important;
  min-height: 180px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(240,122,58,0.20), transparent 35%),
    linear-gradient(135deg,#2b1713,#5c1713) !important;
  border: 1px solid rgba(143,36,31,0.16) !important;
  padding: 12px !important;
}

.cah-art-review-image-wrap a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cah-art-review-image-wrap img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  object-fit: contain !important;
  display: block !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.24) !important;
  background: #fffaf4 !important;
}

.cah-art-review-card {
  align-items: stretch !important;
}

@media (max-width: 760px) {
  .cah-art-review-image-wrap {
    max-height: 220px !important;
    min-height: 160px !important;
  }

  .cah-art-review-image-wrap img {
    max-height: 195px !important;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════════
   CHARLOTTE ART HUB — ADMIN ART REVIEW MEDIA SIZE FIX
   Keeps image/video previews contained in the artwork approval console.
═══════════════════════════════════════════════════════════════════════════════ */

.cah-art-review-image-wrap {
  max-height: 260px !important;
  min-height: 180px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(240,122,58,0.20), transparent 35%),
    linear-gradient(135deg,#2b1713,#5c1713) !important;
  border: 1px solid rgba(143,36,31,0.16) !important;
  padding: 12px !important;
}

.cah-art-review-image-wrap a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cah-art-review-image-wrap img,
.cah-art-review-image-wrap video,
.cah-art-review-video {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  object-fit: contain !important;
  display: block !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.24) !important;
  background: #000 !important;
}

.cah-art-review-card {
  align-items: stretch !important;
}

@media (max-width: 760px) {
  .cah-art-review-image-wrap {
    max-height: 220px !important;
    min-height: 160px !important;
  }

  .cah-art-review-image-wrap img,
  .cah-art-review-image-wrap video,
  .cah-art-review-video {
    max-height: 195px !important;
  }
}
