.bzr-shell,
.bzr-shell *,
.bzr-modal,
.bzr-modal *,
.bzr-lightbox,
.bzr-lightbox * {
  box-sizing: border-box;
}

.bzr-modal,
.bzr-lightbox {
  --bzr-navy: #12324b;
  --bzr-navy-soft: #315d78;
  --bzr-blue: #25b9e7;
  --bzr-blue-deep: #0b8fc9;
  --bzr-aqua: #6cd6df;
  --bzr-green: #9bd85b;
  --bzr-green-deep: #67b934;
  color: var(--bzr-navy);
  font-family: "Inter", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bzr-shell {
  --bzr-navy: #12324b;
  --bzr-navy-soft: #315d78;
  --bzr-blue: #25b9e7;
  --bzr-blue-deep: #0b8fc9;
  --bzr-aqua: #6cd6df;
  --bzr-green: #9bd85b;
  --bzr-green-deep: #67b934;
  --bzr-ice: #eefaff;
  --bzr-mint: #f1fae8;
  --bzr-line: rgba(65, 151, 184, 0.19);
  --bzr-card-width: 300px;
  --bzr-gap: 18px;
  --bzr-shadow: 0 24px 65px rgba(38, 101, 132, 0.14);
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  color: var(--bzr-navy);
  background:
    radial-gradient(circle at 5% 4%, rgba(99, 205, 234, 0.18), transparent 29%),
    radial-gradient(circle at 95% 16%, rgba(149, 219, 91, 0.17), transparent 27%),
    linear-gradient(145deg, #f9fdff 0%, #eefaff 53%, #f7fcef 100%);
  border: 1px solid rgba(114, 196, 220, 0.22);
  border-radius: 32px;
  font-family: "Inter", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bzr-inner {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 50px;
}

.bzr-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}

.bzr-heading-wrap {
  max-width: 760px;
}

.bzr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #0b79ad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.bzr-eyebrow > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bzr-green);
  box-shadow: 0 0 0 5px rgba(155, 216, 91, 0.16);
}

.bzr-title {
  margin: 0;
  color: var(--bzr-navy);
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.bzr-subtitle {
  max-width: 680px;
  margin: 15px 0 0;
  color: #557287;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.6;
}

.bzr-header-actions,
.bzr-compact-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.bzr-compact-actions {
  margin-bottom: 22px;
}

.bzr-add-button,
.bzr-submit,
.bzr-carousel-control {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.bzr-add-button {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 22px 0 15px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: #082f4c;
  background: linear-gradient(105deg, #27c3ee 0%, #5cd6db 54%, #a2dc5d 100%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  box-shadow: 0 14px 32px rgba(31, 177, 208, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bzr-add-button::after {
  position: absolute;
  top: -65%;
  left: -38%;
  width: 38%;
  height: 230%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  content: "";
  opacity: 0.42;
  transform: rotate(24deg);
  transition: left 420ms ease;
}

.bzr-add-button:hover,
.bzr-add-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(31, 177, 208, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.bzr-add-button:hover::after,
.bzr-add-button:focus-visible::after {
  left: 115%;
}

.bzr-add-button__icon {
  display: grid;
  width: 29px;
  height: 29px;
  margin-right: 9px;
  place-items: center;
  color: #fff;
  background: rgba(11, 113, 160, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 9px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.bzr-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bzr-carousel-control {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: #116b96;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(76, 174, 207, 0.25);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(45, 111, 142, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bzr-carousel-control:hover,
.bzr-carousel-control:focus-visible {
  color: #084b72;
  background: #fff;
  box-shadow: 0 13px 29px rgba(45, 111, 142, 0.15);
  transform: translateY(-1px);
}

.bzr-carousel-control svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.bzr-carousel {
  position: relative;
  min-width: 0;
}

.bzr-carousel__viewport {
  width: 100%;
  padding: 8px 3px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  user-select: none;
}

.bzr-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.bzr-carousel.is-ready .bzr-carousel__viewport {
  overflow: hidden;
}

.bzr-carousel__viewport:active {
  cursor: grabbing;
}

.bzr-carousel__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: flex-start;
  gap: var(--bzr-gap);
  will-change: transform;
  -webkit-user-drag: none;
}

.bzr-carousel.is-static .bzr-carousel__track {
  justify-content: center;
  transform: none !important;
}

.bzr-card {
  position: relative;
  display: flex;
  flex: 0 0 var(--bzr-card-width);
  width: var(--bzr-card-width);
  height: 526px;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background:
    radial-gradient(circle at 102% -3%, rgba(94, 213, 226, 0.15), transparent 24%),
    radial-gradient(circle at -4% 103%, rgba(157, 219, 91, 0.13), transparent 22%),
    rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 27px;
  box-shadow: 0 15px 36px rgba(37, 100, 132, 0.12), inset 0 0 0 1px rgba(96, 187, 214, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateZ(0);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.bzr-card::before,
.bzr-card::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: inset 5px 6px 13px rgba(255, 255, 255, 0.68), 0 8px 22px rgba(48, 151, 183, 0.08);
  content: "";
  pointer-events: none;
}

.bzr-card::before {
  top: -26px;
  right: -24px;
  width: 72px;
  height: 72px;
  background: rgba(85, 205, 226, 0.14);
}

.bzr-card::after {
  bottom: -18px;
  left: -16px;
  width: 46px;
  height: 46px;
  background: rgba(158, 219, 92, 0.15);
}

.bzr-card:hover {
  box-shadow: 0 20px 46px rgba(37, 100, 132, 0.16), inset 0 0 0 1px rgba(96, 187, 214, 0.1);
  transform: translateY(-3px);
}

.bzr-card__media {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 16px);
  aspect-ratio: 4 / 3;
  min-width: 0;
  min-height: 0 !important;
  margin: 8px 8px 0;
  padding: 0;
  overflow: hidden;
  flex: 0 0 auto;
  cursor: zoom-in;
  line-height: 0;
  isolation: isolate;
  background: linear-gradient(145deg, #eaf8fc, #eef8e8);
  border: 0;
  border-radius: 20px;
}

/*
 * Elementor applies `.elementor img { height: auto; }`, which is more specific
 * than a single plugin class and lets tall source images keep their intrinsic
 * height. Absolute positioning removes the image from card layout entirely,
 * while the fixed media frame controls every portrait, square, and landscape
 * image consistently.
 */
.bzr-card__media > .bzr-card__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: inherit;
  object-fit: cover !important;
  object-position: 50% 38%;
  transform: translateZ(0);
  transition: transform 360ms ease;
  -webkit-user-drag: none;
  user-select: none;
}

.bzr-card__media.is-landscape .bzr-card__image,
.bzr-card__media.is-square .bzr-card__image {
  object-position: 50% 50%;
}

.bzr-card__media.bzr-focus-tressa .bzr-card__image {
  object-position: 50% 32%;
}

.bzr-card__media.bzr-focus-tamika .bzr-card__image {
  object-position: 50% 38%;
}

.bzr-card__media.bzr-focus-tye .bzr-card__image {
  object-position: 50% 36%;
}

.bzr-card__media.bzr-focus-javon .bzr-card__image {
  object-position: 54% 38%;
}

.bzr-card__media.bzr-focus-zaveqett .bzr-card__image {
  object-position: 50% 50%;
}

.bzr-card__media.bzr-focus-jenee .bzr-card__image {
  object-position: 50% 40%;
}

.bzr-card__media.is-placeholder > .bzr-card__image {
  padding: 4% !important;
  object-fit: contain !important;
  object-position: center;
}

.bzr-card__media:hover .bzr-card__image,
.bzr-card__media:focus-visible .bzr-card__image {
  transform: scale(1.025);
}

.bzr-card__media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(11, 50, 75, 0.17));
  pointer-events: none;
}

.bzr-card__zoom {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: rgba(11, 50, 75, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(11, 50, 75, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3px);
  transition: opacity 180ms ease, transform 180ms ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.bzr-card__media:hover .bzr-card__zoom,
.bzr-card__media:focus-visible .bzr-card__zoom {
  opacity: 1;
  transform: translateY(0);
}

.bzr-card__zoom svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bzr-card__image-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(10, 51, 76, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.bzr-card__media--fallback {
  display: grid;
  cursor: default;
  place-items: center;
  background:
    radial-gradient(circle at 75% 25%, rgba(102, 213, 224, 0.5), transparent 24%),
    radial-gradient(circle at 20% 82%, rgba(154, 218, 91, 0.46), transparent 30%),
    linear-gradient(145deg, #e9f9ff, #f3fbe9);
}

.bzr-card__media--fallback strong {
  position: relative;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #27bce7, #78cd77);
  border: 7px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 17px 36px rgba(30, 126, 158, 0.2);
  font-size: 30px;
  letter-spacing: 0.04em;
}

.bzr-card__fallback-bubble {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: inset 7px 8px 18px rgba(255, 255, 255, 0.6);
}

.bzr-card__fallback-bubble--one {
  top: 22px;
  right: 34px;
  width: 70px;
  height: 70px;
  background: rgba(74, 194, 225, 0.22);
}

.bzr-card__fallback-bubble--two {
  bottom: 24px;
  left: 35px;
  width: 52px;
  height: 52px;
  background: rgba(151, 218, 91, 0.25);
}

.bzr-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 0;
  padding: 17px 18px 18px;
  flex: 1 1 auto;
  flex-direction: column;
}

.bzr-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  color: #cbdde5;
  font-size: 15px;
  line-height: 1;
}

.bzr-stars .is-filled {
  color: #efb529;
  text-shadow: 0 2px 9px rgba(239, 181, 41, 0.22);
}

.bzr-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.bzr-quote p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #294d64;
  font-size: 14px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.bzr-quote p::before {
  margin-right: 3px;
  color: #22aeda;
  content: "“";
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 0;
  vertical-align: -5px;
}

.bzr-person {
  display: flex;
  margin-top: auto;
  padding-top: 14px;
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgba(79, 158, 188, 0.14);
}

.bzr-quote + .bzr-person {
  margin-top: 16px;
}

.bzr-person__avatar {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #0d5a85;
  background: linear-gradient(145deg, rgba(65, 196, 230, 0.22), rgba(160, 218, 91, 0.3));
  border: 1px solid rgba(80, 183, 211, 0.25);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.bzr-person__details {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.bzr-person__details strong {
  overflow: hidden;
  color: var(--bzr-navy);
  font-size: 14px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bzr-person__details span {
  overflow: hidden;
  color: #71899a;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bzr-verified {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--bzr-blue), var(--bzr-green));
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(39, 171, 201, 0.22);
}

.bzr-verified svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.bzr-carousel__hint {
  margin: 2px 0 0;
  color: #6d8797;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: center;
}

.bzr-empty {
  display: flex;
  width: 100%;
  padding: 48px 28px;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px dashed rgba(66, 163, 196, 0.28);
  border-radius: 22px;
  text-align: center;
}

.bzr-empty strong {
  color: var(--bzr-navy);
  font-size: 20px;
}

.bzr-empty span {
  color: #678296;
  font-size: 14px;
}

.bzr-bubble {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: inset 10px 12px 25px rgba(255, 255, 255, 0.52), inset -12px -15px 30px rgba(84, 192, 217, 0.1), 0 20px 45px rgba(63, 160, 190, 0.08);
}

.bzr-bubble--one {
  top: -100px;
  right: -58px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at 32% 25%, rgba(255,255,255,.9), rgba(91, 210, 222, .19) 38%, rgba(160, 220, 91, .13) 68%, rgba(255,255,255,.12));
}

.bzr-bubble--two {
  bottom: -54px;
  left: -78px;
  width: 172px;
  height: 172px;
  background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.86), rgba(60, 187, 231, .16) 45%, rgba(255,255,255,.08));
}

.bzr-bubble--three {
  top: 31%;
  left: 3.5%;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.92), rgba(83, 203, 229, .16) 46%, rgba(255,255,255,.08));
}

.bzr-bubble--four {
  right: 4.5%;
  bottom: 18%;
  width: 84px;
  height: 84px;
  background: radial-gradient(circle at 30% 23%, rgba(255,255,255,.9), rgba(153, 220, 92, .15) 48%, rgba(89, 204, 223, .08));
}

.bzr-bubble--five {
  top: 18%;
  right: 21%;
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 29% 23%, rgba(255,255,255,.94), rgba(76, 199, 229, .2) 50%, rgba(255,255,255,.08));
}

.bzr-modal,
.bzr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.bzr-modal {
  padding: calc(var(--bzr-modal-safe-top, var(--bzr-modal-top-offset, 126px)) + 12px) 18px 18px;
  align-items: start;
  justify-items: center;
}

.bzr-lightbox {
  padding: 24px;
  place-items: center;
}

.bzr-modal.is-open,
.bzr-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bzr-modal__backdrop,
.bzr-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 35, 54, 0.68);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.bzr-modal__panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100dvh - var(--bzr-modal-safe-top, var(--bzr-modal-top-offset, 126px)) - 30px);
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  color: var(--bzr-navy);
  background:
    radial-gradient(circle at 100% 0%, rgba(104, 215, 223, 0.2), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(157, 218, 90, 0.14), transparent 30%),
    #fafdff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(4, 36, 57, 0.34);
  transform: translateY(16px) scale(0.98);
  transition: transform 200ms ease;
}

.bzr-modal.is-open .bzr-modal__panel {
  transform: translateY(0) scale(1);
}

.bzr-modal__close,
.bzr-lightbox__close {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  color: #204b65;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(78, 169, 201, 0.22);
  border-radius: 13px;
  box-shadow: 0 9px 24px rgba(33, 96, 125, 0.13);
  font: 300 30px/1 Arial, sans-serif;
}

.bzr-modal__close {
  top: 18px;
  right: 18px;
}

.bzr-modal__heading {
  max-width: 585px;
  padding-right: 48px;
}

.bzr-modal__heading h3 {
  margin: 0;
  color: var(--bzr-navy);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.bzr-modal__heading p {
  margin: 13px 0 0;
  color: #607e91;
  font-size: 15px;
  line-height: 1.6;
}

.bzr-modal__top-bubbles {
  position: absolute;
  top: 5px;
  right: 72px;
  pointer-events: none;
}

.bzr-modal__top-bubbles span {
  position: absolute;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  box-shadow: inset 4px 5px 12px rgba(255,255,255,.7), 0 6px 18px rgba(62,156,184,.12);
}

.bzr-modal__top-bubbles span:nth-child(1) {
  top: 8px;
  right: 4px;
  width: 38px;
  height: 38px;
  background: rgba(53, 191, 228, .18);
}

.bzr-modal__top-bubbles span:nth-child(2) {
  top: 40px;
  right: 35px;
  width: 20px;
  height: 20px;
  background: rgba(158, 220, 92, .24);
}

.bzr-modal__top-bubbles span:nth-child(3) {
  top: 0;
  right: 46px;
  width: 13px;
  height: 13px;
  background: rgba(111, 214, 222, .26);
}

.bzr-form {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  gap: 18px;
}

.bzr-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.bzr-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bzr-field > span,
.bzr-rating-field legend {
  color: #244e68;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.bzr-field em,
.bzr-rating-field em {
  color: #0ba1d3;
  font-style: normal;
}

.bzr-field small {
  margin-left: 5px;
  color: #78909f;
  font-size: 11px;
  font-weight: 600;
}

.bzr-field input,
.bzr-field textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  color: #193f58;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(75, 159, 192, 0.25);
  border-radius: 13px;
  box-shadow: inset 0 1px 1px rgba(36, 101, 129, 0.03);
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bzr-field textarea {
  min-height: 142px;
  resize: vertical;
}

.bzr-field input:focus,
.bzr-field textarea:focus {
  background: #fff;
  border-color: rgba(28, 173, 218, 0.72);
  box-shadow: 0 0 0 4px rgba(48, 190, 226, 0.12);
}

.bzr-field input::placeholder,
.bzr-field textarea::placeholder {
  color: #9badb8;
}

.bzr-character-count {
  align-self: flex-end;
  margin-top: -3px;
  color: #8095a2;
  font-size: 11px;
}

.bzr-rating-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.bzr-rating-field legend {
  margin-bottom: 7px;
}

.bzr-rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.bzr-rating-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.bzr-rating-input label {
  cursor: pointer;
  color: #d1e0e7;
  font-size: 31px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(28, 98, 130, 0.06);
  transition: color 120ms ease, transform 120ms ease;
}

.bzr-rating-input label:hover,
.bzr-rating-input label:hover ~ label,
.bzr-rating-input input:checked ~ label {
  color: #efb529;
}

.bzr-rating-input input:focus-visible + label {
  border-radius: 5px;
  outline: 3px solid rgba(39, 183, 226, 0.26);
  outline-offset: 3px;
}

.bzr-rating-input label:hover {
  transform: scale(1.08);
}

.bzr-upload {
  padding: 17px;
  background: rgba(235, 249, 253, 0.7);
  border: 1px dashed rgba(56, 161, 197, 0.35);
  border-radius: 16px;
}

.bzr-upload__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bzr-upload__copy strong {
  color: #244e68;
  font-size: 13px;
}

.bzr-upload__copy span {
  color: #78909f;
  font-size: 12px;
  line-height: 1.45;
}

.bzr-upload__button {
  display: inline-flex;
  min-height: 44px;
  margin-top: 13px;
  padding: 0 14px;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  color: #0c6f9e;
  background: #fff;
  border: 1px solid rgba(59, 163, 198, 0.27);
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(46, 112, 141, 0.07);
  font-size: 13px;
  font-weight: 800;
}

.bzr-upload__button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.bzr-upload__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bzr-upload__previews {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.bzr-upload__previews:empty {
  display: none;
}

.bzr-upload__preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #dceff5;
  border: 1px solid rgba(69, 159, 191, 0.17);
  border-radius: 10px;
}

.bzr-upload__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bzr-consent {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
  color: #5d798b;
  font-size: 12px;
  line-height: 1.5;
}

.bzr-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #1eaddd;
}

.bzr-moderation-note {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(30, 173, 221, 0.2);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30, 173, 221, 0.08), rgba(141, 205, 82, 0.09));
  color: #466a7f;
  font-size: 12px;
  line-height: 1.5;
}

.bzr-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bzr-form__message {
  display: none;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.bzr-form__message.is-visible {
  display: block;
}

.bzr-form__message.is-error {
  color: #8d2f35;
  background: #fff0f1;
  border: 1px solid rgba(190, 76, 83, 0.2);
}

.bzr-form__message.is-success {
  color: #256d41;
  background: #eef9e8;
  border: 1px solid rgba(94, 166, 66, 0.22);
}

.bzr-submit {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  color: #073452;
  background: linear-gradient(105deg, #2bc2ec, #6cd6d9 57%, #a0da5c);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(35, 175, 207, 0.2), inset 0 1px 0 rgba(255,255,255,.75);
  font-size: 15px;
  font-weight: 850;
}

.bzr-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.bzr-submit__spinner {
  display: none;
  width: 19px;
  height: 19px;
  border: 2px solid rgba(8, 58, 88, 0.25);
  border-top-color: #083a58;
  border-radius: 50%;
  animation: bzr-spin 700ms linear infinite;
}

.bzr-submit.is-loading .bzr-submit__label {
  display: none;
}

.bzr-submit.is-loading .bzr-submit__spinner {
  display: block;
}

.bzr-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1100px, 100%);
  height: min(84vh, 820px);
  padding: 62px 74px 48px;
  place-items: center;
  background: rgba(8, 37, 56, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 35px 100px rgba(0, 15, 25, 0.48);
  transform: scale(0.98);
  transition: transform 180ms ease;
}

.bzr-lightbox.is-open .bzr-lightbox__panel {
  transform: scale(1);
}

.bzr-lightbox__panel img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.bzr-lightbox__close {
  top: 14px;
  right: 14px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  box-shadow: none;
}

.bzr-lightbox__nav {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  display: grid;
  width: 46px;
  height: 58px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  font: 300 42px/1 Arial, sans-serif;
  transform: translateY(-50%);
}

.bzr-lightbox__nav--prev { left: 14px; }
.bzr-lightbox__nav--next { right: 14px; }

.bzr-lightbox__nav[hidden] {
  display: none;
}

.bzr-lightbox__count {
  position: absolute;
  bottom: 17px;
  left: 50%;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
  transform: translateX(-50%);
}

body.bzr-no-scroll {
  overflow: hidden !important;
}

.bzr-shell button:focus-visible,
.bzr-shell input:focus-visible,
.bzr-shell textarea:focus-visible,
.bzr-modal button:focus-visible,
.bzr-modal input:focus-visible,
.bzr-modal textarea:focus-visible,
.bzr-lightbox button:focus-visible {
  outline: 3px solid rgba(34, 176, 220, 0.3);
  outline-offset: 3px;
}

.bzr-sentinel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

@keyframes bzr-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .bzr-inner {
    width: min(100% - 42px, 1380px);
  }

  .bzr-header {
    align-items: flex-start;
  }

  .bzr-header-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .bzr-shell {
    border-radius: 22px;
  }

  .bzr-inner {
    width: min(100% - 24px, 1380px);
    padding: 38px 0 38px;
  }

  .bzr-header {
    align-items: stretch;
    flex-direction: column;
    gap: 21px;
    margin-bottom: 20px;
  }

  .bzr-header-actions,
  .bzr-compact-actions {
    width: 100%;
    justify-content: space-between;
  }

  .bzr-add-button {
    min-height: 50px;
    flex: 1 1 auto;
  }

  .bzr-carousel-control {
    width: 44px;
    height: 44px;
  }

  .bzr-carousel__viewport {
    padding: 8px 2px 20px;
  }

  .bzr-card {
    height: 514px;
    border-radius: 24px;
  }

  .bzr-card__media {
    border-radius: 18px;
  }

  .bzr-card__body {
    padding: 16px 17px 17px;
  }

  .bzr-carousel__hint {
    padding: 0 12px;
    font-size: 11px;
  }

  .bzr-modal {
    /* Mobile modal covers the fixed menu instead of being pushed beneath it. */
    --bzr-modal-safe-top: 0px !important;
    padding: calc(8px + env(safe-area-inset-top, 0px)) 8px calc(8px + env(safe-area-inset-bottom, 0px));
    align-items: start;
  }

  .bzr-lightbox {
    padding: 10px;
  }

  .bzr-modal__panel {
    width: 100%;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding: 27px 18px 22px;
    border-radius: 23px;
  }

  .bzr-modal__close {
    position: sticky;
    top: 0;
    float: right;
    margin-top: -9px;
    margin-right: -2px;
  }

  .bzr-modal__heading {
    padding-right: 0;
  }

  .bzr-form__row {
    grid-template-columns: 1fr;
  }

  .bzr-upload__previews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bzr-lightbox__panel {
    width: 100%;
    height: calc(100dvh - 20px);
    padding: 58px 45px 45px;
    border-radius: 20px;
  }

  .bzr-lightbox__nav {
    width: 38px;
    height: 52px;
    border-radius: 11px;
  }

  .bzr-lightbox__nav--prev { left: 5px; }
  .bzr-lightbox__nav--next { right: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .bzr-shell *,
  .bzr-shell *::before,
  .bzr-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bzr-carousel__hint {
    display: none;
  }
}

.bzr-shell .screen-reader-text,
.bzr-lightbox .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bzr-carousel.is-static .bzr-carousel__hint {
  display: none;
}
