body { font-size: 0.9rem; }
.demo-banner {
  background: linear-gradient(rgba(66, 133, 244, 0.88), rgba(51, 103, 214, 0.92)), url("/img/header-background.jpg") center/cover;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.demo-banner #default-logo { width: 72px; border-radius: 0.25rem; }
.service-card { cursor: pointer; transition: box-shadow 0.15s ease; }
.service-card:hover { box-shadow: 0 0.25rem 0.75rem rgba(66, 133, 244, 0.15); }
.studio-service-card-image { height: 8rem; width: 100%; object-fit: cover; }
.demo-badge {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fbbc05;
  color: #212529;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem;
  z-index: 100;
}
#times-row { min-height: 2.5rem; }
.studio-brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0.125rem 0.65rem rgba(60, 64, 67, 0.18);
}
.studio-brand-mark--square {
  width: 5rem;
  height: 5rem;
  border-radius: 0.85rem;
}
.studio-brand-mark--wide {
  width: 8.5rem;
  height: 3.25rem;
  border-radius: 0.65rem;
}
.studio-brand-mark--tall {
  width: 3.25rem;
  height: 5rem;
  border-radius: 0.65rem;
}
.studio-banner-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.studio-brand-mark--wide .studio-banner-logo,
.studio-brand-mark--tall .studio-banner-logo {
  object-fit: contain;
  padding: 0.2rem;
}
.studio-logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.studio-brand-mark--square .studio-logo-placeholder {
  font-size: 1.35rem;
}
.studio-brand-mark--wide .studio-logo-placeholder {
  font-size: 1rem;
}
.studio-brand-mark--tall .studio-logo-placeholder {
  font-size: 1.1rem;
}
.studio-hero-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.studio-book-btn {
  background: var(--studio-accent, #fbbc05);
  border-color: var(--studio-accent, #fbbc05);
  color: #212529;
}

/* Template: Classic (default) */
body.template-classic .demo-banner {
  background: linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12)),
    linear-gradient(135deg, var(--studio-primary, #4285f4), color-mix(in srgb, var(--studio-primary, #4285f4) 85%, #000));
}

/* Template: Minimal */
body.template-minimal .demo-banner {
  background: #fff !important;
  color: #212529;
  border-bottom: 1px solid #dee2e6;
  padding: 1.75rem 1rem;
}
body.template-minimal .demo-banner #welcome-label,
body.template-minimal .demo-banner #business-type {
  color: #6c757d !important;
}
body.template-minimal .demo-banner #business-name {
  color: #212529 !important;
}
body.template-minimal .studio-brand-mark {
  background: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0.125rem 0.5rem rgba(60, 64, 67, 0.1);
}
body.template-minimal .studio-logo-placeholder {
  background: var(--studio-primary, #4285f4);
  color: #fff;
}
body.template-minimal .studio-book-btn {
  color: #fff !important;
}
body.template-minimal .service-card {
  border-radius: 0.375rem;
  box-shadow: none;
}
body.template-minimal .service-card:hover {
  box-shadow: none;
  border-color: var(--studio-primary, #4285f4);
}
body.template-minimal .studio-service-list-item .studio-service-card-image {
  width: 5rem;
  height: 5rem;
  border-radius: 0.375rem;
}
body.template-minimal #booking-content section {
  background: #f8f9fa;
}
body.template-minimal #booking-content .card {
  border: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}

/* Template: Bold */
body.template-bold .demo-banner {
  background: var(--studio-primary, #4285f4) !important;
  padding: 2.75rem 1rem;
}
body.template-bold .demo-banner #business-name {
  font-size: 1.75rem;
  letter-spacing: 0.02em;
}
body.template-bold .service-card {
  border-radius: 0.75rem;
  border-width: 2px;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}
body.template-bold .service-card:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
body.template-bold .service-card.border-primary {
  box-shadow: 0 0.5rem 1.25rem color-mix(in srgb, var(--studio-primary, #4285f4) 25%, transparent);
}
body.template-bold #booking-content .card {
  border-radius: 0.75rem;
  border-width: 2px;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}
body.template-bold .studio-service-card-image {
  border-radius: 0.75rem 0.75rem 0 0;
}

/* Template: Storefront — business profile with tabs */
body.template-storefront {
  padding-bottom: 4.5rem;
}
body.template-storefront .demo-banner {
  background: #fff !important;
  color: #202124;
  padding: 0;
  text-align: left;
  border-bottom: none;
}
body.template-storefront .storefront-cover {
  display: block;
  height: 10rem;
  background: linear-gradient(135deg, #e8eaed, #f1f3f4) center/cover;
  position: relative;
}
body.template-storefront .storefront-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.22) 100%);
  pointer-events: none;
}
body.template-storefront .storefront-cover:not(.has-image)::after {
  display: none;
}
body.template-storefront .storefront-cover.has-image {
  height: 12rem;
}
body.template-storefront .demo-banner .studio-hero-inner {
  max-width: 40rem;
  padding: 0 1.25rem 1.25rem;
  margin-top: -2.75rem;
  position: relative;
  z-index: 2;
}
body.template-storefront .storefront-cover:not(.has-image) + .studio-hero-inner {
  margin-top: 0;
  padding-top: 1rem;
}
body.template-storefront .demo-banner .studio-hero-brand {
  flex-direction: row;
  align-items: flex-end;
  text-align: left;
  gap: 1rem;
}
body.template-storefront .demo-banner #business-name {
  color: #202124 !important;
  font-size: 1.35rem;
  margin-bottom: 0.15rem !important;
}
body.template-storefront .studio-brand-mark {
  margin-bottom: 0.15rem;
}
body.template-storefront .studio-brand-mark--square {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
}
body.template-storefront .studio-brand-mark--wide {
  width: 9.5rem;
  height: 3.5rem;
}
body.template-storefront .studio-brand-mark--tall {
  width: 3.5rem;
  height: 5.5rem;
}
body.template-storefront .studio-logo-placeholder {
  font-size: 1.15rem;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--studio-primary, #4285f4) 88%, #fff),
    var(--studio-primary, #4285f4)
  );
  color: #fff;
}
body.template-storefront .storefront-location {
  color: #5f6368;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
body.template-storefront .storefront-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
body.template-storefront .storefront-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #f1f3f4;
  color: #5f6368;
}
body.template-storefront .storefront-hours {
  font-size: 0.82rem;
  color: #5f6368;
  margin-bottom: 0.75rem;
}
body.template-storefront .storefront-hours .status-open {
  color: #137333;
  font-weight: 600;
}
body.template-storefront .storefront-hours .status-closed {
  color: #c5221f;
  font-weight: 600;
}
body.template-storefront .storefront-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.template-storefront .storefront-actions .btn {
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
}
body.template-storefront .storefront-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e8eaed;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
body.template-storefront .storefront-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.85rem 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #5f6368;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
body.template-storefront .storefront-tab.active {
  color: var(--studio-primary, #4285f4);
  border-bottom-color: var(--studio-primary, #4285f4);
}
body.template-storefront .storefront-tab:focus-visible,
body.template-catalog .catalog-tab:focus-visible,
body.template-guided .guided-progress-step:focus-visible {
  outline: 2px solid var(--studio-primary, #4285f4);
  outline-offset: 2px;
}
body.template-storefront #booking-schedule-card.storefront-schedule-pending {
  display: none !important;
}
body.template-storefront .studio-booking-main {
  padding-top: 1rem;
}
body.template-storefront .studio-section-heading,
body.template-storefront .studio-section-lead {
  display: none;
}
body.template-storefront .service-card {
  border-radius: 0.65rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(60, 64, 67, 0.08);
  cursor: pointer;
}
body.template-storefront .studio-service-list-item .studio-service-card-image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
}
body.template-storefront .storefront-book-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #e8eaed;
  box-shadow: 0 -0.25rem 1rem rgba(60, 64, 67, 0.08);
}
body.template-storefront .storefront-book-bar .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.65rem 1rem;
}
body.template-storefront .storefront-about-panel .card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.75rem rgba(60, 64, 67, 0.1);
}

/* Template: Guided — step-by-step appointment flow */
body.template-guided {
  padding-bottom: 4.5rem;
  background: #fff;
}
body.template-guided .demo-banner {
  background: #fff !important;
  color: #202124;
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e8eaed;
  margin-top: 0 !important;
}
body.template-guided .demo-banner .studio-hero-inner {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0;
}
body.template-guided .demo-banner .studio-hero-brand {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 0.75rem;
}
body.template-guided .demo-banner #business-name {
  color: #202124 !important;
  font-size: 1.1rem;
  margin-bottom: 0 !important;
}
body.template-guided .studio-brand-mark--square {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
}
body.template-guided .studio-brand-mark--wide {
  width: 6.5rem;
  height: 2.75rem;
}
body.template-guided .studio-brand-mark--tall {
  width: 2.75rem;
  height: 3.5rem;
}
body.template-guided .studio-logo-placeholder {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--studio-primary, #4285f4) 88%, #fff),
    var(--studio-primary, #4285f4)
  );
  color: #fff;
  font-size: 0.95rem;
}
body.template-guided .guided-progress-wrap {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0.75rem 1rem 0;
  border-bottom: 1px solid #e8eaed;
  background: #fff;
}
body.template-guided .guided-progress-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.35rem;
}
body.template-guided .guided-progress-step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: #80868b;
  padding: 0.5rem 0.25rem 0.75rem;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
body.template-guided .guided-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.65rem;
  background: #e8eaed;
  color: #5f6368;
  flex-shrink: 0;
}
body.template-guided .guided-progress-step.active .guided-step-num {
  background: var(--studio-primary, #4285f4);
  color: #fff;
}
body.template-guided .guided-progress-step.done .guided-step-num {
  background: #137333;
  color: #fff;
}
body.template-guided .guided-progress-step.active {
  color: var(--studio-primary, #4285f4);
  border-bottom-color: var(--studio-primary, #4285f4);
}
body.template-guided .guided-progress-step.done {
  color: #3c4043;
}
body.template-guided .studio-booking-main {
  padding-top: 1rem;
  background: #fafafa;
}
body.template-guided .studio-booking-main .container {
  max-width: 36rem;
}
body.template-guided .studio-section-heading {
  font-size: 1rem;
  text-align: left;
}
body.template-guided .studio-section-lead {
  text-align: left;
  display: none;
}
body.template-guided .guided-service-row {
  border: 1px solid #e8eaed;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.template-guided .guided-service-row:hover {
  border-color: color-mix(in srgb, var(--studio-primary, #4285f4) 35%, #e8eaed);
}
body.template-guided .guided-service-row.selected {
  border-color: var(--studio-primary, #4285f4);
  box-shadow: 0 0.125rem 0.5rem color-mix(in srgb, var(--studio-primary, #4285f4) 15%, transparent);
}
body.template-guided .guided-service-row .guided-select-mark {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #dadce0;
  flex-shrink: 0;
}
body.template-guided .guided-service-row.selected .guided-select-mark {
  border-color: var(--studio-primary, #4285f4);
  background: var(--studio-primary, #4285f4);
  box-shadow: inset 0 0 0 3px #fff;
}
body.template-guided #booking-schedule-card.guided-step-hidden {
  display: none !important;
}
body.template-guided #booking-schedule-card .card-header {
  font-size: 0.95rem;
  text-transform: none;
}
body.template-guided #booking-schedule-card .card-footer {
  display: none;
}
body.template-guided .guided-book-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #e8eaed;
  box-shadow: 0 -0.25rem 1rem rgba(60, 64, 67, 0.08);
}
body.template-guided .guided-book-bar .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.65rem 1rem;
}

/* Template: Catalog — venue browse list */
body.template-catalog {
  padding-bottom: 4.5rem;
  background: #fff;
}
body.template-catalog .demo-banner {
  background: #fff !important;
  color: #202124;
  padding: 1.25rem 1rem 0.75rem;
  text-align: left;
  border-bottom: none;
  margin-top: 0 !important;
}
body.template-catalog .demo-banner .studio-hero-inner {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0;
}
body.template-catalog .demo-banner .studio-hero-brand {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 0.85rem;
}
body.template-catalog .demo-banner #business-name {
  color: #202124 !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
}
body.template-catalog .studio-brand-mark--square {
  width: 5rem;
  height: 5rem;
  border-radius: 0.85rem;
}
body.template-catalog .studio-brand-mark--wide {
  width: 9rem;
  height: 3.25rem;
}
body.template-catalog .studio-brand-mark--tall {
  width: 3.25rem;
  height: 5rem;
}
body.template-catalog .studio-logo-placeholder {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--studio-primary, #4285f4) 88%, #fff),
    var(--studio-primary, #4285f4)
  );
  color: #fff;
}
body.template-catalog .catalog-address {
  color: #5f6368;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}
body.template-catalog .catalog-hours {
  font-size: 0.85rem;
  color: #5f6368;
  margin-bottom: 0;
}
body.template-catalog .catalog-hours .status-open {
  color: #137333;
  font-weight: 600;
}
body.template-catalog .catalog-hours .status-closed {
  color: #c5221f;
  font-weight: 600;
}
body.template-catalog .catalog-tabs {
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid #e8eaed;
  background: #fff;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem;
}
body.template-catalog .catalog-tab {
  border: none;
  background: transparent;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5f6368;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
body.template-catalog .catalog-tab.active {
  color: var(--studio-primary, #4285f4);
  border-bottom-color: var(--studio-primary, #4285f4);
}
body.template-catalog .catalog-popular-block {
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 1rem 1rem 0.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e8eaed;
}
body.template-catalog .catalog-service-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e8eaed;
  border-radius: 0.75rem;
  background: #fff;
  margin-bottom: 0.65rem;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.template-catalog .catalog-service-row:hover {
  border-color: color-mix(in srgb, var(--studio-primary, #4285f4) 30%, #e8eaed);
}
body.template-catalog .catalog-service-row.selected {
  border-color: var(--studio-primary, #4285f4);
  box-shadow: 0 0.125rem 0.5rem color-mix(in srgb, var(--studio-primary, #4285f4) 12%, transparent);
}
body.template-catalog .studio-booking-main {
  padding-top: 1.25rem;
  background: #fff;
}
body.template-catalog .studio-booking-main .container {
  max-width: 42rem;
}
body.template-catalog .studio-section-heading,
body.template-catalog .studio-section-lead,
body.template-catalog #services-row {
  display: none !important;
}
body.template-catalog .catalog-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: #202124;
}
body.template-catalog .catalog-service-list {
  margin-bottom: 1.5rem;
}
body.template-catalog .catalog-service-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #202124;
}
body.template-catalog .catalog-service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.82rem;
  color: #5f6368;
}
body.template-catalog .catalog-service-price {
  font-weight: 700;
  color: #202124;
}
body.template-catalog .catalog-select-btn {
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.35rem 0.9rem;
  white-space: nowrap;
  flex-shrink: 0;
}
body.template-catalog .catalog-service-row.selected .catalog-service-name {
  color: var(--studio-primary, #4285f4);
}
body.template-catalog #booking-schedule-card.catalog-schedule-pending {
  display: none !important;
}
body.template-catalog #booking-schedule-card {
  border: 1px solid #e8eaed;
  border-radius: 0.75rem;
  box-shadow: none;
}
body.template-catalog .catalog-book-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #e8eaed;
  box-shadow: 0 -0.25rem 1rem rgba(60, 64, 67, 0.08);
}
body.template-catalog .catalog-book-bar .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.65rem 1rem;
}
body.template-catalog .catalog-about-panel .card {
  border: 1px solid #e8eaed;
  border-radius: 0.75rem;
  box-shadow: none;
}

.studio-promotions-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.studio-promotion-card {
  border: 1px solid color-mix(in srgb, var(--studio-accent, #fbbc05) 45%, #e8eaed);
  border-left: 4px solid var(--studio-accent, #fbbc05);
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--studio-accent, #fbbc05) 8%, #fff);
  padding: 0.85rem 1rem;
}
.studio-promotion-title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.studio-promotion-desc {
  font-size: 0.85rem;
  line-height: 1.45;
}
.studio-promo-code {
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}
.studio-promo-code-label {
  color: #5f6368;
}
.studio-promo-code-value {
  display: inline-block;
  background: #fff;
  border: 1px dashed color-mix(in srgb, var(--studio-accent, #fbbc05) 55%, #9aa0a6);
  border-radius: 0.25rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #202124;
}
.studio-offer-badge {
  display: inline-block;
  background: var(--studio-accent, #fbbc05);
  color: #212529;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
}
.studio-service-disclaimer {
  font-size: 0.78rem;
  line-height: 1.4;
}

.studio-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.studio-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #dadce0;
  background: #fff;
  color: #202124;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.studio-social-link:hover {
  border-color: var(--studio-primary, #4285f4);
  color: var(--studio-primary, #4285f4);
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.15);
}

.studio-social-link i {
  font-size: 0.95rem;
  color: var(--studio-primary, #4285f4);
}

.studio-testimonials {
  display: grid;
  gap: 0.75rem;
}

.studio-testimonial-card {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e8eaed;
  border-radius: 0.65rem;
  background: #fff;
}

.studio-testimonial-stars {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--studio-accent, #fbbc05);
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}

.studio-testimonial-quote {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #3c4043;
}

.studio-testimonial-author strong {
  font-weight: 600;
}

.studio-testimonial-source {
  font-size: 0.8rem;
}
