.sbaw-quick-section,
.sbaw-compare-section,
.sbaw-store-section,
.sbaw-asreet-links {
  margin: 32px 0;
}

.sbaw-compare-section {
  margin: 2px 0 24px;
}

.sbaw-section-head {
  margin: 0 0 14px;
}

.sbaw-section-head h2 {
  margin: 0 0 6px;
  font-size: 1.45rem;
  line-height: 1.35;
}

.sbaw-section-head p {
  margin: 0;
  color: #5f6875;
  font-size: 0.95rem;
}

.sbaw-table-wrap {
  overflow-x: auto;
  position: relative;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.sbaw-table-wrap::after {
  content: "";
  position: sticky;
  right: 0;
  float: right;
  width: 28px;
  height: 1px;
  pointer-events: none;
  box-shadow: -16px 0 22px rgba(15, 23, 42, 0.12);
}

.sbaw-scroll-hint {
  display: none;
  margin: 0 0 8px;
  color: #667085;
  font-size: 0.82rem;
  font-weight: 700;
}

.sbaw-compare-table {
  width: max-content;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.76rem;
  line-height: 1.35;
}

.sbaw-compare-table .sbaw-col-name {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.sbaw-compare-table .sbaw-col-price,
.sbaw-compare-table .sbaw-col-standard {
  width: 190px;
  min-width: 150px;
  max-width: 380px;
}

.sbaw-compare-table .sbaw-col-wide {
  width: 380px;
  min-width: 260px;
  max-width: 380px;
}

.sbaw-compare-table .sbaw-col-bool {
  width: 92px;
  min-width: 82px;
  max-width: 380px;
}

.sbaw-compare-table .sbaw-col-detail {
  width: 108px;
  min-width: 96px;
  max-width: 380px;
}

.sbaw-compare-table-single {
  min-width: 980px;
}

.sbaw-compare-table th:first-child,
.sbaw-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 8px 0 12px rgba(15, 23, 42, 0.06);
}

.sbaw-compare-table thead th:first-child {
  z-index: 3;
  background: #f5f7fa;
}

.sbaw-compare-table th,
.sbaw-compare-table td {
  max-width: 380px;
  padding: 8px 10px;
  border-right: 1px solid #e7edf3;
  border-bottom: 1px solid #e7edf3;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

.sbaw-compare-table thead th {
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  white-space: normal !important;
  text-align: center;
}

.sbaw-compare-table td.sbaw-col-bool {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
}

.sbaw-compare-table th.sbaw-col-bool {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.sbaw-cell-text {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  max-height: 3.8em;
  overflow: hidden;
  font-size: 0.76rem;
  line-height: 1.4;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sbaw-compare-table .sbaw-col-price .sbaw-cell-text,
.sbaw-compare-table .sbaw-col-standard .sbaw-cell-text {
  -webkit-line-clamp: 2;
  max-height: 3.2em;
}

.sbaw-compare-table .sbaw-col-wide .sbaw-cell-text {
  -webkit-line-clamp: 2;
  max-height: 2.8em;
}

.sbaw-compare-table th:last-child,
.sbaw-compare-table td:last-child {
  border-right: 0;
}

.sbaw-table-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.sbaw-table-tags span {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef4ff;
  color: #344054;
  font-size: 0.76rem;
  line-height: 1.25;
}

.sbaw-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-weight: 800;
  margin: 0 auto;
  line-height: 1;
}

.sbaw-mark-yes {
  color: #05603a;
  background: #dcfae6;
}

.sbaw-mark-no {
  color: #9f1239;
  background: #ffe4e8;
}

.sbaw-quick-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.sbaw-quick-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px;
  border: 1px solid #d9e0e8;
  border-top: 3px solid var(--sbaw-primary, #0f766e);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

@media (hover: hover) {
  .sbaw-quick-card:hover {
    border-color: #b8c8d6;
    box-shadow: 0 9px 24px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
  }
}

.sbaw-quick-title {
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0 0 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e8edf2;
  line-height: 1.35;
}

.sbaw-quick-title .sbaw-store-name {
  margin: 0;
  color: #202939;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.sbaw-quick-price {
  min-height: 54px;
  margin-bottom: 10px;
}

.sbaw-quick-price span {
  display: block;
  margin-bottom: 2px;
  color: #697586;
  font-size: 0.68rem;
  font-weight: 700;
}

.sbaw-quick-price strong {
  display: block;
  color: var(--sbaw-primary, #0f766e);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.sbaw-quick-facts {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  color: #475467;
  font-size: 0.8rem;
}

.sbaw-quick-facts > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #eef2f6;
}

.sbaw-quick-facts > div:last-child {
  border-bottom: 0;
}

.sbaw-quick-facts dt,
.sbaw-quick-facts dd {
  margin: 0;
}

.sbaw-quick-facts dt {
  color: #697586;
  font-size: 0.7rem;
  font-weight: 800;
}

.sbaw-quick-facts dd {
  display: -webkit-box;
  max-height: 4.5em;
  overflow: hidden;
  color: #364152;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sbaw-quick-card a {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 6px;
  color: #fff;
  background: #0f766e;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.sbaw-compare-table thead th {
  background: #f5f7fa;
  color: #2b3440;
  font-weight: 700;
  white-space: normal;
}

.sbaw-compare-table tbody tr:last-child th,
.sbaw-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.sbaw-store-name {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1f2933;
  line-height: 1.45;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sbaw-store-cards {
  display: grid;
  gap: 18px;
}

.sbaw-store-card {
  display: block;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-top: 3px solid #cbd5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(15, 23, 42, 0.05);
  scroll-margin-top: 84px;
}

.sbaw-store-card.sbaw-has-image {
  grid-template-columns: 1fr;
}

.sbaw-store-card.sbaw-no-image {
  grid-template-columns: 1fr;
}

.sbaw-store-card:not(.sbaw-has-image) {
  grid-template-columns: 1fr;
}

.sbaw-store-card-body {
  padding: 20px;
}

.sbaw-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.sbaw-card-kicker {
  color: #52606d;
  font-size: 0.82rem;
  font-weight: 700;
}

.sbaw-store-card h3 {
  display: block;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7edf3;
  font-size: 1.18rem;
  line-height: 1.35;
}

.sbaw-store-card h3 .sbaw-store-name {
  margin: 0;
  color: #202939;
  font-size: 1.12rem;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.sbaw-store-lead {
  margin: 10px 0;
  color: #364152;
  font-size: 0.94rem;
}

.sbaw-store-image {
  margin: 10px 0 12px;
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #f1f4f8;
}

.sbaw-store-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 360px;
  object-fit: cover;
}

.sbaw-store-image figcaption {
  padding: 8px 10px;
  color: #697586;
  font-size: 0.78rem;
  line-height: 1.45;
  background: #f8fafc;
}

.sbaw-store-image figcaption a {
  color: #0f766e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sbaw-store-name-wrap {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: 100%;
}

.sbaw-store-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 6px;
  background: #fff;
}

.sbaw-store-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sbaw-store-logo-table {
  width: 38px;
  height: 38px;
}

.sbaw-store-logo-card {
  width: 52px;
  height: 52px;
}

.sbaw-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 12px;
}

.sbaw-location-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #cfe4ef;
  border-radius: 999px;
  color: #245366;
  background: #f5fbff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.sbaw-location-tag-chain_name {
  color: #155e75;
  border-color: #bae6fd;
  background: #f0f9ff;
}

a.sbaw-location-tag:hover {
  color: #245366 !important;
  border-color: #b9dff0;
  background: #fbfdff;
  text-decoration: none;
}

.sbaw-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.sbaw-highlight {
  padding: 10px;
  border: 1px solid #e3e8ef;
  border-radius: 6px;
  background: #f8fafc;
}

.sbaw-highlight span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 3px;
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
}

.sbaw-highlight span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #0f766e;
  -webkit-mask: var(--sbaw-icon) center / contain no-repeat;
  mask: var(--sbaw-icon) center / contain no-repeat;
}

.sbaw-highlight-price_range {
  --sbaw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 3 7l9 5 9-5-9-5Zm-7 9v6l7 4 7-4v-6l-7 4-7-4Z'/%3E%3C/svg%3E");
}

.sbaw-highlight-access {
  --sbaw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.sbaw-highlight-business_hours {
  --sbaw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 11h5v-2h-4V6h-2v7Z'/%3E%3C/svg%3E");
}

.sbaw-highlight-trial_price {
  --sbaw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 7h-3.2A3 3 0 0 0 12 3.6 3 3 0 0 0 7.2 7H4v13h16V7ZM9.5 5A1.5 1.5 0 0 1 11 6.5V7H9.5A1.5 1.5 0 0 1 9.5 5ZM13 6.5A1.5 1.5 0 1 1 14.5 8H13V6.5ZM6 9h5v9H6V9Zm12 9h-5V9h5v9Z'/%3E%3C/svg%3E");
}

.sbaw-highlight strong {
  display: block;
  color: #202939;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sbaw-store-details {
  display: grid;
  grid-template-columns: minmax(96px, 130px) 1fr;
  margin: 12px 0 0;
  border-top: 1px solid #e3e8ef;
  font-size: 0.9rem;
  column-gap: 0;
}

.sbaw-store-details dt,
.sbaw-store-details dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e3e8ef;
}

.sbaw-store-details dt {
  color: #52606d;
  font-weight: 700;
}

.sbaw-store-details dd {
  color: #202939;
  line-height: 1.6;
  padding-left: 12px;
}

.sbaw-tag-group {
  margin: 18px 0;
}

.sbaw-tag-title {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 9px;
  color: #52606d;
  font-size: 0.86rem;
  font-weight: 800;
}

.sbaw-tag-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0f766e;
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.12);
}

.sbaw-tag-group-machine_list .sbaw-tag-title::before {
  background: #2563eb;
}

.sbaw-tag-group-recommended_points .sbaw-tag-title::before,
.sbaw-tag-group-pros .sbaw-tag-title::before {
  background: #ca8a04;
}

.sbaw-tag-group-cons .sbaw-tag-title::before,
.sbaw-tag-group-not_recommended_for .sbaw-tag-title::before {
  background: #be123c;
}

.sbaw-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sbaw-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  color: #364152;
  background: #f8fafc;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.sbaw-tag:empty {
  display: none;
}

.sbaw-status {
  display: none;
}

.sbaw-status-ok {
  color: #05603a;
  background: #dcfae6;
}

.sbaw-status-warn {
  color: #92400e;
  background: #fef3c7;
}

.sbaw-status-missing {
  color: #9f1239;
  background: #ffe4e8;
}

.sbaw-mini-cta,
.sbaw-primary-cta,
.sbaw-secondary-cta,
.sbaw-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--sbaw-primary, #0f766e);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.sbaw-mini-cta {
  width: 100%;
  min-width: 72px;
  min-height: 28px;
  padding: 4px 7px;
  font-size: 0.7rem;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.sbaw-primary-cta {
  min-width: 180px;
}

.sbaw-secondary-cta {
  min-width: 180px;
  color: var(--sbaw-secondary-text, #0f766e) !important;
  background: var(--sbaw-secondary, #ecfdf5);
  border: 1px solid var(--sbaw-secondary-text, #0f766e);
}

.sbaw-mini-cta-secondary {
  color: var(--sbaw-secondary-text, #0f766e) !important;
  background: var(--sbaw-secondary, #ecfdf5);
  border: 1px solid var(--sbaw-secondary-text, #0f766e);
}

.sbaw-secondary-cta:visited,
.sbaw-mini-cta-secondary:visited {
  color: var(--sbaw-secondary-text, #0f766e) !important;
}

.sbaw-table-actions {
  display: grid;
  gap: 4px;
}

.sbaw-mini-cta:hover,
.sbaw-mini-cta:focus,
.sbaw-primary-cta:hover,
.sbaw-primary-cta:focus,
.sbaw-cta a:hover,
.sbaw-cta a:focus,
.sbaw-quick-card a:hover,
.sbaw-quick-card a:focus {
  color: #fff !important;
  background: #16847b;
  text-decoration: none;
}

.sbaw-secondary-cta:hover,
.sbaw-secondary-cta:focus,
.sbaw-mini-cta-secondary:hover,
.sbaw-mini-cta-secondary:focus {
  color: var(--sbaw-secondary-text, #0f766e) !important;
  filter: brightness(1.04);
  text-decoration: none;
}

.sbaw-tel-link:hover,
.sbaw-tel-link:focus,
.sbaw-map-link:hover,
.sbaw-map-link:focus,
.sbaw-correction-link a:hover,
.sbaw-correction-link a:focus,
.sbaw-store-image figcaption a:hover,
.sbaw-store-image figcaption a:focus {
  color: #0b5f59 !important;
  text-decoration-thickness: 2px;
}

.sbaw-tel-link,
.sbaw-map-link {
  color: #0f766e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sbaw-map-link {
  display: inline-flex;
  margin-top: 6px;
}

.sbaw-card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
  text-align: center;
}

.sbaw-card-actions .sbaw-primary-cta,
.sbaw-card-actions .sbaw-secondary-cta {
  flex: 1 1 0;
  min-width: 0;
  max-width: 220px;
  padding-right: 12px;
  padding-left: 12px;
}

.sbaw-correction-link {
  margin: 10px 0 0;
  font-size: 0.82rem;
}

.sbaw-correction-link a {
  color: #667085;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sbaw-chain-links {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #f8fafc;
}

.sbaw-chain-title {
  margin-bottom: 8px;
  color: #344054;
  font-size: 0.86rem;
  font-weight: 800;
}

.sbaw-chain-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sbaw-chain-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #cfe4ef;
  border-radius: 999px;
  color: #245366;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.sbaw-chain-link-list a:hover {
  color: #0f766e;
  border-color: #99f6e4;
  background: #ecfdf5;
}

.sbaw-asreet-link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.sbaw-asreet-link-list a {
  display: grid;
  gap: 4px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  color: #202939;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.sbaw-asreet-link-list a span {
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sbaw-asreet-link-list a small {
  color: var(--sbaw-secondary-text, #0f766e);
  font-size: 0.78rem;
  font-weight: 800;
}

.sbaw-asreet-link-list a:hover,
.sbaw-asreet-link-list a:focus {
  color: #202939 !important;
  border-color: #c9d6e2;
  background: #fbfdff;
  text-decoration: none;
}

.sbaw-author-comment {
  margin: 14px 0;
  color: #23413f;
}

.sbaw-author-has-avatar {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.sbaw-author-no-avatar {
  display: block;
}

.sbaw-author-avatar {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 2px solid #b9e4db;
  border-radius: 999px;
  background: #fff;
}

.sbaw-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbaw-author-bubble {
  position: relative;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #b9e4db;
  border-radius: 8px;
  background: #f0fdfa;
}

.sbaw-author-has-avatar .sbaw-author-bubble::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #b9e4db;
  border-left: 1px solid #b9e4db;
  background: #f0fdfa;
  transform: rotate(45deg);
}

.sbaw-author-no-avatar .sbaw-author-bubble::before {
  display: none;
}

.sbaw-author-comment-label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 800;
}

.sbaw-author-comment-label strong {
  color: #23413f;
}

.sbaw-author-comment p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
}

.sbaw-muted,
.sbaw-missing-note {
  color: #8a94a6;
}

.sbaw-ranking {
  display: grid;
  gap: 14px;
}

.sbaw-ranking-card {
  padding: 16px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fff;
}

.sbaw-editor-conclusion {
  margin: 14px 0 28px;
  padding: 16px 18px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #f8fafc;
}

.sbaw-editor-conclusion-heading {
  margin-top: 28px;
}

.sbaw-editor-conclusion p {
  margin: 0 0 10px;
  color: #364152;
  line-height: 1.75;
}

.sbaw-editor-conclusion ul {
  margin: 0;
  padding-left: 1.2em;
}

.sbaw-editor-conclusion li {
  margin: 6px 0;
  line-height: 1.7;
}

.sbaw-editor-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.sbaw-editor-note {
  padding: 11px 12px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fff;
}

.sbaw-editor-note span {
  display: inline-flex;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
}

.sbaw-editor-note p {
  margin: 0;
  color: #344054;
  font-size: 0.88rem;
  line-height: 1.65;
}

.sbaw-editor-note-caution span {
  color: #92400e;
}

.sbaw-map-section {
  margin: 32px 0;
}

.sbaw-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: stretch;
}

.sbaw-map-canvas,
.sbaw-map-empty {
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #eef4f8;
}

.sbaw-map-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #667085;
  font-weight: 700;
  text-align: center;
}

.sbaw-map-list {
  display: grid;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.sbaw-map-list-item {
  padding: 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
}

.sbaw-map-list-item button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: #202939;
  background: transparent;
  font: inherit;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.sbaw-map-list-item p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 0.84rem;
  line-height: 1.55;
}

.sbaw-map-list-links,
.sbaw-map-popup-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.sbaw-map-list-links a,
.sbaw-map-popup-links a {
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sbaw-map-note {
  margin: 8px 0 0;
  color: #667085;
  font-size: 0.84rem;
}

.sbaw-store-template {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.sbaw-store-page-header {
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e8ef;
}

.sbaw-store-page-kicker {
  margin: 0 0 6px;
  color: #0f766e;
  font-size: 0.86rem;
  font-weight: 800;
}

.sbaw-store-page-header h1 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.35;
}

.sbaw-store-page-header p:last-child {
  margin: 0;
  color: #475467;
  line-height: 1.75;
}

.sbaw-store-page-content {
  margin-top: 28px;
}

@media (max-width: 720px) {
  .sbaw-scroll-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #d9e3ec;
    border-radius: 999px;
    background: #f7f9fb;
    color: #52606d;
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .sbaw-scroll-hint::after {
    content: "→";
    color: var(--sbaw-primary, #0f766e);
    font-size: 0.9rem;
  }

  .sbaw-table-wrap {
    width: 100%;
    margin-right: 0;
    border-right: 1px solid #d9e0e8;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }

  .sbaw-table-wrap::after {
    display: none;
  }

  .sbaw-compare-table {
    width: max-content;
    min-width: 0;
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .sbaw-compare-table th,
  .sbaw-compare-table td {
    height: 74px;
    padding: 9px 10px;
  }

  .sbaw-compare-table thead th {
    height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.72rem;
  }

  .sbaw-compare-table .sbaw-col-name {
    width: 152px;
    min-width: 152px;
    max-width: 152px;
  }

  .sbaw-compare-table th:first-child,
  .sbaw-compare-table td:first-child {
    z-index: 4;
    background-clip: padding-box;
    box-shadow: 6px 0 10px rgba(15, 23, 42, 0.1);
  }

  .sbaw-compare-table thead th:first-child {
    z-index: 5;
  }

  .sbaw-compare-table tbody tr:nth-child(even) td,
  .sbaw-compare-table tbody tr:nth-child(even) th:first-child {
    background-color: #fbfcfe;
  }

  .sbaw-compare-table .sbaw-store-name {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }

  .sbaw-compare-table .sbaw-col-wide {
    width: 184px;
    min-width: 184px;
    max-width: 184px;
  }

  .sbaw-compare-table .sbaw-col-price,
  .sbaw-compare-table .sbaw-col-standard {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .sbaw-compare-table .sbaw-col-bool {
    width: 78px;
    min-width: 78px;
    max-width: 78px;
  }

  .sbaw-compare-table .sbaw-col-detail {
    width: 94px;
    min-width: 94px;
    max-width: 94px;
  }

  .sbaw-compare-table .sbaw-cell-text,
  .sbaw-compare-table .sbaw-col-price .sbaw-cell-text,
  .sbaw-compare-table .sbaw-col-standard .sbaw-cell-text,
  .sbaw-compare-table .sbaw-col-wide .sbaw-cell-text {
    max-height: 4.35em;
    font-size: 0.74rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }

  .sbaw-mini-cta {
    min-width: 66px;
    min-height: 30px;
    padding: 5px 6px;
    font-size: 0.68rem;
  }

  .sbaw-store-card {
    grid-template-columns: 1fr;
  }

  .sbaw-store-card.sbaw-has-image {
    grid-template-columns: 1fr;
  }

  .sbaw-store-image img {
    max-height: 260px;
  }

  .sbaw-author-comment {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .sbaw-author-avatar {
    width: 44px;
    height: 44px;
  }

  .sbaw-highlight-grid {
    grid-template-columns: 1fr;
  }

  .sbaw-store-details {
    grid-template-columns: minmax(86px, 108px) minmax(0, 1fr);
  }

  .sbaw-store-details dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e8ef;
  }

  .sbaw-store-details dd {
    padding-top: 10px;
    padding-left: 10px;
  }

  .sbaw-map-layout {
    grid-template-columns: 1fr;
  }

  .sbaw-map-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
