@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --ocp-green: #07833a;
  --ocp-green-2: #0aa24b;
  --ocp-blue: #1769d1;
  --ocp-orange: #f59e0b;
  --ocp-red: #d92d20;
  --ocp-text: #1d2433;
  --ocp-muted: #6b7280;
  --ocp-line: #e5e7eb;
  --ocp-bg: #f7f8fb;
  --ocp-card: #fff;
  --ocp-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  --ocp-font-xs: 12px;
  --ocp-font-sm: 13px;
  --ocp-font-md: 14px;
  --ocp-font-base: 15px;
  --ocp-font-lg: 18px;
  --ocp-font-xl: 24px;
  --ocp-font-2xl: 30px;
  --ocp-weight-regular: 400;
  --ocp-weight-medium: 500;
  --ocp-weight-semibold: 600;
  --ocp-weight-bold: 700;
  --ocp-line-tight: 1.18;
  --ocp-line-normal: 1.45;
  --ocp-line-relaxed: 1.6;
}

* { box-sizing: border-box; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body { margin: 0; background: var(--ocp-bg); color: var(--ocp-text); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.45; font-weight: 400; }
body, input, button, select, textarea, label, a, h1, h2, h3, h4, h5, h6, p, span, b, small { font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.muted { color: var(--ocp-muted); }
.small { font-size: 13px; }
.text-green { color: var(--ocp-green); }
.text-blue { color: var(--ocp-blue); }
.text-orange { color: var(--ocp-orange); }
.stars { color: #f5b301; letter-spacing: 1px; white-space: nowrap; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #eef8f0; color: #087b36; font-weight: 650; font-size: 13px; }
.pill.gray { background: #f3f4f6; color: #4b5563; }
.pill.blue { background: #eaf3ff; color: #1457bd; }
.pill.red { background: #ffe8e5; color: var(--ocp-red); }
.btn { border: 0; border-radius: 10px; padding: 12px 18px; background: var(--ocp-green); color: #fff; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; box-shadow: 0 8px 16px rgba(7, 131, 58, .18); }
.nav-cta, .nav-cta.active, .account-actions .nav-cta, .account-actions .nav-cta.active { color: #fff !important; background: var(--ocp-green) !important; border-color: var(--ocp-green) !important; }
.account-actions .btn-outline.active { background: #eef8f0; color: var(--ocp-green); }
.btn-outline { background: #fff; color: var(--ocp-green); border: 1px solid var(--ocp-green); box-shadow: none; }
.btn-light { background: #fff; color: #1f2937; border: 1px solid var(--ocp-line); box-shadow: none; }
.btn-blue { background: var(--ocp-blue); }

.ocp-community-page { padding: 18px 0 42px; }
.ocp-community-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--ocp-muted); font-size: var(--ocp-font-sm); margin-bottom: 12px; }
.ocp-community-breadcrumb a { color: var(--ocp-green); font-weight: var(--ocp-weight-semibold); }
.ocp-community-hero { display: flex; justify-content: space-between; gap: 20px; align-items: center; background: #fff; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 20px 22px; box-shadow: var(--ocp-shadow); margin-bottom: 12px; }
.ocp-community-kicker { margin: 0 0 4px; color: var(--ocp-green); font-weight: var(--ocp-weight-bold); text-transform: uppercase; font-size: var(--ocp-font-xs); }
.ocp-community-hero h1, .ocp-community-create-heading h1, .ocp-community-detail h1 { margin: 0; font-size: 28px; line-height: var(--ocp-line-tight); }
.ocp-community-hero p, .ocp-community-create-heading p { margin: 6px 0 0; color: var(--ocp-muted); max-width: 760px; font-size: var(--ocp-font-md); line-height: 1.5; }
.ocp-community-filter { display: grid; gap: 10px; background: #fff; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 12px; margin-bottom: 12px; }
.ocp-community-filter-primary { display: flex; align-items: center; gap: 10px; min-width: 0; }
.ocp-community-filter-primary input { flex: 1 1 320px; min-width: 260px; }
.ocp-community-filter-primary .btn { flex: 0 0 auto; min-height: 42px; padding: 10px 16px; font-size: var(--ocp-font-md); }
.ocp-community-filter-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(154px, 1fr)); gap: 10px; }
.ocp-community-filter input, .ocp-community-filter select, .ocp-community-form input, .ocp-community-form select, .ocp-community-form textarea, .ocp-community-comment-form textarea, .ocp-community-reply-form textarea { width: 100%; min-height: 42px; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 9px 11px; background: #fff; color: var(--ocp-text); font-size: var(--ocp-font-md); }
.ocp-community-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.ocp-community-tabs a { border: 1px solid var(--ocp-line); background: #fff; border-radius: 999px; padding: 7px 12px; font-size: var(--ocp-font-md); font-weight: var(--ocp-weight-semibold); color: #334155; }
.ocp-community-tabs a.active { background: var(--ocp-green); border-color: var(--ocp-green); color: #fff; }
.ocp-community-layout { display: grid; grid-template-columns: minmax(0, 1fr) 284px; gap: 16px; align-items: start; }
.ocp-community-list { display: grid; gap: 14px; min-width: 0; }
.ocp-community-topic-card { display: grid; grid-template-columns: minmax(0, 1fr) 156px; gap: 14px; align-items: start; background: #fff; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 16px; box-shadow: 0 8px 18px rgba(15, 23, 42, .05); }
.ocp-community-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.ocp-community-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 8px; background: #eaf3ff; color: #1457bd; font-size: var(--ocp-font-xs); font-weight: var(--ocp-weight-semibold); }
.ocp-community-badge.pin { background: #fff7e6; color: #9a5b00; }
.ocp-community-badge.lock { background: #ffe8e5; color: var(--ocp-red); }
.ocp-community-badge.store-reply { background: #eef8f0; color: var(--ocp-green); }
.ocp-community-badge.hot { background: #fff1f2; color: #be123c; }
.ocp-community-badge.review { background: #ecfeff; color: #0e7490; }
.ocp-community-official-reply,
.ocp-community-official-badge { background: #e0f2fe; color: #075985; overflow-wrap: anywhere; }
.ocp-community-topic-card h2 { margin: 0; font-size: 18px; font-weight: var(--ocp-weight-semibold); line-height: 1.3; }
.ocp-community-topic-card h2 a:hover { color: var(--ocp-green); }
.ocp-community-topic-card p { color: #475569; margin: 6px 0; font-size: var(--ocp-font-md); line-height: 1.5; white-space: pre-wrap; }
.ocp-community-related { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0; }
.ocp-community-related a, .ocp-community-related span { border: 1px solid var(--ocp-line); border-radius: 999px; padding: 4px 8px; font-size: var(--ocp-font-xs); color: #334155; background: #f8fafc; }
.ocp-community-card-main > small { color: var(--ocp-muted); font-size: 13px; }
.ocp-community-card-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; align-content: start; }
.ocp-community-card-stats span { display: grid; grid-template-columns: 14px minmax(0, 1fr); grid-template-rows: auto auto; gap: 1px 5px; align-items: center; min-height: 54px; background: #f8fafc; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 7px; color: var(--ocp-muted); font-size: var(--ocp-font-xs); }
.ocp-community-card-stats .ocp-icon { grid-row: 1 / span 2; align-self: start; margin-top: 2px; }
.ocp-community-card-stats b { color: var(--ocp-text); font-size: 16px; line-height: 1.1; }
.ocp-community-card-stats small { font-size: var(--ocp-font-xs); line-height: 1.2; }
.ocp-community-sidebar { display: grid; gap: 12px; }
.ocp-community-sidebar section, .ocp-community-empty, .ocp-community-login-cta, .ocp-community-locked { background: #fff; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 14px; }
.ocp-community-sidebar h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 8px; font-size: 16px; }
.ocp-community-sidebar p, .ocp-community-empty { color: var(--ocp-muted); margin: 0; }
.ocp-community-empty { display: grid; justify-items: center; gap: 6px; text-align: center; }
.ocp-community-highlight-box { display: grid; gap: 8px; }
.ocp-community-highlight-link { display: grid; gap: 3px; padding: 9px; border: 1px solid var(--ocp-line); border-radius: 8px; background: #f8fafc; color: inherit; }
.ocp-community-highlight-link span { display: -webkit-box; overflow: hidden; color: var(--ocp-text); font-size: var(--ocp-font-md); font-weight: var(--ocp-weight-semibold); line-height: 1.35; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ocp-community-highlight-link small { display: inline-flex; align-items: center; gap: 5px; color: var(--ocp-muted); font-size: var(--ocp-font-xs); line-height: 1.35; }
.ocp-community-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.ocp-community-pagination a { min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid var(--ocp-line); background: #fff; font-weight: var(--ocp-weight-semibold); }
.ocp-community-pagination a.active { background: var(--ocp-green); color: #fff; border-color: var(--ocp-green); }
.ocp-community-create-shell, .ocp-community-detail, .ocp-community-comments { background: #fff; border: 1px solid var(--ocp-line); border-radius: 8px; padding: 22px; box-shadow: var(--ocp-shadow); }
.ocp-community-create-shell { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; align-items: start; }
.ocp-community-form { display: grid; gap: 14px; }
.ocp-community-form label { display: grid; gap: 6px; font-weight: var(--ocp-weight-semibold); }
.ocp-community-form label > span:first-child { color: #334155; }
.ocp-community-form textarea, .ocp-community-content, .ocp-community-comment p { white-space: pre-wrap; }
.ocp-community-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ocp-community-form-actions { display: flex; justify-content: flex-end; gap: 10px; }
.ocp-community-detail { margin-bottom: 18px; }
.ocp-community-detail-head { border-bottom: 1px solid var(--ocp-line); padding-bottom: 16px; margin-bottom: 16px; }
.ocp-community-meta { color: var(--ocp-muted); margin: 10px 0 0; }
.ocp-community-content { font-size: var(--ocp-font-base); line-height: var(--ocp-line-relaxed); color: #253044; }
.ocp-community-section-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.ocp-community-section-title h2 { margin: 0; font-size: var(--ocp-font-xl); }
.ocp-community-section-title span { color: var(--ocp-muted); font-size: var(--ocp-font-sm); }
.ocp-community-comment-form { display: grid; gap: 10px; margin-bottom: 16px; }
.ocp-community-login-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.ocp-community-locked { color: var(--ocp-red); margin-bottom: 16px; }
.ocp-community-comment { border-top: 1px solid var(--ocp-line); padding: 16px 0 0; margin-top: 16px; }
.ocp-community-comment.reply { margin-left: 28px; padding: 14px; border: 1px solid var(--ocp-line); border-radius: 8px; background: #f8fafc; }
.ocp-community-comment small { display: block; color: var(--ocp-muted); margin-top: 4px; }
.ocp-community-reply-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 10px; align-items: end; }

@media (max-width: 1024px) {
  .ocp-community-filter-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-community-layout { grid-template-columns: 1fr; }
  .ocp-community-create-shell { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ocp-community-page { padding-top: 16px; }
  .ocp-community-hero { align-items: stretch; flex-direction: column; padding: 18px; }
  .ocp-community-filter-primary { align-items: stretch; flex-direction: column; }
  .ocp-community-filter-primary input { flex: 0 0 auto; min-width: 0; }
  .ocp-community-filter-primary .btn { width: 100%; }
  .ocp-community-filter-options, .ocp-community-form-grid, .ocp-community-topic-card { grid-template-columns: 1fr; }
  .ocp-community-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .ocp-community-tabs a { flex: 0 0 auto; }
  .ocp-community-card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-community-login-cta, .ocp-community-section-title { align-items: flex-start; flex-direction: column; }
  .ocp-community-reply-form { grid-template-columns: 1fr; }
  .ocp-community-comment.reply { margin-left: 12px; }
  .ocp-community-hero h1, .ocp-community-create-heading h1, .ocp-community-detail h1 { font-size: 23px; }
}

.public-header { background: #fff; border-bottom: 1px solid var(--ocp-line); position: sticky; top: 0; z-index: 20; }
.mobile-menu-toggle, .mobile-topbar, .mobile-backdrop, .mobile-drawer { display: none; }
.header-shell { padding: 10px 0; }
.header-top-row { display: flex; align-items: center; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ocp-green); font-size: 21px; min-width: 210px; }
.brand small { display: block; color: #263342; font-weight: 600; font-size: 12px; margin-top: -2px; }
.brand-logo-img { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.logo { width: 42px; height: 42px; border-radius: 50%; background: conic-gradient(#55c4f0, #0aa24b, #f8d24a, #50b6ff, #55c4f0); position: relative; }
.logo:after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: white; }
.top-search { height: 44px; flex: 1; display: flex; gap: 10px; align-items: center; }
.top-search select, .top-search input { height: 44px; border: 1px solid var(--ocp-line); border-radius: 10px; background: #fff; padding: 0 14px; min-width: 150px; }
.top-search input { flex: 1; }
.account-actions { display: flex; align-items: center; gap: 8px; }
.account-menu { position: relative; }
.account-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--ocp-line); border-radius: 10px; padding: 10px 14px; font-weight: 700; color: var(--ocp-green); background: #fff; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-menu summary::-webkit-details-marker { display: none; }
.account-dropdown { position: absolute; right: 0; top: calc(100% + 8px); width: 240px; background: #fff; border: 1px solid var(--ocp-line); border-radius: 12px; box-shadow: var(--ocp-shadow); padding: 8px; z-index: 30; }
.account-dropdown a { display: block; padding: 10px 12px; border-radius: 8px; font-weight: 650; color: #1f2937; }
.account-dropdown a:hover { background: #eef7ff; color: #0c4eb5; }
.ocp-account-menu .ocp-account-menu-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

/* Chốt typography compact ở cuối stylesheet để không bị các block responsive chung ghi đè. */
.ocp-store-detail-page {
  font-size: 14px;
  line-height: 1.5;
}

.ocp-store-detail-page .ocp-store-detail-title {
  font-size: clamp(32px, 2.6vw, 34px);
  line-height: 1.15;
}

.ocp-store-detail-page .store-hero-meta,
.ocp-store-detail-page .tag-row,
.ocp-store-detail-page .store-address-line,
.ocp-store-detail-page .store-public-status {
  font-size: 13px;
}

.ocp-store-detail-page .store-hero-actions {
  gap: 8px;
  margin: 16px 0 14px;
}

.ocp-store-detail-page .store-hero-actions .btn,
.ocp-store-detail-page .store-hero-actions .inline-form .btn,
.ocp-store-detail-page .side-ad .btn {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .tabs {
  gap: 5px;
  margin: 14px 0;
  padding: 6px;
}

.ocp-store-detail-page .tabs a {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .detail-content,
.ocp-store-detail-page .review-card,
.ocp-store-detail-page .side-ad,
.ocp-store-detail-page .right-widget {
  font-size: 14px;
}

.ocp-store-detail-page .detail-content h2,
.ocp-store-detail-page .widget-title h2 {
  font-size: 20px;
  line-height: 1.25;
}

.ocp-store-detail-page .service-card {
  padding: 12px;
}

.ocp-store-detail-page .service-card h3 {
  font-size: 16px;
  line-height: 1.3;
}

.ocp-store-detail-page .service-card p,
.ocp-store-detail-page .price-table td,
.ocp-store-detail-page .side-ad p {
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-detail-page .price-table th {
  font-size: 12px;
}

.ocp-store-detail-page .price-table td {
  padding: 9px 10px;
}

.ocp-store-detail-page .pill,
.ocp-store-detail-page .bookmark {
  font-size: 12px;
}

@media (max-width: 720px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 30px;
  }
}

/* Service Tags Phase 2: shared public tag links. */
.ocp-service-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    min-width: 0;
}

.ocp-service-tag,
.ocp-service-tags-more {
    border: 1px solid #dbe7e1;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.3;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 3px 8px;
}

.ocp-service-tag {
    background: #f5faf7;
    color: #176b41;
    text-decoration: none;
}

.ocp-service-tag:hover {
    background: #e9f6ee;
    border-color: #9ccfb0;
    color: #075f35;
}

.ocp-service-tag:focus-visible {
    outline: 3px solid rgba(20, 127, 73, .35);
    outline-offset: 2px;
}

.ocp-filter-panel select:focus-visible,
.ocp-category-filter select:focus-visible {
    outline: 3px solid rgba(20, 127, 73, .3);
    outline-offset: 2px;
}

.ocp-service-tags-more {
    background: #f7f9fb;
    color: #526274;
}

.ocp-store-result-card .ocp-service-tags,
.ocp-category-store-list .ocp-service-tags {
    margin-top: 8px;
}

.ocp-store-hero-tags,
.ocp-service-detail-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 14px;
    min-width: 0;
}

@media (max-width: 575.98px) {
    .ocp-service-tags {
        gap: 5px;
    }

    .ocp-service-tag,
    .ocp-service-tags-more {
        font-size: 12px;
        padding: 3px 7px;
    }
}

.ocp-store-map-link {
    color: inherit;
    text-decoration: none;
}

.ocp-store-map-link:hover,
.ocp-store-map-link:focus-visible {
    color: #087c42;
    text-decoration: underline;
}

.ocp-zalo-group-qr {
    align-items: center;
    background: #fff;
    border: 1px solid #dce7e1;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    margin-top: 16px;
    padding: 14px;
}

.ocp-zalo-group-qr img {
    background: #fff;
    flex: 0 0 164px;
    height: 164px;
    width: 164px;
}

.ocp-zalo-group-qr div {
    display: grid;
    gap: 7px;
}

.ocp-zalo-group-qr a {
    color: #087c42;
    font-weight: 700;
    text-decoration: none;
}

.ocp-zalo-group-qr a:hover,
.ocp-zalo-group-qr a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .ocp-zalo-group-qr {
        align-items: flex-start;
        flex-direction: column;
    }

    .ocp-zalo-group-qr img {
        height: 160px;
        width: 160px;
    }
}

.ocp-profile-form {
  display: grid;
  gap: 18px;
}

.ocp-profile-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ocp-profile-location-grid .field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ocp-profile-location-grid .field.full {
  grid-column: 1 / -1;
}

.ocp-profile-location-grid select,
.ocp-profile-location-grid input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
}

.ocp-profile-location-grid select:disabled {
  background: #f1f5f9;
  color: #94a3b8;
}

@media (max-width: 680px) {
  .ocp-profile-location-grid {
    grid-template-columns: 1fr;
  }

  .ocp-profile-location-grid .field.full {
    grid-column: auto;
  }
}

/* Override cuối stylesheet: giữ ưu tiên mobile của trang chi tiết dịch vụ. */
@media (max-width: 991.98px) {
  .ocp-service-detail-hero {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
  }

  .ocp-service-detail-media { order: -2; min-width: 0; }

  .ocp-service-detail-media .ocp-service-detail-main-image {
    aspect-ratio: 16 / 9;
    max-height: min(55vh, 460px);
    object-fit: cover;
  }

  .ocp-service-detail-thumbs {
    margin-right: -2px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .ocp-service-detail-thumbs a { flex-basis: 92px; }
  .ocp-service-detail-thumbs img { height: 68px; width: 92px; }
  .ocp-service-detail-qr { display: none; }
  .ocp-service-detail-summary .ocp-service-detail-title { font-size: clamp(25px, 7vw, 29px); line-height: 1.16; }
  .ocp-service-detail-kicker { font-size: 14px; margin-bottom: 7px; }
  .ocp-service-detail-price { font-size: 13px; margin-top: 12px; }
  .ocp-service-detail-price b { font-size: 19px; }

  .ocp-service-detail-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15px;
  }

  .ocp-service-detail-actions .btn { justify-content: center; margin: 0; min-height: 46px; min-width: 0; padding: 9px 10px; }
  .ocp-service-detail-actions .inline-form { display: contents; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-call { grid-column: 1; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-primary { grid-column: 2; }
  .ocp-service-detail-actions.no-phone .ocp-service-detail-primary { grid-column: 1 / -1; }
  .ocp-service-detail-store-action { grid-column: 1; }
  .ocp-service-detail-favorite-action .btn { grid-column: 2; width: 100%; }

  .ocp-service-detail-layout { grid-template-columns: 1fr; margin-top: 16px; }
  .ocp-service-detail-sidebar { grid-template-columns: 1fr; }
  .ocp-service-detail-contact { order: 2; }
  .ocp-service-detail-related { order: 1; }
  .ocp-service-detail-panel { padding: 15px; }
  .ocp-service-detail-panel h2, .ocp-service-detail-contact h2, .ocp-service-detail-related h2 { font-size: 19px; }
  .ocp-service-detail-panel .ocp-rich-content { font-size: 15px; line-height: 1.7; }
  .ocp-service-detail-panel .ocp-rich-content table { font-size: 14px; }
  .ocp-service-detail-info dl > div { grid-template-columns: 90px minmax(0, 1fr); }
  .ocp-related-service-item h3 { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  body:has(.ocp-service-detail-page) .social-fixed-left,
  body:has(.ocp-service-detail-page) .floating-open-btn { display: none; }
}

@media (max-width: 430px) {
  .ocp-service-detail-page .breadcrumb { font-size: 12px; gap: 4px; }
  .ocp-service-detail-hero, .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { border-radius: 12px; }
  .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { padding: 13px; }
  .ocp-service-detail-actions .btn { font-size: 13px; padding-left: 7px; padding-right: 7px; }
}

/* Grid responsive cho tối đa ba bài viết mới trên trang chủ Public. */
.ocp-home-latest-news-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.ocp-home-latest-news-grid .post-card {
  align-content: start;
  height: 100%;
  min-width: 0;
}

.ocp-home-latest-news-grid .post-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ocp-home-latest-news-grid .post-card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ocp-home-latest-news-grid .post-card:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(7, 131, 58, .3);
  outline-offset: 3px;
}

@media (min-width: 1600px) {
  .ocp-home-latest-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .ocp-home-latest-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ocp-home-latest-news-grid {
    grid-template-columns: 1fr;
  }
}

/* Action desktop hiển thị ngoài popover và dùng chung form GET hiện tại. */
@media (min-width: 992px) {
  .ocp-listing-filter-bar .ocp-listing-filter-actions {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    margin: 0;
  }

  .ocp-listing-filter-bar .ocp-listing-filter-apply,
  .ocp-listing-filter-bar .ocp-listing-filter-reset {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    padding: 0 12px;
    white-space: nowrap;
    width: auto;
  }

  .ocp-listing-filter-bar .ocp-listing-filter-apply .ocp-icon,
  .ocp-listing-filter-bar .ocp-listing-filter-reset .ocp-icon {
    flex: 0 0 15px;
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 991.98px) {
  .ocp-listing-filter-actions {
    display: none;
  }
}

/* QR nhóm Zalo chỉ xuất hiện trong thứ tự CTA của hero mobile. */
.ocp-store-detail-page .ocp-store-mobile-zalo-qr {
  display: none;
}

@media (max-width: 991.98px) {
  .ocp-store-detail-page .ocp-store-mobile-zalo-qr {
    align-items: center;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(84px, 96px) minmax(0, 1fr);
    margin: 12px 0 14px;
    padding: 12px;
    width: 100%;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr.link-only {
    grid-template-columns: minmax(0, 1fr);
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr img {
    aspect-ratio: 1;
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    max-width: 96px;
    object-fit: contain;
    padding: 5px;
    width: 100%;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content strong {
    color: #14532d;
    font-size: 14px;
    line-height: 1.3;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content span {
    color: #475569;
    font-size: 13px;
    line-height: 1.4;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content a {
    align-items: center;
    color: #087c42;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    min-height: 40px;
    overflow-wrap: anywhere;
    text-decoration: none;
    width: fit-content;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content a:hover,
  .ocp-store-detail-page .ocp-store-mobile-zalo-qr-content a:focus-visible {
    text-decoration: underline;
  }
}

/* Listing results and promotional cards use independent main/rail grid items. */
.ocp-listing-content-grid,
.ocp-listing-main-column,
.ocp-listing-right-rail {
  min-width: 0;
}

@media (min-width: 992px) {
  body .ocp-category-layout,
  body .ocp-store-search-layout {
    display: block;
  }

  .ocp-listing-content-grid {
    margin-top: 8px;
  }

  body .ocp-listing-filter-bar {
    margin-bottom: 20px;
  }

  .ocp-listing-right-rail.ocp-discovery-sidebar {
    align-self: start;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (min-width: 1200px) {
  .ocp-listing-content-grid {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .ocp-listing-main-column,
  .ocp-listing-right-rail {
    align-self: start;
  }

  .ocp-listing-right-rail.ocp-discovery-sidebar {
    display: grid;
    gap: 16px;
  }
}

@media (max-width: 1199.98px) {
  .ocp-listing-content-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Public desktop containers: fluid with safe gutters, capped only on ultrawide screens. */
:root {
  --ocp-public-gutter: 20px;
  --ocp-public-max-width: none;
}

@media (min-width: 1200px) {
  .ocp-layout-body .container.ocp-public-shell,
  .ocp-footer-shell.ocp-public-shell,
  .ocp-pricing-page {
    width: calc(100% - (var(--ocp-public-gutter) * 2));
    max-width: var(--ocp-public-max-width);
    margin-inline: auto;
  }
}

@media (min-width: 1600px) {
  :root {
    --ocp-public-gutter: 24px;
    --ocp-public-max-width: 1800px;
  }
}

/* Final mobile contact override: legacy fixed social channels are desktop-only. */
@media (max-width: 991.98px) {
  body .social-fixed-left,
  body .floating-open-btn { display: none; }

  body .ocp-floating-contact { display: block; }
}

/* Desktop listing: cùng form GET được hiển thị thành thanh filter ngang, không còn sidebar trái. */
@media (min-width: 992px) {
  body .ocp-category-layout, body .ocp-store-search-layout { grid-template-columns: minmax(0, 1fr) minmax(278px, 306px); align-items: start; }
  body .ocp-category-layout > .ocp-category-filter, body .ocp-store-search-layout > .ocp-filter-panel, body .ocp-category-layout > .ocp-category-results, body .ocp-store-search-layout > .ocp-store-search-results { grid-column: 1; }
  body .ocp-category-layout > .ocp-discovery-sidebar, body .ocp-store-search-layout > .ocp-discovery-sidebar { grid-column: 2; grid-row: 1 / span 2; }
  body .ocp-category-filter[data-ocp-desktop-filter], body .ocp-filter-panel[data-ocp-desktop-filter] { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .ocp-listing-filter-bar { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; padding: 10px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; box-shadow: 0 4px 12px rgba(15, 23, 42, .04); }
  .ocp-filter-dropdown { position: relative; }
  .ocp-filter-trigger, .ocp-listing-filter-sort { min-height: 40px; border: 1px solid #d7e0ea; border-radius: 9px; background: #fff; color: #243247; font: inherit; font-size: 14px; font-weight: 600; }
  .ocp-filter-trigger { display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; cursor: pointer; }
  .ocp-listing-filter-icon { width: 16px; height: 16px; flex: 0 0 16px; color: currentColor; }
  .ocp-listing-filter-chevron { width: 14px; height: 14px; flex: 0 0 14px; margin-left: -3px; color: currentColor; transition: transform .18s ease; }
  .ocp-filter-dropdown.is-open .ocp-filter-trigger { border-color: #82bd99; color: #076a39; background: #f2faf4; }
  .ocp-filter-dropdown.is-open .ocp-listing-filter-chevron { transform: rotate(180deg); }
  .ocp-filter-dropdown-panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 75; display: none; width: min(330px, calc(100vw - 72px)); max-height: min(480px, calc(100vh - 180px)); overflow: auto; padding: 14px; border: 1px solid #dbe5ee; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(15, 23, 42, .18); }
  .ocp-filter-dropdown.is-open .ocp-filter-dropdown-panel { display: block; }
  .ocp-filter-dropdown-panel .filter-field, .ocp-filter-dropdown-panel .filter-section { margin: 0 0 12px; }
  .ocp-filter-dropdown-panel .filter-section:last-child, .ocp-filter-dropdown-panel .filter-field:last-child { margin-bottom: 0; }
  .ocp-filter-dropdown-panel .ocp-filter-actions { margin: 0; }
  .ocp-filter-dropdown-panel--all { width: min(380px, calc(100vw - 72px)); }
  .ocp-desktop-filter-heading { margin: 0 0 12px; font-size: 17px; }
  .ocp-listing-filter-bar .ocp-listing-filter-sort {
    width: min(220px, 100%);
    min-width: 180px;
    max-width: 220px;
    height: 40px;
    min-height: 40px;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    margin: 0 0 0 auto;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
  }
  .ocp-listing-filter-sort > span { display: none; }
  .ocp-listing-filter-bar .ocp-listing-filter-sort > .ocp-listing-filter-icon,
  .ocp-listing-filter-bar .ocp-listing-filter-sort > .ocp-listing-filter-chevron { flex: 0 0 auto; }
  .ocp-listing-filter-bar .ocp-listing-filter-sort select { width: auto; min-width: 0; min-height: 0; height: auto; flex: 1 1 auto; margin: 0; padding: 0 4px 0 0; border: 0; outline: 0; appearance: none; background: transparent; font: inherit; font-weight: 600; }
  .ocp-listing-filter-sort .ocp-listing-filter-chevron { margin-left: 0; pointer-events: none; }
  .ocp-filter-trigger:focus-visible, .ocp-listing-filter-sort:focus-visible { outline: 3px solid rgba(7, 131, 58, .3); outline-offset: 2px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .ocp-category-layout, body .ocp-store-search-layout { grid-template-columns: minmax(0, 1fr); }
  body .ocp-category-layout > .ocp-discovery-sidebar, body .ocp-store-search-layout > .ocp-discovery-sidebar { grid-column: 1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .ocp-listing-filter-chevron { transition: none; }
}

/* Override cuối stylesheet cho community mobile. */
@media (max-width: 991.98px) {
  .ocp-community-page { padding-bottom: 30px; padding-top: 12px; }
  .ocp-community-breadcrumb { flex-wrap: nowrap; min-width: 0; overflow: hidden; white-space: nowrap; }
  .ocp-community-breadcrumb > :last-child { overflow: hidden; text-overflow: ellipsis; }
  .ocp-community-hero { align-items: flex-start; gap: 12px; padding: 16px; }
  .ocp-community-hero h1 { font-size: 26px; }
  .ocp-community-hero p { font-size: 14px; line-height: 1.5; }
  .ocp-community-hero .btn { min-height: 44px; padding: 9px 13px; }
  .ocp-community-tabs { flex-wrap: nowrap; margin-bottom: 12px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; }
  .ocp-community-tabs a { flex: 0 0 auto; }
  .ocp-community-filter { gap: 9px; padding: 10px; }
  .ocp-community-filter-primary { display: block; }
  .ocp-community-filter-primary input { min-height: 44px; min-width: 0; width: 100%; }
  .ocp-community-filter-toolbar { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr); }
  .ocp-community-filter-toolbar > select { min-width: 0; width: 100%; }
  .ocp-community-filter-submit { min-height: 42px; padding: 8px 11px; }
  .ocp-community-filter-advanced { display: block; }
  .ocp-community-filter-advanced > summary { align-items: center; border: 1px solid #087c42; border-radius: 8px; color: #087c42; display: flex; font-size: 14px; font-weight: 700; gap: 6px; justify-content: center; min-height: 42px; padding: 8px 10px; }
  .ocp-community-filter-advanced[open] > summary { background: #eef8f0; }
  .ocp-community-filter-options { grid-template-columns: 1fr; margin-top: 9px; }
  .ocp-community-filter-advanced:not([open]) .ocp-community-filter-options { display: none; }
  .ocp-community-layout { grid-template-columns: 1fr; }
  .ocp-community-topic-card { gap: 12px; grid-template-columns: 1fr; padding: 15px; }
  .ocp-community-card-tags { gap: 5px; margin-bottom: 7px; }
  .ocp-community-badge { font-size: 11px; padding: 4px 7px; }
  .ocp-community-topic-card h2 { font-size: 18px; }
  .ocp-community-topic-card h2 a { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  .ocp-community-topic-card p { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  .ocp-community-related { margin: 7px 0; }
  .ocp-community-card-main > small { display: block; line-height: 1.45; }
  .ocp-community-card-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ocp-community-card-stats span { min-height: 0; padding: 6px; }
  .ocp-community-card-stats small { display: none; }
  .ocp-community-sidebar { gap: 10px; }
  .ocp-community-highlight-box { gap: 6px; padding: 13px; }
  .ocp-community-highlight-box .ocp-community-highlight-link:nth-of-type(n + 6) { display: none; }
  .ocp-community-page .ocp-community-detail, .ocp-community-page .ocp-community-comments { border-radius: 12px; max-width: none; padding: 15px; }
  .ocp-community-page .ocp-community-detail h1 { font-size: clamp(24px, 7vw, 28px); line-height: 1.2; }
  .ocp-community-page .ocp-community-meta { font-size: 13px; gap: 6px 10px; }
  .ocp-community-page .ocp-community-content { font-size: 15px; line-height: 1.7; }
  .ocp-community-section-title h2 { font-size: 20px; }
  .ocp-community-comment { margin-top: 14px; padding-top: 14px; }
  .ocp-community-comment.reply { background: transparent; border: 0; border-left: 2px solid #cbd5e1; border-radius: 0; margin-left: 14px; padding: 0 0 0 12px; }
  .ocp-community-comment p { font-size: 15px; line-height: 1.6; }
  .ocp-community-reactions { gap: 6px; }
  .ocp-community-reaction-button { min-height: 34px; }
  .ocp-community-comment-form textarea { min-height: 120px; }
  .ocp-community-comment-form .btn { min-height: 44px; }
  .ocp-community-create-shell { padding: 15px; }
  .ocp-community-form textarea { min-height: 132px; }
}

@media (max-width: 430px) {
  .ocp-community-hero { padding: 14px; }
  .ocp-community-hero .btn { width: 100%; }
  .ocp-community-filter-toolbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ocp-community-filter-submit { display: none; }
  .ocp-community-card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-community-card-stats small { display: block; }
  .ocp-community-reply-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ocp-community-reply-actions .btn, .ocp-community-form-actions .btn { justify-content: center; }
  .ocp-community-form-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Đợt 5: thu gọn luồng đọc và thao tác cộng đồng trên màn hình nhỏ. */
.ocp-community-filter-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.ocp-community-filter-toolbar > select { flex: 0 1 220px; min-width: 150px; }
.ocp-community-filter-advanced { flex: 1 1 auto; min-width: 0; }
.ocp-community-filter-advanced > summary { display: none; }
.ocp-community-filter-advanced > summary::-webkit-details-marker { display: none; }
.ocp-community-filter-count { align-items: center; background: #087c42; border-radius: 999px; color: #fff; display: inline-flex; font-size: 11px; height: 18px; justify-content: center; min-width: 18px; }

.ocp-community-page .ocp-community-detail,
.ocp-community-page .ocp-community-comments { margin-left: auto; margin-right: auto; max-width: 920px; }

.ocp-community-detail .ocp-community-content :is(img, video) { display: block; height: auto; max-width: 100%; }
.ocp-community-detail .ocp-community-content :is(table, pre) { display: block; max-width: 100%; overflow-x: auto; }
.ocp-community-detail .ocp-community-content pre { padding: 12px; white-space: pre; }
.ocp-community-detail .ocp-community-content blockquote { border-left: 3px solid #94a3b8; margin: 1em 0; padding-left: 12px; }
.ocp-community-detail .ocp-community-content a { overflow-wrap: anywhere; }

.ocp-community-reply-panel { margin-top: 10px; }
.ocp-community-reply-panel > summary { cursor: pointer; display: inline-flex; list-style: none; }
.ocp-community-reply-panel > summary::-webkit-details-marker { display: none; }
.ocp-community-reply-form { margin-top: 9px; }
.ocp-community-reply-actions { display: flex; gap: 8px; justify-content: flex-end; }

/* Đợt 6: cụm liên hệ và footer public chỉ thay đổi trong scope OCP. */
.ocp-floating-contact,
.ocp-contact-sheet,
.ocp-contact-sheet-backdrop { display: none; }

.ocp-footer .ocp-footer-mobile-accordion > summary { cursor: default; list-style: none; }
.ocp-footer .ocp-footer-mobile-accordion > summary::-webkit-details-marker { display: none; }

@media (min-width: 768px) {
  .ocp-footer .ocp-footer-mobile-accordion > summary { color: inherit; cursor: default; display: block; font-size: inherit; font-weight: 700; margin-bottom: 14px; pointer-events: none; }
}

@media (max-width: 991.98px) {
  .social-fixed-left,
  .floating-open-btn { display: none; }

  .ocp-floating-contact { display: block; }
  .ocp-floating-contact__trigger {
    align-items: center;
    background: #087c42;
    border: 0;
    border-radius: 999px;
    bottom: max(16px, calc(env(safe-area-inset-bottom) + 12px));
    box-shadow: 0 12px 28px rgba(15, 23, 42, .24);
    color: #fff;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    gap: 7px;
    min-height: 46px;
    padding: 10px 16px;
    position: fixed;
    right: max(14px, calc(env(safe-area-inset-right) + 10px));
    z-index: 70;
  }

  .ocp-contact-sheet-backdrop[hidden] { display: none; }
  .ocp-contact-sheet-backdrop {
    background: rgba(15, 23, 42, .38);
    display: block;
    inset: 0;
    position: fixed;
    z-index: 71;
  }

  .ocp-contact-sheet {
    background: #fff;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -16px 40px rgba(15, 23, 42, .22);
    display: grid;
    gap: 14px;
    left: 0;
    max-height: min(70vh, 460px);
    overflow: auto;
    padding: 18px 16px max(18px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translateY(110%);
    transition: transform .2s ease;
    z-index: 72;
  }

  .ocp-contact-sheet[aria-hidden="false"] { transform: translateY(0); }
  .ocp-contact-sheet__head { align-items: center; display: flex; justify-content: space-between; gap: 12px; }
  .ocp-contact-sheet__head h2 { color: #0f172a; font-size: 19px; margin: 0; }
  .ocp-contact-sheet__close { align-items: center; background: #f1f5f9; border: 0; border-radius: 50%; display: inline-flex; height: 40px; justify-content: center; width: 40px; }
  .ocp-contact-sheet__actions { display: grid; gap: 8px; }
  .ocp-contact-sheet__actions a { align-items: center; border: 1px solid #dbe5ef; border-radius: 10px; color: #12352a; display: flex; font-weight: 700; gap: 10px; min-height: 46px; padding: 10px 12px; text-decoration: none; }
  .ocp-contact-sheet__actions a:hover,
  .ocp-contact-sheet__actions a:focus-visible { background: #eef8f0; border-color: #087c42; }
  body.ocp-contact-sheet-open { overflow: hidden; }

  body:has(.ocp-store-detail-page) .ocp-floating-contact,
  body:has(.ocp-service-detail-page) .ocp-floating-contact { display: none; }
}

@media (max-width: 767.98px) {
  .ocp-footer .ocp-footer-main { display: grid; gap: 8px; }
  .ocp-footer .ocp-footer-brand { padding-bottom: 10px; }
  .ocp-footer .ocp-footer-desc { font-size: 13px; line-height: 1.5; }
  .ocp-footer .ocp-footer-social-block { margin-top: 12px; }
  .ocp-footer .ocp-footer-mobile-accordion { border-bottom: 1px solid rgba(203, 213, 225, .36); padding: 0; }
  .ocp-footer .ocp-footer-mobile-accordion > summary { align-items: center; color: #fff; cursor: pointer; display: flex; font-size: 15px; font-weight: 750; justify-content: space-between; min-height: 48px; }
  .ocp-footer .ocp-footer-mobile-accordion > summary::after { content: "+"; font-size: 20px; font-weight: 400; }
  .ocp-footer .ocp-footer-mobile-accordion[open] > summary::after { content: "−"; }
  .ocp-footer .ocp-footer-mobile-accordion .ocp-footer-links,
  .ocp-footer .ocp-footer-mobile-accordion .ocp-footer-contact-list,
  .ocp-footer .ocp-footer-mobile-accordion .ocp-footer-newsletter-card { margin-bottom: 14px; }
  .ocp-footer .ocp-footer-highlights { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-footer .ocp-footer-highlight-card { min-height: 0; padding: 10px; }
  .ocp-footer .ocp-footer-highlight-card p { display: none; }
  .ocp-footer .ocp-footer-highlight-card h4 { font-size: 12px; line-height: 1.3; }
  .ocp-footer .ocp-footer-newsletter-card { display: grid; grid-template-columns: 1fr; }
  .ocp-footer .ocp-footer-newsletter-card input,
  .ocp-footer .ocp-footer-newsletter-card button { min-width: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ocp-contact-sheet { transition: none; }
}

@media (max-width: 991.98px) {
  .ocp-community-page { padding-bottom: 30px; padding-top: 12px; }
  .ocp-community-breadcrumb { flex-wrap: nowrap; min-width: 0; overflow: hidden; white-space: nowrap; }
  .ocp-community-breadcrumb > :last-child { overflow: hidden; text-overflow: ellipsis; }
  .ocp-community-hero { align-items: flex-start; gap: 12px; padding: 16px; }
  .ocp-community-hero h1 { font-size: 26px; }
  .ocp-community-hero p { font-size: 14px; line-height: 1.5; }
  .ocp-community-hero .btn { min-height: 44px; padding: 9px 13px; }
  .ocp-community-tabs { flex-wrap: nowrap; margin-bottom: 12px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; }
  .ocp-community-tabs a { flex: 0 0 auto; }

  .ocp-community-filter { gap: 9px; padding: 10px; }
  .ocp-community-filter-primary { display: block; }
  .ocp-community-filter-primary input { min-height: 44px; min-width: 0; width: 100%; }
  .ocp-community-filter-toolbar { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr); }
  .ocp-community-filter-toolbar > select { min-width: 0; width: 100%; }
  .ocp-community-filter-submit { min-height: 42px; padding: 8px 11px; }
  .ocp-community-filter-advanced { display: block; }
  .ocp-community-filter-advanced > summary { align-items: center; border: 1px solid #087c42; border-radius: 8px; color: #087c42; display: flex; font-size: 14px; font-weight: 700; gap: 6px; justify-content: center; min-height: 42px; padding: 8px 10px; }
  .ocp-community-filter-advanced[open] > summary { background: #eef8f0; }
  .ocp-community-filter-options { grid-template-columns: 1fr; margin-top: 9px; }
  .ocp-community-filter-advanced:not([open]) .ocp-community-filter-options { display: none; }

  .ocp-community-layout { grid-template-columns: 1fr; }
  .ocp-community-topic-card { gap: 12px; grid-template-columns: 1fr; padding: 15px; }
  .ocp-community-card-tags { gap: 5px; margin-bottom: 7px; }
  .ocp-community-badge { font-size: 11px; padding: 4px 7px; }
  .ocp-community-topic-card h2 { font-size: 18px; }
  .ocp-community-topic-card h2 a { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  .ocp-community-topic-card p { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  .ocp-community-related { margin: 7px 0; }
  .ocp-community-card-main > small { display: block; line-height: 1.45; }
  .ocp-community-card-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ocp-community-card-stats span { min-height: 0; padding: 6px; }
  .ocp-community-card-stats small { display: none; }
  .ocp-community-sidebar { gap: 10px; }
  .ocp-community-highlight-box { gap: 6px; padding: 13px; }
  .ocp-community-highlight-box .ocp-community-highlight-link:nth-of-type(n + 6) { display: none; }

  .ocp-community-page .ocp-community-detail,
  .ocp-community-page .ocp-community-comments { border-radius: 12px; max-width: none; padding: 15px; }
  .ocp-community-page .ocp-community-detail h1 { font-size: clamp(24px, 7vw, 28px); line-height: 1.2; }
  .ocp-community-page .ocp-community-meta { font-size: 13px; gap: 6px 10px; }
  .ocp-community-page .ocp-community-content { font-size: 15px; line-height: 1.7; }
  .ocp-community-section-title h2 { font-size: 20px; }
  .ocp-community-comment { margin-top: 14px; padding-top: 14px; }
  .ocp-community-comment.reply { background: transparent; border: 0; border-left: 2px solid #cbd5e1; border-radius: 0; margin-left: 14px; padding: 0 0 0 12px; }
  .ocp-community-comment p { font-size: 15px; line-height: 1.6; }
  .ocp-community-reactions { gap: 6px; }
  .ocp-community-reaction-button { min-height: 34px; }
  .ocp-community-reply-actions { justify-content: flex-end; }
  .ocp-community-comment-form textarea { min-height: 120px; }
  .ocp-community-comment-form .btn { min-height: 44px; }
  .ocp-community-login-cta { padding: 14px; }
  .ocp-community-create-shell { padding: 15px; }
  .ocp-community-form textarea { min-height: 132px; }
}

@media (max-width: 430px) {
  .ocp-community-hero { padding: 14px; }
  .ocp-community-hero .btn { width: 100%; }
  .ocp-community-filter-toolbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ocp-community-filter-submit { display: none; }
  .ocp-community-card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-community-card-stats small { display: block; }
  .ocp-community-reply-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ocp-community-reply-actions .btn { justify-content: center; }
  .ocp-community-form-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ocp-community-form-actions .btn { justify-content: center; }
}

/* Đợt 4: ưu tiên ảnh, giá và hành động chuyển đổi trên trang chi tiết dịch vụ. */
.ocp-service-detail-kicker {
  align-items: center;
  color: #475569;
  display: inline-flex;
  gap: 6px;
  text-decoration: none;
}

.ocp-service-detail-kicker:hover,
.ocp-service-detail-kicker:focus-visible {
  color: #087c42;
  text-decoration: underline;
}

.ocp-service-detail-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  min-width: 0;
}

.ocp-service-detail-thumbs a {
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  display: block;
  flex: 0 0 70px;
  overflow: hidden;
}

.ocp-service-detail-thumbs img {
  display: block;
  height: 52px;
  object-fit: cover;
  width: 70px;
}

.ocp-service-detail-info dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.ocp-service-detail-info dl > div {
  align-items: baseline;
  border-bottom: 1px solid #eef2f7;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(92px, .38fr) minmax(0, 1fr);
  padding: 9px 0;
}

.ocp-service-detail-info dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.ocp-service-detail-info dt { color: #64748b; font-size: 13px; font-weight: 650; }
.ocp-service-detail-info dd { color: #1e293b; margin: 0; overflow-wrap: anywhere; }
.ocp-service-detail-info dd a { color: #087c42; font-weight: 700; }

.ocp-service-detail-panel .ocp-rich-content {
  font-size: 15px;
  line-height: 1.7;
}

.ocp-service-detail-panel .ocp-rich-content :is(h1, h2, h3, h4) {
  color: #0f172a;
  line-height: 1.3;
  margin: 1.45em 0 .65em;
}

.ocp-service-detail-panel .ocp-rich-content :is(p, ul, ol) { margin: 0 0 1em; }
.ocp-service-detail-panel .ocp-rich-content :is(ul, ol) { padding-left: 1.3em; }
.ocp-service-detail-panel .ocp-rich-content a { color: #087c42; font-weight: 700; text-decoration: underline; }
.ocp-service-detail-panel .ocp-rich-content video { display: block; height: auto; max-width: 100%; width: 100%; }
.ocp-service-detail-panel .ocp-rich-content table { display: block; max-width: 100%; overflow-x: auto; width: max-content; }

.ocp-related-service-item {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 84px minmax(0, 1fr);
  padding: 12px 0;
}

.ocp-related-service-item > img {
  aspect-ratio: 1 / 1;
  border-radius: 9px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 84px;
}

.ocp-related-service-item__content { min-width: 0; }
.ocp-related-service-item h3 { font-size: 14px; line-height: 1.35; margin: 0; overflow-wrap: anywhere; }
.ocp-related-service-item p { color: #0f4ca5; font-size: 13px; font-weight: 750; margin: 5px 0 8px; overflow-wrap: anywhere; }

@media (max-width: 991.98px) {
  .ocp-service-detail-page { padding-bottom: 28px; }

  .ocp-service-detail-page .breadcrumb {
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .ocp-service-detail-page .breadcrumb > :last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ocp-service-detail-hero {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
  }

  .ocp-service-detail-media { order: -2; min-width: 0; }

  .ocp-service-detail-media .ocp-service-detail-main-image {
    aspect-ratio: 16 / 9;
    max-height: min(55vh, 460px);
    object-fit: cover;
  }

  .ocp-service-detail-thumbs {
    margin-right: -2px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .ocp-service-detail-thumbs a { flex-basis: 92px; }
  .ocp-service-detail-thumbs img { height: 68px; width: 92px; }

  .ocp-service-detail-qr { display: none; }
  .ocp-service-detail-summary { width: 100%; }
  .ocp-service-detail-summary .ocp-service-detail-title { font-size: clamp(25px, 7vw, 29px); line-height: 1.16; }
  .ocp-service-detail-kicker { font-size: 14px; margin-bottom: 7px; }
  .ocp-service-detail-price { font-size: 13px; margin-top: 12px; }
  .ocp-service-detail-price b { font-size: 19px; }
  .ocp-service-detail-tags { margin-bottom: 10px; }

  .ocp-service-detail-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15px;
  }

  .ocp-service-detail-actions .btn { justify-content: center; margin: 0; min-height: 46px; min-width: 0; padding: 9px 10px; }
  .ocp-service-detail-actions .inline-form { display: contents; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-call { grid-column: 1; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-primary { grid-column: 2; }
  .ocp-service-detail-actions.no-phone .ocp-service-detail-primary { grid-column: 1 / -1; }
  .ocp-service-detail-store-action { grid-column: 1; }
  .ocp-service-detail-favorite-action .btn { grid-column: 2; width: 100%; }

  .ocp-service-detail-layout { grid-template-columns: 1fr; margin-top: 16px; }
  .ocp-service-detail-sidebar { grid-template-columns: 1fr; }
  .ocp-service-detail-contact { order: 2; }
  .ocp-service-detail-related { order: 1; }
  .ocp-service-detail-contact p { font-size: 14px; }
  .ocp-service-detail-panel { padding: 15px; }
  .ocp-service-detail-panel h2, .ocp-service-detail-contact h2, .ocp-service-detail-related h2 { font-size: 19px; }
  .ocp-service-detail-panel .ocp-rich-content { font-size: 15px; line-height: 1.7; }
  .ocp-service-detail-panel .ocp-rich-content table { font-size: 14px; }
  .ocp-service-detail-info dl > div { grid-template-columns: 90px minmax(0, 1fr); }
  .ocp-related-service-item h3 { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }

  body:has(.ocp-service-detail-page) .social-fixed-left,
  body:has(.ocp-service-detail-page) .floating-open-btn { display: none; }
}

@media (max-width: 430px) {
  .ocp-service-detail-page .breadcrumb { font-size: 12px; gap: 4px; }
  .ocp-service-detail-hero, .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { border-radius: 12px; }
  .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { padding: 13px; }
  .ocp-service-detail-actions .btn { font-size: 13px; padding-left: 7px; padding-right: 7px; }
}

@media (max-width: 430px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 28px;
  }

  .ocp-store-detail-page .tabs a {
    padding: 7px 9px;
    font-size: 12px;
  }

  .ocp-store-detail-page .detail-content h2,
  .ocp-store-detail-page .widget-title h2 {
    font-size: 19px;
  }
}

/* Giao diện compact cho trang chi tiết dịch vụ public. */
.ocp-service-detail-page {
  padding-top: 16px;
  padding-bottom: 36px;
  font-size: 14px;
  line-height: 1.5;
}

.ocp-service-detail-page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 13px;
}

.ocp-service-detail-hero,
.ocp-service-detail-panel,
.ocp-service-detail-contact,
.ocp-service-detail-related {
  border: 1px solid #e5edf7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-service-detail-hero {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
}

.ocp-service-detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
  background: #eef4fb;
}

.ocp-service-detail-summary {
  min-width: 0;
  align-self: center;
}

.ocp-service-detail-kicker {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 13px;
}

.ocp-service-detail-summary h1 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.ocp-service-detail-price {
  margin-top: 14px;
  color: #475569;
  font-size: 14px;
}

.ocp-service-detail-price b {
  color: #0f4ca5;
  font-size: 18px;
}

.ocp-service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.ocp-service-detail-actions .btn {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

.ocp-service-detail-primary {
  background: var(--ocp-green);
  color: #fff;
}

.ocp-service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

.ocp-service-detail-main,
.ocp-service-detail-sidebar {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.ocp-service-detail-panel,
.ocp-service-detail-contact,
.ocp-service-detail-related {
  padding: 16px;
}

.ocp-service-detail-panel h2,
.ocp-service-detail-contact h2,
.ocp-service-detail-related h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
}

.ocp-service-detail-short,
.ocp-service-detail-panel .ocp-rich-content {
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.ocp-service-detail-panel .ocp-rich-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.ocp-service-detail-contact p {
  display: flex;
  gap: 7px;
  margin: 8px 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ocp-service-detail-contact a {
  color: #0f4ca5;
  font-weight: 700;
}

.ocp-related-service-item {
  display: grid;
  gap: 4px;
  padding: 9px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 13px;
}

.ocp-related-service-item:last-child { border-bottom: 0; }
.ocp-related-service-item a { color: #0f4ca5; font-weight: 700; }

@media (max-width: 900px) {
  .ocp-service-detail-layout { grid-template-columns: 1fr; }
  .ocp-service-detail-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .ocp-service-detail-hero { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
  .ocp-service-detail-media img { max-height: 300px; }
  .ocp-service-detail-summary h1 { font-size: 30px; }
}

@media (max-width: 430px) {
  .ocp-service-detail-page { padding-top: 10px; }
  .ocp-service-detail-layout { margin-top: 14px; }
  .ocp-service-detail-sidebar { grid-template-columns: 1fr; }
  .ocp-service-detail-panel,
  .ocp-service-detail-contact,
  .ocp-service-detail-related { padding: 13px; }
  .ocp-service-detail-summary h1 { font-size: 27px; }
  .ocp-service-detail-actions .btn { flex: 1 1 auto; min-width: 0; }
}

.ocp-context-faq {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto;
  padding: 22px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(240, 253, 244, .92), rgba(255, 255, 255, .98));
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.ocp-context-faq__header {
  margin-bottom: 16px;
}

.ocp-context-faq__header span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #087a36;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ocp-context-faq__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.ocp-context-faq__header p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #475569;
  line-height: 1.65;
}

.ocp-context-faq__list {
  display: grid;
  gap: 10px;
}

.ocp-context-faq__footer {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.ocp-context-faq__footer a {
  color: #087a36;
  font-weight: 800;
}

@media (max-width: 560px) {
  .ocp-context-faq {
    width: min(100% - 20px, 1120px);
    padding: 15px;
    border-radius: 14px;
  }

  .ocp-context-faq__footer {
    justify-content: flex-start;
  }
}
.ocp-account-menu .ocp-account-menu-item:hover,
.ocp-account-menu .ocp-account-menu-item:focus-visible {
  background: #f4f7fa;
  color: var(--ocp-green);
  text-decoration: none;
}
.ocp-account-menu .ocp-account-menu-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #64748b;
}
.ocp-account-menu .ocp-account-menu-item:hover .ocp-account-menu-icon,
.ocp-account-menu .ocp-account-menu-item:focus-visible .ocp-account-menu-icon {
  color: var(--ocp-green);
}
.ocp-account-menu .ocp-account-menu-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-nav-row { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.hamburger { height: 42px; border-radius: 10px; background: var(--ocp-green); color: #fff; font-weight: 700; padding: 10px 16px; }
.nav { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nav a { padding: 10px 12px; border-radius: 10px; color: #1f2937; font-weight: 650; font-size: 14px; }
.nav a:hover, .nav a.active { background: #eef7ff; color: #0c4eb5; }
.ocp-layout-header { box-shadow: 0 8px 28px rgba(15, 23, 42, .05); }
.ocp-layout-header-row { justify-content: space-between; }
.ocp-layout-nav { margin-left: auto; }
.ocp-layout-nav a { font-size: 16px; padding: 12px 14px; }
.ocp-layout-header .account-actions .btn { min-height: 44px; padding: 0 18px; }
.ocp-layout-header .account-actions .btn-outline.active { background: #eef8f0; color: var(--ocp-green); }
.ocp-footer {
  margin-top: 42px;
  color: #dbe7e2;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 148, 68, .18), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(23, 105, 209, .12), transparent 28%),
    linear-gradient(180deg, #04130d 0%, #020807 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}
.ocp-footer-shell { max-width: 1440px; margin: 0 auto; /*padding: 64px 40px 28px;*/ }
.ocp-footer-main { display: grid; grid-template-columns: 1.45fr 1fr 1.15fr 1.1fr 1.35fr; gap: 48px; align-items: start; }
.ocp-footer a { color: inherit; }
.ocp-footer-logo { display: grid; grid-template-columns: 58px minmax(0, 1fr); column-gap: 14px; align-items: center; margin-bottom: 24px; }
.ocp-footer-logo-mark { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #22c55e, #07833a); box-shadow: 0 16px 34px rgba(0,148,68,.24); }
.ocp-footer-logo svg,
.ocp-footer-contact-list svg,
.ocp-footer-highlight-card svg,
.ocp-footer-secure svg,
.ocp-footer-socials svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ocp-footer-logo-mark svg { width: 38px; height: 38px; color: #fff; fill: none; stroke: currentColor; stroke-width: 2; }
.ocp-footer-title { display: block; color: #fff; font-size: 28px; line-height: 1.05; font-weight: 800; letter-spacing: -0.01em; }
.ocp-footer-title em { color: #22c55e; font-style: normal; }
.ocp-footer-logo small { grid-column: 2; display: block; margin-top: -18px; color: #d8e6df; font-size: 14px; font-weight: 500; }
.ocp-footer-desc { margin: 0; color: #d8e6df; font-size: 15px; line-height: 1.75; }
.ocp-footer-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 30px; }
.ocp-footer-badges span { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.06); color: #eefbf3; font-size: 14px; font-weight: 700; }
.ocp-footer-heading { margin: 0 0 22px; color: #55e08a; font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ocp-footer-heading:after { content: ""; display: block; width: 38px; height: 2px; margin-top: 10px; border-radius: 999px; background: #22c55e; }
.ocp-footer-socials { display: flex; gap: 12px; }
.ocp-footer-socials a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 14px; font-weight: 800; }
.ocp-footer-socials a:hover { background: #07833a; transform: translateY(-2px); }
.ocp-footer-links { display: grid; gap: 10px; }
.ocp-footer-link { display: flex; align-items: center; gap: 12px; min-height: 34px; color: #dbe7e2; font-size: 15px; font-weight: 500; line-height: 1.5; transition: color .18s ease, transform .18s ease; }
.ocp-footer-link:hover { color: #fff; transform: translateX(3px); }
.ocp-footer-link span { width: 22px; height: 22px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(255,255,255,.035); }
.ocp-footer-link span:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.12); }
.ocp-footer-contact-list { display: grid; gap: 16px; margin-bottom: 20px; }
.ocp-footer-contact-list a,
.ocp-footer-contact-list div { display: grid; grid-template-columns: 26px minmax(0, 1fr); column-gap: 12px; color: #fff; }
.ocp-footer-contact-list span { grid-row: span 2; color: #c9d8d1; }
.ocp-footer-contact-list b { color: #fff; font-size: 16px; line-height: 1.25; font-weight: 700; }
.ocp-footer-contact-list small { color: #b6c2bd; font-size: 13px; }
.ocp-footer-newsletter-card { display: grid; gap: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; background: linear-gradient(180deg, rgba(0, 148, 68, .12), rgba(255,255,255,.04)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.ocp-footer-newsletter-card strong { color: #baf7cf; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.ocp-footer-newsletter-card p { margin: 0; color: #d8e6df; font-size: 14px; line-height: 1.6; }
.ocp-footer-newsletter-card input { height: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); color: #fff; padding: 0 14px; outline: none; }
.ocp-footer-newsletter-card input::placeholder { color: rgba(255,255,255,.56); }
.ocp-footer-newsletter-card button { height: 48px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #22c55e, #07833a); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 14px 28px rgba(0,148,68,.22); }
.ocp-footer-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 54px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.08); }
.ocp-footer-highlight-card { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; min-height: 132px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.035); }
.ocp-footer-highlight-card > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(34,197,94,.42); border-radius: 50%; background: rgba(34,197,94,.12); color: #22c55e; }
.ocp-footer-highlight-card h4 { margin: 0 0 8px; color: #fff; font-size: 16px; font-weight: 800; }
.ocp-footer-highlight-card p { margin: 0; color: #d8e6df; font-size: 14px; line-height: 1.65; }
.ocp-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 36px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.10); color: #fff; }
.ocp-footer-bottom p { margin: 0; color: #fff; }
.ocp-footer-bottom nav { display: flex; align-items: center; gap: 28px; }
.ocp-footer-bottom nav a { color: #fff; font-weight: 500; }
.ocp-footer-secure { justify-self: end; display: flex; align-items: center; gap: 12px; color: #fff; }
.ocp-footer-secure > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #07833a; color: #fff; }
.ocp-footer-secure b,
.ocp-footer-secure small { display: block; }
.ocp-footer-secure small { color: #b6c2bd; }
.social-fixed-left {
  position: fixed;
  left: max(12px, calc((100vw - 1440px) / 2 + 12px));
  bottom: 12px;
  z-index: 60;
  display: grid;
  gap: 10px;
}
.social-fixed-left .items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social-fixed-left .item,
.floating-open-btn {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .18);
}
.social-fixed-left .item {
  position: relative;
  display: inline-flex;
  overflow: visible;
  border: 0;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: ocpSocialShake 3.8s ease-in-out infinite;
}
.social-fixed-left .item::before {
  content: "";
  position: absolute;
  inset: -16px;
  z-index: -1;
  border-radius: inherit;
  opacity: .3;
  animation: ocpSocialBubble 2.9s ease-in-out infinite;
  pointer-events: none;
}
.social-fixed-left .item.fb {
  background: #1877f2;
}
.social-fixed-left .item.fb::before {
  background: rgba(24, 119, 242, .24);
}
.social-fixed-left .item.zalo {
  background: #1da1f2;
}
.social-fixed-left .item.zalo::before {
  background: rgba(29, 161, 242, .3);
}
.social-fixed-left .item.whatsapp {
  background: #25d366;
}
.social-fixed-left .item.whatsapp::before {
  background: rgba(37, 211, 102, .24);
}
.social-fixed-left .item.call {
  background: #ea3323;
}
.social-fixed-left .item.call::before {
  background: rgba(234, 51, 35, .26);
}
.social-fixed-left .item:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 32px rgba(15, 23, 42, .24);
  animation-play-state: paused;
}
.social-fixed-left .item:hover::before {
  animation-play-state: paused;
}
.social-fixed-left .item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .16));
}
.social-fixed-left .item.d-none {
  display: none !important;
}
.social-fixed-left .toggle-btn {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: #334155;
  cursor: pointer;
  opacity: 0;
  transition: opacity .18s ease, background .18s ease;
}
.social-fixed-left:hover .toggle-btn,
.social-fixed-left .toggle-btn:focus-visible {
  opacity: 1;
}
.social-fixed-left .items.hide {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .22s ease, transform .22s ease;
}
.social-fixed-left .items.show {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .22s ease, transform .22s ease;
}
.floating-open-btn {
  display: none;
  position: fixed;
  left: max(12px, calc((100vw - 1440px) / 2 + 12px));
  bottom: 12px;
  z-index: 61;
  background: rgba(255,255,255,.96);
  color: #07833a;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
@keyframes ocpSocialBubble {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.9);
        opacity: 0;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}
@keyframes ocpSocialShake {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-12deg);
    }

    30% {
        transform: rotate(12deg);
    }

    45% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
@media (prefers-reduced-motion: reduce) {
  .social-fixed-left .item,
  .social-fixed-left .item::before {
    animation: none !important;
  }
}
.breadcrumb { display: flex; gap: 8px; align-items: center; color: #697386; font-size: 14px; margin: 14px 0; }
.breadcrumb a { color: #536172; }

.hero { min-height: 300px; border-radius: 18px; overflow: hidden; color: #fff; position: relative; padding: 48px 70px; background: linear-gradient(120deg, rgba(10, 31, 68, .75), rgba(4, 81, 71, .56)), url('/images/ocp-public/hero-ocp-city.jpg') center/contain; }
.hero h1 { margin: 0 0 18px; font-size: 46px; line-height: 1.08; font-weight: 700; }
.hero mark { background: none; color: #facc15; }
.hero-tags { display: flex; gap: 16px; flex-wrap: wrap; font-weight: 650; }
.hero-search { margin-top: 28px; background: #fff; border-radius: 16px; padding: 12px; display: grid; grid-template-columns: 1fr 220px 190px 130px; gap: 8px; box-shadow: 0 18px 35px rgba(0, 0, 0, .22); }
.hero-search input, .hero-search select, .search-form input, .search-form select { border: 1px solid var(--ocp-line); border-radius: 10px; padding: 0 14px; height: 48px; background: #fff; }
.cat-strip { display: grid; grid-template-columns: repeat(9, 1fr); gap: 10px; background: #fff; border-radius: 16px; box-shadow: var(--ocp-shadow); padding: 18px; margin-top: -32px; position: relative; z-index: 2; }
.cat-item { text-align: center; font-weight: 650; font-size: 13px; color: #334155; }
.cat-icon { width: 48px; height: 48px; margin: 0 auto 8px; border-radius: 15px; display: grid; place-items: center; background: #eef7ff; font-size: 23px; }

.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; margin-top: 22px; }
.widget-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-weight: 700; }
.widget-title h2 { margin: 0; font-size: 24px; }
.store-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.store-card { background: #fff; border: 1px solid var(--ocp-line); border-radius: 14px; overflow: hidden; position: relative; }
    .store-card .thumb {
        height: 126px;
        width: 100%;
        object-fit: contain;
    }
.store-card .body { padding: 12px; }
.store-card h3 { font-size: 16px; margin: 0 0 6px; }
.ocp-verified-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ocp-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
  flex: 0 0 auto;
  vertical-align: middle;
}

.ocp-verified-badge:before {
  content: "\2713";
}

.ocp-store-title,
.ocp-store-detail-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
}

.ocp-store-title a,
.ocp-store-title > span:first-child,
.ocp-store-detail-title > span:first-child {
  min-width: 0;
}

.ocp-store-detail-title .ocp-verified-badge {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.stat-tile { background: #fff; border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--ocp-line); }
.stat-tile b { font-size: 24px; }
.right-widget { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 16px; margin-bottom: 16px; }
.mini-list { display: grid; gap: 12px; }
.mini-store { display: grid; grid-template-columns: 70px 1fr; gap: 10px; align-items: center; }
.mini-store .thumb { width: 70px; height: 56px; border-radius: 12px; object-fit: contain; }

.banner { position: relative; overflow: hidden; border-radius: 14px; min-height: 104px; border: 1px solid rgba(0,0,0,.06); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 30px; margin: 18px 0 22px; }
.banner h1, .banner h2 { margin: 0; font-weight: 700; letter-spacing: .01em; }
.banner h1 { font-size: 36px; }
.banner h2 { font-size: 28px; }
.banner p { margin: 4px 0 0; font-size: 17px; font-weight: 600; }
.banner .eyebrow { font-weight: 700; text-transform: uppercase; font-size: 12px; opacity: .82; }
.banner-yellow { background: linear-gradient(100deg, #fff1b8, #ffd978); color: #7c2d12; }
.banner-green { background: linear-gradient(100deg, #e8f8df, #cbedc3); color: #076c2f; }
.banner-blue { background: linear-gradient(100deg, #eaf3ff, #d6e9ff); color: #0f4ca5; }
.banner-purple { background: linear-gradient(100deg, #f0e6ff, #dfccff); color: #4c1d95; }
.banner-mint { background: linear-gradient(100deg, #d6fbf1, #b9ebe5); color: #0f766e; }
.ocp-public-banner img { max-height: 180px; object-fit: contain; border-radius: 12px; }

.layout-with-sidebar, .search-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr) 390px; gap: 24px; }
.filters { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 16px; align-self: start; }
.filters h3 { margin: 16px 0 10px; }
.check, .radio { display: flex; align-items: center; gap: 10px; margin: 10px 0; color: #273241; }
.box, .circle { width: 18px; height: 18px; border: 2px solid #9ca3af; background: #fff; }
.box { border-radius: 3px; }
.circle { border-radius: 50%; }
.listing-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.sort, .search-form { background: #fff; border: 1px solid var(--ocp-line); border-radius: 12px; padding: 12px 18px; }
.search-form { display: grid; grid-template-columns: 1fr 220px 180px 130px; gap: 12px; align-items: center; margin-top: 24px; }
.service-list { display: grid; gap: 12px; }
.service-card { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 12px; display: grid; grid-template-columns: 180px 1fr 38px; gap: 18px; align-items: center; }
.service-card .thumb { width: 180px; height: 106px; object-fit: contain; border-radius: 12px; }
.service-card h3 { margin: 0 0 6px; font-size: 21px; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.bookmark { font-size: 24px; color: #333; text-align: center; }
.map { height: 558px; border-radius: 16px; border: 1px solid var(--ocp-line); background-color: #eef4f8; background-image: linear-gradient(27deg, transparent 0 43%, rgba(65,160,220,.35) 44% 46%, transparent 47%), repeating-linear-gradient(0deg, #e5edf5 0 2px, transparent 2px 46px), repeating-linear-gradient(90deg, #d9e4ef 0 1px, transparent 1px 54px); position: sticky; top: 112px; overflow: hidden; }
.pin { position: absolute; width: 32px; height: 32px; background: #ef4444; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 5px 15px rgba(239,68,68,.35); }
.pin:after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #fff; }
.pin label { position: absolute; top: 32px; left: -6px; transform: rotate(45deg); font-weight: 700; color: #ef4444; font-size: 13px; }
.pin.p1 { left: 53%; top: 15%; } .pin.p2 { left: 77%; top: 34%; } .pin.p3 { left: 13%; top: 40%; } .pin.p4 { left: 78%; top: 68%; }

.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) 620px; gap: 24px; align-items: start; }
.store-info h1 { font-size: 34px; margin: 0 0 8px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0; }
.gallery { display: grid; grid-template-rows: 260px 92px; gap: 10px; }
.gallery-main { width: 100%; height: 260px; object-fit: contain; border-radius: 14px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-thumbs img { height: 92px; width: 100%; object-fit: contain; border-radius: 12px; }
.tabs { display: flex; gap: 34px; border-bottom: 1px solid var(--ocp-line); margin: 26px 0 18px; overflow-x: auto; }
.tabs a { padding: 14px 0; font-weight: 700; }
.tabs a.active { color: #0f4ca5; border-bottom: 3px solid #0f4ca5; }
.detail-main { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; }
.detail-content, .info-box, .review-card, .price-table, .side-ad { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 18px; margin-bottom: 16px; }
.price-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.price-table th, .price-table td { padding: 12px 14px; border-bottom: 1px solid var(--ocp-line); text-align: left; }
.rating-break { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; }
.rating-number { font-size: 56px; font-weight: 700; }
.bar-row { display: grid; grid-template-columns: 34px 1fr 45px; gap: 8px; align-items: center; margin: 8px 0; }
.bar { height: 9px; background: #f3f4f6; border-radius: 999px; overflow: hidden; }
.bar span { display: block; height: 100%; background: #f5b301; }
.review-card { display: grid; grid-template-columns: 50px 1fr; gap: 14px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(#ffcc9a, #8b5e3c); }
.split-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.btn-sm { padding: 8px 12px; min-height: 0; font-size: 13px; }
.ocp-alert { border-radius: 12px; padding: 12px 16px; margin: 14px 0; font-weight: 700; }
.ocp-alert.success { background: #e8f8df; color: #087333; border: 1px solid #bfe7b9; }
.ocp-alert.error { background: #fff1f2; color: #b91c1c; border: 1px solid #fecdd3; }
.review-page { padding-bottom: 30px; }
.review-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 24px; align-items: start; }
.review-store-card, .review-form-card { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 18px; }
.review-store-card img { width: 100%; height: 220px; object-fit: contain; border-radius: 12px; margin-bottom: 14px; }
.review-store-card h1 { font-size: 24px; margin: 0 0 8px; }
.review-form-card h2 { margin-top: 0; }
.review-form-card label { display: grid; gap: 7px; font-weight: 700; margin: 14px 0; }
.review-form-card input, .review-form-card select, .review-form-card textarea,
.report-form input, .report-form select { width: 100%; border: 1px solid var(--ocp-line); border-radius: 10px; padding: 11px 12px; font: inherit; background: #fff; }
.ocp-review-create-page { padding-bottom: 30px; }
.ocp-review-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 18px; align-items: start; }
.ocp-review-store-card,
.ocp-review-form-card { background: #fff; border: 1px solid var(--ocp-line); border-radius: 14px; box-shadow: 0 12px 30px rgba(15, 23, 42, .05); }
.ocp-review-store-card { overflow: hidden; position: sticky; top: 118px; }
.ocp-review-store-card img { width: 100%; height: 178px; object-fit: cover; display: block; background: #eef4f8; }
.ocp-review-store-body { padding: 16px; }
.ocp-review-store-card h1 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 6px 0 8px; font-size: 22px; line-height: 1.22; letter-spacing: 0; }
.ocp-review-store-card p { margin: 8px 0 0; color: #475569; line-height: 1.45; }
.ocp-review-store-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #64748b; font-size: 14px; }
.ocp-review-eyebrow { color: #0f766e; font-size: 13px; font-weight: 800; line-height: 1.25; }
.ocp-review-form-card { padding: 20px; }
.ocp-review-form-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.ocp-review-form-head h2 { margin: 4px 0 0; font-size: 26px; line-height: 1.2; letter-spacing: 0; }
.ocp-review-guideline { margin: 0 0 14px; padding: 10px 12px; border: 1px solid rgba(15, 118, 110, .14); border-radius: 10px; background: #f0fdfa; font-size: 13.5px; line-height: 1.45; }
.ocp-review-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ocp-review-field { display: grid; gap: 6px; margin: 12px 0; color: #111827; font-size: 13.5px; font-weight: 750; line-height: 1.3; }
.ocp-review-field > span { min-width: 0; }
.ocp-review-field input,
.ocp-review-field select,
.ocp-review-field textarea { width: 100%; min-height: 43px; border: 1px solid var(--ocp-line); border-radius: 10px; padding: 9px 12px; background: #fff; color: #111827; font: inherit; font-size: 14px; font-weight: 500; line-height: 1.35; }
.ocp-review-field select { cursor: pointer; }
.ocp-review-field textarea { min-height: 140px; resize: vertical; line-height: 1.55; }
.ocp-review-field input:focus,
.ocp-review-field select:focus,
.ocp-review-field textarea:focus { border-color: rgba(0, 140, 58, .5); box-shadow: 0 0 0 3px rgba(0, 140, 58, .12); outline: none; }
.ocp-review-upload { position: relative; display: grid; gap: 5px; min-height: 74px; padding: 12px; border: 1px dashed rgba(0, 140, 58, .42); border-radius: 12px; background: #f8fffb; cursor: pointer; }
.ocp-review-upload input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.ocp-review-upload-button { width: max-content; max-width: 100%; min-height: 34px; padding: 7px 12px; border: 1px solid rgba(0, 140, 58, .26); border-radius: 10px; background: #fff; color: var(--ocp-green); font-size: 14px; font-weight: 800; }
.ocp-review-upload small { color: #64748b; font-size: 12.5px; font-weight: 600; line-height: 1.35; }
.ocp-review-url-panel { margin: 10px 0 12px; border: 1px solid rgba(148, 163, 184, .32); border-radius: 12px; background: #f8fafc; }
.ocp-review-url-panel summary { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 12px; color: #0f766e; font-size: 14px; font-weight: 800; list-style: none; cursor: pointer; }
.ocp-review-url-panel summary::-webkit-details-marker { display: none; }
.ocp-review-url-panel[open] { padding-bottom: 12px; }
.ocp-review-url-panel[open] summary { border-bottom: 1px solid rgba(148, 163, 184, .24); margin-bottom: 2px; }
.ocp-review-url-panel .ocp-review-form-grid { padding: 0 12px; }
.ocp-review-summary-chevron { margin-left: auto; transition: transform .16s ease; }
.ocp-review-url-panel[open] .ocp-review-summary-chevron { transform: rotate(180deg); }
.ocp-review-checkbox { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: 9px; margin-top: 8px; padding: 10px 0; }
.ocp-review-checkbox input[type="hidden"] { display: none; }
.ocp-review-checkbox input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; min-height: 18px; margin: 0; padding: 0; accent-color: var(--ocp-green); }
.ocp-review-checkbox span { color: #334155; font-size: 13.5px; font-weight: 700; }
.ocp-review-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(148, 163, 184, .22); }
.ocp-review-actions .btn { min-height: 43px; padding: 9px 16px; border-radius: 10px; }
.field-validation-error { color: #b91c1c; font-size: 13px; font-weight: 600; }
.review-body { min-width: 0; }
.review-images { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.review-images img { width: 92px; height: 72px; object-fit: contain; border-radius: 10px; border: 1px solid var(--ocp-line); }
.report-form { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; gap: 8px; align-items: center; margin-top: 12px; }
.inline-form { display: inline-flex; margin: 0; }
.compact-actions { margin: 12px 0 0; }
.review-action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 8px 0; }
.review-inline-form { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; }
.review-inline-form input,
.review-report-box textarea,
.review-reply-box textarea {
  width: 100%;
  border: 1px solid var(--ocp-line);
  border-radius: 10px;
  padding: 9px 11px;
  font: inherit;
  background: #fff;
}
.review-inline-form input { width: min(300px, 100%); }
.review-report-box,
.review-reply-box { margin: 10px 0; }
.review-report-box summary,
.review-reply-box summary { cursor: pointer; font-weight: 700; color: #0f4ca5; }
.review-reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; margin: 10px 0; }
.review-reason-grid label { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; font-weight: 600; }
.review-replies { display: grid; gap: 10px; margin-top: 10px; }
.review-reply { border-left: 3px solid #dbeafe; padding-left: 12px; }
.review-reply.child { margin: 8px 0 0 14px; border-color: #e2e8f0; }
.review-reply p { margin: 4px 0; }

@media (max-width: 720px) {
  .review-reason-grid { grid-template-columns: 1fr; }
}
.category-index-page { display: grid; grid-template-columns: 250px minmax(0, 1fr) 390px; gap: 24px; padding-top: 18px; }
.category-index-page > .banner,
.category-index-page > .category-breadcrumb,
.category-index-page > .category-bottom-banner { grid-column: 1 / -1; }
.category-fallback-banner { min-height: 120px; align-items: center; }
.category-breadcrumb { display: flex; align-items: center; gap: 9px; color: var(--ocp-muted); font-weight: 600; }
.category-breadcrumb a { color: var(--ocp-muted); }
.category-filter-panel { position: sticky; top: 112px; }
.filter-field { display: grid; gap: 7px; margin: 12px 0; font-weight: 700; }
.filter-field input,
.filter-field select,
.category-listing-head select { width: 100%; height: 42px; border: 1px solid var(--ocp-line); border-radius: 10px; padding: 0 12px; background: #fff; font: inherit; }
.category-filter-panel .btn { width: 100%; margin-top: 10px; }
.category-listing-head h1 { margin: 0 0 4px; font-size: 29px; }
.category-listing-head .sort { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.category-service-list { gap: 13px; }
.category-store-card { grid-template-columns: 180px minmax(0, 1fr) 36px; }
.category-store-card h3 a { color: var(--ocp-text); }
.store-badges { display: flex; flex-wrap: wrap; gap: 8px; min-height: 25px; margin-bottom: 3px; }
.badge-sponsored,
.badge-verified { display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 9px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.badge-sponsored { background: #fee2e2; color: #dc2626; }
.badge-verified { background: #e7f3ff; color: #1769d1; }
.rating-line { margin: 0 0 6px; color: #374151; font-weight: 650; }
.rating-line::first-letter { color: var(--ocp-orange); }
.empty-state,
.map-empty { background: #fff; border: 1px dashed #cbd5e1; border-radius: 14px; padding: 24px; color: var(--ocp-muted); font-weight: 700; text-align: center; }
.empty-state { display: grid; justify-items: center; gap: 6px; }
.pill .ocp-icon { width: 15px; height: 15px; }
.ocp-leaflet-map { background: #eef4f8; min-height: 320px; }
.ocp-store-map-canvas { width: 100%; height: 100%; min-height: 360px; border-radius: inherit; z-index: 1; }
.store-detail-map { height: 320px; border: 1px solid var(--ocp-line); border-radius: 16px; overflow: hidden; margin-top: 16px; }
.ocp-map-message { margin-top: 10px; color: var(--ocp-muted); font-weight: 700; }
.ocp-map-popup { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; width: 245px; }
.ocp-map-popup img { width: 76px; height: 76px; object-fit: contain; border-radius: 8px; background: #eef2f7; }
.ocp-map-popup b { display: block; color: #0f172a; line-height: 1.25; margin-bottom: 4px; }
.ocp-map-popup p { margin: 0 0 5px; color: #475569; font-size: 12px; line-height: 1.35; }
.ocp-map-popup small { display: block; color: #64748b; margin-bottom: 7px; }
.ocp-map-popup a { color: var(--ocp-primary); font-weight: 700; text-decoration: none; }
.ocp-map-verified { color: #0ea5e9; font-weight: 700; }
.shop-map-picker { display: grid; gap: 12px; }
.shop-map-picker-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.shop-map-canvas { width: 100%; min-height: 320px; border: 1px solid var(--ocp-line); border-radius: 12px; overflow: hidden; background: #eef4f8; }
.shop-map-message { min-height: 20px; color: var(--ocp-muted); font-size: 13px; font-weight: 700; }
.category-map-panel { align-self: start; }
.category-map { height: 594px; }
.category-pin { display: block; }
.category-pin label { min-width: 34px; text-align: center; }
.category-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.category-pagination a { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ocp-line); border-radius: 10px; background: #fff; font-weight: 700; color: var(--ocp-text); padding: 0 12px; }
.category-pagination a.active { background: var(--ocp-green); border-color: var(--ocp-green); color: #fff; }
.category-bottom-banner .ocp-public-banner { margin-top: 8px; }
.section-card { background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; padding: 18px; margin: 18px 0; }
.auth-page { min-height: calc(100vh - 160px); display: grid; place-items: start center; padding: 36px 0; }
.auth-card, .profile-card { width: min(760px, 100%); background: #fff; border: 1px solid var(--ocp-line); border-radius: 16px; box-shadow: var(--ocp-shadow); padding: 24px; }
.auth-card h1, .profile-card h1 { margin: 0 0 18px; font-size: 28px; }
.auth-form { display: grid; gap: 14px; }
.auth-form label { display: grid; gap: 7px; font-weight: 700; }
.auth-form input, .auth-form select, .auth-form textarea { width: 100%; border: 1px solid var(--ocp-line); border-radius: 10px; padding: 11px 12px; background: #fff; }
.auth-form textarea { min-height: 110px; resize: vertical; }
.store-register-fields { border-top: 1px solid var(--ocp-line); margin-top: 8px; padding-top: 16px; }
.profile-grid { display: grid; grid-template-columns: 180px 1fr; gap: 12px; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer { text-align: center; color: #6b7280; padding: 30px 0 40px; font-size: 14px; }

@media (max-width: 1180px) {
  .home-grid, .layout-with-sidebar, .search-layout, .detail-hero, .detail-main, .category-index-page { grid-template-columns: 1fr; }
  .ocp-review-layout { grid-template-columns: 1fr; }
  .ocp-review-store-card { position: static; display: grid; grid-template-columns: 220px minmax(0, 1fr); }
  .ocp-review-store-card img { height: 100%; min-height: 178px; }
  .store-cards, .stat-row { grid-template-columns: repeat(2, 1fr); }
  .hero-search, .search-form { grid-template-columns: 1fr; }
  .cat-strip { grid-template-columns: repeat(3, 1fr); }
  .map, .category-filter-panel { position: relative; top: auto; }
  .map { height: 360px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .header-top-row, .header-nav-row { display: block; }
  .ocp-layout-header-row { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
  .ocp-layout-nav { width: 100%; margin-left: 0; }
  .ocp-layout-header .account-actions { margin-top: 0; }
  .ocp-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-footer-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocp-footer-bottom { grid-template-columns: 1fr; }
  .ocp-footer-secure { justify-self: start; }
  .top-search { margin-top: 10px; display: grid; grid-template-columns: 1fr; height: auto; }
  .account-actions { margin-top: 10px; }
  .account-dropdown { left: 0; right: auto; }
  .nav { margin-top: 10px; }
  .hero { padding: 32px 24px; }
  .hero h1, .store-info h1 { font-size: 30px; }
  .store-cards, .stat-row { grid-template-columns: 1fr; }
  .service-card, .category-store-card { grid-template-columns: 1fr; }
  .service-card .thumb { width: 100%; height: 160px; }
  .banner { display: block; }
  .form-grid, .report-form, .ocp-review-form-grid { grid-template-columns: 1fr; }
  .ocp-review-form-card { padding: 16px; }
  .ocp-review-form-head { display: grid; }
  .ocp-review-form-head h2 { font-size: 23px; }
  .ocp-review-store-card { grid-template-columns: 1fr; }
  .ocp-review-store-card img { height: 160px; min-height: 0; }
  .ocp-review-actions .btn { width: 100%; }
  .social-fixed-left,
  .floating-open-btn {
    left: 12px;
    bottom: 76px;
  }
  .social-fixed-left .item,
  .floating-open-btn {
    width: 46px;
    height: 46px;
  }
  .social-fixed-left .item::before {
    inset: -13px;
  }
  .social-fixed-left .item img {
    width: 27px;
    height: 27px;
  }
  .social-fixed-left .toggle-btn {
    opacity: 1;
  }
}

@media (max-width: 560px) {
  .ocp-footer-shell { padding: 42px 20px 24px; }
  .ocp-footer-main,
  .ocp-footer-highlights { grid-template-columns: 1fr; }
}
.ocp-notification-bell {
    position: relative;
    flex: 0 0 auto;
}

.ocp-notification-bell summary {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(15, 23, 42, .12);
    background: #fff;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.ocp-notification-bell summary::-webkit-details-marker {
    display: none;
}

.ocp-bell-icon {
    font-size: 18px;
    line-height: 1;
}

.ocp-notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.ocp-notification-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 50;
    width: min(360px, calc(100vw - 28px));
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .12);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .16);
    border-radius: 8px;
    overflow: hidden;
}

.ocp-notification-dropdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.ocp-notification-dropdown-head a,
.ocp-notification-action {
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
}

.ocp-notification-item {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 10px;
    padding: 12px 14px;
    color: #0f172a;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.ocp-notification-item:hover {
    background: #f8fafc;
}

.ocp-notification-item small {
    display: block;
    color: #64748b;
    margin-top: 3px;
    line-height: 1.35;
}

.ocp-notification-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cbd5e1;
    margin-top: 7px;
}

.ocp-notification-unread .ocp-notification-dot {
    background: #0f766e;
}

.ocp-notification-empty,
.ocp-notification-empty-page {
    padding: 18px;
    color: #64748b;
    text-align: center;
}

.ocp-notification-page {
    width: min(980px, calc(100% - 32px));
    margin: 32px auto 56px;
}

.ocp-notification-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ocp-notification-page-head h1 {
    margin: 0;
    font-size: 32px;
}

.ocp-notification-page-head p {
    margin: 6px 0 0;
    color: #64748b;
}

.ocp-notification-filters {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.ocp-notification-filters a,
.ocp-notification-action {
    border: 1px solid rgba(15, 23, 42, .12);
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #0f172a;
    cursor: pointer;
}

.ocp-notification-filters a.active,
.ocp-notification-action:not(.light) {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.ocp-notification-list {
    display: grid;
    gap: 10px;
}

.ocp-notification-row {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
}

.ocp-notification-row.ocp-notification-unread {
    border-color: rgba(15, 118, 110, .35);
    background: #f0fdfa;
}

.ocp-notification-row-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dbeafe;
    line-height: 1;
    align-self: start;
}

.ocp-notification-row-icon .ocp-icon {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0;
}

.ocp-notification-row-icon.success { background: #dcfce7; }
.ocp-notification-row-icon.warning { background: #fef3c7; }
.ocp-notification-row-icon.danger { background: #fee2e2; }

.ocp-notification-row-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.ocp-notification-row-title h2 {
    margin: 0;
    font-size: 17px;
}

.ocp-notification-row-title span {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
}

.ocp-notification-row-body p {
    margin: 6px 0;
    color: #334155;
}

.ocp-notification-row-body small {
    color: #64748b;
}

.ocp-notification-row-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 720px) {
    .ocp-notification-page-head,
    .ocp-notification-row-actions,
    .ocp-notification-row-title {
        align-items: stretch;
        flex-direction: column;
    }

    .ocp-notification-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .ocp-notification-row-actions {
        grid-column: 2;
    }
}

/* OCP public marketplace refresh */
:root {
  --ocp-yellow: #facc15;
  --ocp-text: #0f172a;
  --ocp-muted: #64748b;
}

.public-header {
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.header-shell {
  padding: 0;
}

.header-top-row {
  min-height: 68px;
  gap: 12px;
}

.brand {
  min-width: 230px;
  gap: 12px;
  color: var(--ocp-green);
}

.public-header .ocp-header-brand-logo {
  position: relative;
  width: min(170px, 12vw);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  overflow: hidden;
}

.public-header .ocp-header-brand-logo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.public-header .ocp-header-brand-logo-img[hidden] {
  display: none;
}

.public-header .ocp-header-brand-fallback {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
}

.public-header .ocp-header-brand-logo.has-logo .ocp-header-brand-fallback {
  display: none;
}

.public-header .ocp-header-brand-logo.has-logo.is-logo-error .ocp-header-brand-fallback {
  display: block;
}

.brand:focus-visible {
  outline: 3px solid rgba(0, 140, 58, .28);
  outline-offset: 4px;
  border-radius: 10px;
}

.brand-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand-copy strong {
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand-copy small {
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
}

.logo {
  width: 46px;
  height: 46px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 34%, transparent 35%),
    conic-gradient(from 25deg, #38bdf8 0 24%, #07833a 24% 49%, #facc15 49% 70%, #1769d1 70% 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08), 0 6px 16px rgba(23, 105, 209, .15);
}

.logo:after {
  display: none;
}

.top-search {
  height: 44px;
  min-width: 360px;
  gap: 10px;
}

.top-search select {
  width: 170px;
  flex: 0 0 170px;
  font-weight: 500;
  color: #0f172a;
}

.top-search-box {
  position: relative;
  flex: 1 1 auto;
  min-width: 180px;
}

.top-search-box input {
  width: 100%;
  padding-right: 48px;
}

.header-search-submit {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.header-search-submit:hover {
  background: #eef7ff;
  color: var(--ocp-blue);
}

.header-cta-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.header-cta-group .btn,
.account-actions .btn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
  white-space: nowrap;
}

.header-post-btn {
  background: linear-gradient(180deg, #10ad52, var(--ocp-green));
}

.header-upgrade-btn {
  background: #fff1bf;
  color: #8a4b00;
  border: 1px solid #ffe08a;
}

.header-upgrade-btn:hover {
  background: #ffe8a3;
}

.ocp-notification-bell summary {
  width: 42px;
  height: 42px;
  border-color: var(--ocp-line);
}

.account-menu summary {
  min-height: 44px;
  max-width: 210px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px 6px 8px;
  color: #0f172a;
}

.account-menu summary span:last-child {
  min-width: 0;
  display: grid;
  font-size: 11px;
  line-height: 1.1;
  color: #64748b;
}

.account-menu summary b {
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f172a;
  font-size: 13px;
}

.account-avatar-img,
.account-avatar-fallback {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.account-avatar-img {
  object-fit: contain;
}

.account-avatar-fallback {
  display: grid;
  place-items: center;
  background: #e8f8df;
  color: var(--ocp-green);
  font-weight: 700;
}

.header-nav-row {
  height: 50px;
  margin-top: 0;
  border-top: 1px solid #f1f5f9;
  gap: 16px;
  justify-content: center;
}

.header-nav-row .nav {
  max-width: 1000px;
}

.hamburger {
  height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.nav {
  gap: 18px;
}

.nav a {
  padding: 9px 2px;
  border-radius: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.nav a:hover,
.nav a.active {
  background: transparent;
  color: var(--ocp-blue);
  box-shadow: inset 0 -3px 0 #b9dcff;
}

.ocp-home-page {
  padding-top: 22px;
}

.ocp-home-page .home-grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  margin-top: 0;
  align-items: start;
}

.home-main,
.home-sidebar {
  min-width: 0;
}

.home-sidebar {
  position: sticky;
  top: 128px;
}

.ocp-home-page .hero {
  min-height: 306px;
  padding: 46px 70px 34px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(8, 24, 55, .72) 0%, rgba(8, 55, 72, .45) 48%, rgba(255, 255, 255, .08) 100%),
    url('/images/ocp-public/hero-ocp-city.jpg') center/contain;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.ocp-home-page .hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .24);
}

.ocp-home-page .hero mark {
  color: #ffc928;
}

.ocp-home-page .hero-tags {
  gap: 18px;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.ocp-home-page .hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.benefit-icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
}

.benefit-icon.shield { background: #dcfce7; color: #07833a; }
.benefit-icon.star { background: #fef3c7; color: #b77900; }
.benefit-icon.people { background: #dbeafe; color: #1769d1; }

.ocp-home-page .hero-search {
  width: min(820px, 100%);
  margin-top: 30px;
  grid-template-columns: minmax(260px, 1fr) 184px 164px 122px;
  padding: 10px;
  border-radius: 16px;
}

.hero-search-input {
  position: relative;
}

.hero-search-input span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-size: 21px;
  font-weight: 700;
  z-index: 1;
}

.hero-search-input input {
  width: 100%;
  padding-left: 44px;
}

.ocp-home-page .hero-search input,
.ocp-home-page .hero-search select {
  height: 46px;
  border-radius: 10px;
  color: #0f172a;
}

.ocp-home-page .hero-search .btn {
  min-height: 46px;
  border-radius: 10px;
  font-weight: 700;
}

.hero-map-markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
}

.map-badge:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, .92);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 3px;
}

.map-badge i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .55);
}

.map-badge-ocp2 {
  right: 28%;
  top: 66px;
}

.map-badge-ocp2 i {
  background: #22c55e;
}

.map-badge-ocp3 {
  right: 10%;
  top: 134px;
}

.map-badge-ocp3 i {
  background: #1769d1;
}

.ocp-home-page .cat-strip {
  grid-template-columns: repeat(9, minmax(80px, 1fr));
  gap: 10px;
  padding: 16px 18px;
  margin-top: -28px;
  border-radius: 17px;
}

.ocp-home-page .cat-item {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 600;
}

.ocp-home-page .cat-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 14px;
  font-size: 23px;
  line-height: 1;
}

.cat-icon-laundry { background: #e0f2fe; color: #1769d1; }
.cat-icon-cafe { background: #fff1df; color: #c46a12; }
.cat-icon-pharmacy { background: #dcfce7; color: #07833a; }
.cat-icon-spa { background: #ffe4f0; color: #db2777; }
.cat-icon-repair { background: #dff7fb; color: #0891b2; }
.cat-icon-dental { background: #efe7ff; color: #7c3aed; }
.cat-icon-mart { background: #e0f7ea; color: #0f9f58; }
.cat-icon-food { background: #fff0d7; color: #ea580c; }
.cat-icon-other { background: #e8eef7; color: #475569; }

.home-promo-banner {
  min-height: 86px;
  margin: 16px 0 18px;
  padding: 12px 24px;
  border-radius: 14px;
  background: linear-gradient(100deg, #ffe8a3 0%, #ffc857 62%, #ffe9b8 100%);
  color: #8a2d0d;
}

.home-promo-banner .promo-badge {
  flex: 0 0 auto;
  min-width: 78px;
  padding: 10px 11px;
  border-radius: 10px;
  background: #f97316;
  color: #fff;
  font-size: 12px;
  line-height: 1.05;
  font-weight: 750;
  text-align: center;
}

.home-promo-banner .banner-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.home-promo-banner h2 {
  margin: 0;
  color: #8a2d0d;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 750;
}

.home-promo-banner p {
  margin: 4px 0 0;
  color: #8a4b00;
  font-size: 15px;
  font-weight: 500;
}

.promo-illustration {
  position: relative;
  width: 132px;
  height: 60px;
  flex: 0 0 132px;
}

.promo-rider,
.promo-basket,
.promo-spark {
  position: absolute;
  line-height: 1;
}

.promo-rider { left: 4px; bottom: 2px; font-size: 44px; }
.promo-basket { right: 18px; bottom: 4px; font-size: 34px; }
.promo-spark { right: 0; top: 0; color: #fff; font-size: 22px; }

.banner-cta {
  min-width: 104px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #fff;
  color: #8a2d0d;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 10px 20px rgba(124, 45, 18, .12);
}

.banner-media img {
  max-height: 64px;
  width: 132px;
  object-fit: contain;
  border-radius: 10px;
}

.home-section {
  margin-top: 18px;
}

.ocp-home-page .widget-title {
  margin-bottom: 10px;
}

.ocp-home-page .widget-title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ocp-home-page .widget-title h3 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.ocp-home-page .widget-title a {
  font-size: 13px;
  font-weight: 700;
}

.ocp-home-page .store-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ocp-home-page .store-card {
  min-height: 204px;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transition: transform .16s ease, box-shadow .16s ease;
}

.ocp-home-page .store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .11);
}

.store-thumb-wrap {
  position: relative;
}

.ocp-home-page .store-card .thumb {
  height: 108px;
}

.ocp-home-page .store-card .body {
  padding: 10px 11px 12px;
}

.ocp-home-page .store-card h3 {
  min-height: 36px;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 700;
}

.ocp-home-page .store-card .small {
  margin: 3px 0 0;
  color: #475569;
  font-size: 12px;
}

.ocp-home-page .rating-line {
  margin: 0;
  font-size: 12px;
}

.ocp-home-page .stat-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.ocp-home-page .stat-tile {
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ocp-home-page .stat-tile b {
  color: #111827;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 700;
}

.ocp-home-page .stat-tile span {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
}

.stat-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 700;
}

.stat-store { background: #e0e7ff; color: #4f46e5; }
.stat-review { background: #fff7d6; color: #f59e0b; }
.stat-user { background: #ccfbf1; color: #0f9f8f; }
.stat-view { background: #ede9fe; color: #7c3aed; }
.stat-service { background: #dcfce7; color: #07833a; }

.home-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .9fr);
  gap: 18px;
  align-items: start;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.post-card {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: #0f172a;
}

.post-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: contain;
  border-radius: 10px;
}

.post-card span {
  width: max-content;
  max-width: 100%;
  margin-top: -28px;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  z-index: 1;
}

.post-card h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.post-card p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.area-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border-radius: 13px;
  color: #fff;
  background: #0f172a;
}

.area-card img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  object-fit: contain;
  opacity: .74;
}

.area-card span {
  position: absolute;
  inset: auto 14px 12px;
  display: grid;
  gap: 4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .34);
}

.area-card b {
  font-size: 17px;
  line-height: 1.12;
  font-weight: 750;
}

.area-card small {
  font-weight: 700;
}

.area-card em {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 131, 58, .92);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.ocp-home-page .right-widget {
  margin-bottom: 14px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.popular-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.popular-tags .pill {
  min-height: 30px;
  justify-content: flex-start;
  padding: 6px 9px;
  background: #eef7ff;
  color: #0c4eb5;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.ocp-home-page .mini-list {
  gap: 10px;
}

.ocp-home-page .mini-store {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.ocp-home-page .mini-store .thumb {
  width: 72px;
  height: 54px;
  border-radius: 10px;
}

.mini-store b {
  display: block;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.mini-store b i {
  color: var(--ocp-blue);
  font-style: normal;
}

.mini-store small {
  display: block;
  margin-top: 3px;
  color: #475569;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.side-promo {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 4px;
  margin-bottom: 14px;
  padding: 16px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  position: relative;
}

.side-promo strong {
  font-size: 18px;
  line-height: 1.05;
  font-weight: 700;
}

.side-promo span {
  font-size: 13px;
  font-weight: 700;
}

.side-promo em {
  width: max-content;
  margin-top: 3px;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #15306c;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.side-promo-blue {
  background:
    linear-gradient(105deg, rgba(31, 64, 186, .96), rgba(111, 76, 255, .78)),
    url('/images/ocp-public/hero-services-collage.jpg') center/contain;
}

.side-promo-offer {
  background:
    linear-gradient(105deg, rgba(220, 38, 38, .9), rgba(255, 157, 92, .82)),
    url('/images/ocp-public/thumb-laundry-3.jpg') center/contain;
}

.why-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 10px;
  align-items: center;
  background: #effdf8;
}

.why-widget h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.why-widget p {
  margin: 5px 0;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.why-widget p b {
  color: var(--ocp-green);
}

.shield-illustration {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #dbeafe, #7dd3fc);
  color: #1769d1;
  font-size: 42px;
  font-weight: 750;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .45);
}

.review-line {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.review-line p {
  margin: 1px 0 2px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

.review-line small {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
}

.sidebar-footer-link {
  display: block;
  margin-top: 12px;
  color: var(--ocp-blue);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1320px) {
  .header-upgrade-btn {
    display: none;
  }

  .nav {
    gap: 13px;
  }

  .ocp-home-page .hero-search {
    grid-template-columns: minmax(240px, 1fr) 170px 150px 116px;
  }
}

@media (max-width: 1180px) {
  .header-top-row {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .top-search {
    order: 3;
    flex: 1 1 100%;
    min-width: 0;
  }

  .header-cta-group {
    margin-left: auto;
  }

  .header-nav-row {
    overflow-x: auto;
  }

  .nav {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .ocp-home-page .home-grid {
    grid-template-columns: 1fr;
  }

  .home-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ocp-home-page .home-sidebar > * {
    margin-bottom: 0;
  }

  .ocp-home-page .store-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ocp-home-page .stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ocp-home-page .cat-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .header-top-row,
  .header-nav-row {
    display: flex;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .header-cta-group {
    display: none;
  }

  .account-menu summary {
    max-width: 170px;
  }

  .ocp-home-page .hero {
    min-height: 0;
    padding: 34px 24px 30px;
  }

  .ocp-home-page .hero h1 {
    font-size: 32px;
  }

  .hero-map-markers {
    display: none;
  }

  .ocp-home-page .hero-search {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ocp-home-page .cat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -18px;
  }

  .home-promo-banner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .promo-illustration {
    display: none;
  }

  .ocp-home-page .store-cards,
  .ocp-home-page .stat-row,
  .home-sidebar,
  .post-grid,
  .area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .header-top-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .brand {
    grid-column: 1 / -1;
  }

  .top-search {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .top-search select {
    width: 100%;
    flex-basis: auto;
  }

  .account-actions {
    grid-column: 1 / -1;
  }

  .header-nav-row {
    display: flex;
  }

  .hamburger {
    flex: 0 0 auto;
  }

  .ocp-home-page {
    padding-top: 14px;
  }

  .ocp-home-page .hero h1 {
    font-size: 29px;
  }

  .ocp-home-page .hero-tags {
    gap: 10px;
    font-size: 13px;
  }

  .ocp-home-page .cat-strip,
  .ocp-home-page .store-cards,
  .ocp-home-page .stat-row,
  .home-sidebar,
  .post-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .home-promo-banner h2 {
    font-size: 20px;
  }

  .banner-cta {
    width: 100%;
  }
}

/* OCP static pages and news */
.ocp-static-page {
  padding-top: 22px;
  padding-bottom: 42px;
}

.ocp-page-hero,
.ocp-about-card,
.ocp-contact-info-card,
.ocp-contact-form-card,
.ocp-news-card,
.ocp-news-detail,
.ocp-empty-state,
.ocp-stat-panel,
.ocp-article-cta {
  background: #fff;
  border: 1px solid var(--ocp-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.ocp-page-hero {
  padding: 30px 34px;
  margin-bottom: 20px;
  background:
    linear-gradient(120deg, rgba(232, 248, 223, .95), rgba(238, 247, 255, .98)),
    #fff;
}

.ocp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.ocp-breadcrumb a {
  color: var(--ocp-blue);
  font-weight: 600;
}

.ocp-page-kicker {
  margin: 0 0 8px;
  color: var(--ocp-green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
}

.ocp-page-title,
.ocp-news-detail h1 {
  margin: 0;
  color: var(--ocp-text);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 750;
  letter-spacing: 0;
}

.ocp-page-subtitle {
  max-width: 760px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
}

.ocp-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-bottom: 18px;
}

.ocp-about-card {
  padding: 22px;
}

.ocp-about-card h2,
.ocp-contact-form-card h2,
.ocp-article-cta h2 {
  margin: 0 0 12px;
  color: var(--ocp-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 750;
}

.ocp-about-card h3 {
  margin: 10px 0 8px;
  color: var(--ocp-text);
  font-size: 17px;
  font-weight: 750;
}

.ocp-about-card p,
.ocp-contact-info-card p,
.ocp-news-card p,
.ocp-empty-state p,
.ocp-article-cta p {
  margin: 0 0 10px;
  color: #475569;
  line-height: 1.6;
  font-weight: 600;
}

.ocp-owner-cta {
  display: grid;
  align-content: center;
  gap: 8px;
  background: linear-gradient(145deg, #effdf8, #eef7ff);
}

.ocp-owner-cta span {
  color: var(--ocp-green);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.ocp-owner-cta .btn {
  width: max-content;
  margin-top: 6px;
}

.ocp-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.ocp-value-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #e8f8df;
  color: var(--ocp-green);
  font-size: 22px;
  font-weight: 750;
}

.ocp-stat-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.ocp-stat-panel div {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
}

.ocp-stat-panel b {
  color: #111827;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 750;
}

.ocp-stat-panel span {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.ocp-contact-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.ocp-contact-info-list {
  display: grid;
  gap: 12px;
}

.ocp-contact-info-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.ocp-contact-info-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eef7ff;
  color: var(--ocp-blue);
  font-size: 22px;
  font-weight: 750;
}

.ocp-contact-info-card h3 {
  margin: 0 0 5px;
  color: var(--ocp-text);
  font-size: 16px;
  font-weight: 750;
}

.ocp-contact-info-card p {
  margin: 0;
}

.ocp-contact-info-card a {
  color: var(--ocp-blue);
  font-weight: 600;
}

.ocp-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ocp-contact-links a,
.ocp-contact-links span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0c4eb5;
  font-size: 12px;
  font-weight: 600;
}

.ocp-contact-form-card {
  padding: 22px;
}

.ocp-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ocp-contact-form label {
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
}

.ocp-contact-form input,
.ocp-contact-form select,
.ocp-contact-form textarea {
  width: 100%;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  padding: 0 13px;
  outline: none;
}

.ocp-contact-form input,
.ocp-contact-form select {
  height: 48px;
}

.ocp-contact-form textarea {
  min-height: 142px;
  padding-top: 12px;
  resize: vertical;
}

.ocp-contact-form input:focus,
.ocp-contact-form select:focus,
.ocp-contact-form textarea:focus {
  border-color: rgba(23, 105, 209, .55);
  box-shadow: 0 0 0 4px rgba(23, 105, 209, .10);
}

.ocp-contact-form span.field-validation-error,
.ocp-contact-form .field-validation-error,
.ocp-contact-form [data-valmsg-for] {
  color: #b91c1c;
  font-size: 12px;
  font-weight: 500;
}

.ocp-form-full,
.ocp-form-submit,
.ocp-contact-form > .field-validation-error {
  grid-column: 1 / -1;
}

.ocp-form-submit {
  min-height: 48px;
  width: max-content;
  min-width: 160px;
  border-radius: 12px;
}

.ocp-news-layout,
.ocp-news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.ocp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ocp-news-card {
  overflow: hidden;
}

.ocp-news-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: contain;
}

.ocp-news-card > div {
  padding: 14px;
}

.ocp-news-meta {
  margin: 0 0 8px !important;
  color: var(--ocp-blue) !important;
  font-size: 12px;
  font-weight: 600 !important;
}

.ocp-news-card h2 {
  margin: 0 0 8px;
  color: var(--ocp-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 750;
}

.ocp-news-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--ocp-green);
  font-weight: 750;
}

.ocp-news-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 128px;
}

.ocp-sidebar-news-list {
  display: grid;
  gap: 10px;
}

.ocp-sidebar-news-list a {
  display: grid;
  gap: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}

.ocp-sidebar-news-list a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ocp-sidebar-news-list b {
  color: var(--ocp-text);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.ocp-sidebar-news-list span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.ocp-empty-state {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 32px;
  text-align: center;
}

.ocp-empty-state h2 {
  margin: 0 0 8px;
  color: var(--ocp-text);
  font-size: 24px;
  font-weight: 750;
}

.ocp-news-detail {
  padding: 26px;
}

.ocp-news-detail-image {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 16px;
  margin: 18px 0;
}

.ocp-news-content {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.ocp-news-content h2,
.ocp-news-content h3 {
  color: var(--ocp-text);
  line-height: 1.32;
}

.ocp-news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 14px 0;
}

.ocp-news-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.ocp-news-content a {
  color: #075bd8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ocp-article-cta {
  margin-top: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #effdf8, #eef7ff);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ocp-article-cta h2,
.ocp-article-cta p {
  flex: 1 0 100%;
}

.ocp-article-cta .btn {
  width: auto;
}

@media (max-width: 1180px) {
  .ocp-about-grid,
  .ocp-contact-layout,
  .ocp-news-layout,
  .ocp-news-detail-layout {
    grid-template-columns: 1fr;
  }

  .ocp-news-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ocp-value-grid,
  .ocp-stat-panel,
  .ocp-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ocp-static-page {
    padding-top: 14px;
  }

  .ocp-page-hero,
  .ocp-about-card,
  .ocp-contact-form-card,
  .ocp-news-detail {
    padding: 18px;
  }

  .ocp-page-title,
  .ocp-news-detail h1 {
    font-size: 28px;
  }

  .ocp-contact-form,
  .ocp-value-grid,
  .ocp-stat-panel,
  .ocp-news-grid,
  .ocp-news-sidebar {
    grid-template-columns: 1fr;
  }

  .ocp-form-submit {
    width: 100%;
  }
}

/* OCP category directory */
.ocp-category-page {
  padding-top: 36px;
}

.ocp-category-top-banner {
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f8d46f;
  border-radius: 12px;
  padding: 24px 32px;
  background: linear-gradient(100deg, #fff1b8 0%, #ffd978 58%, #ffeeb8 100%);
  color: #111827;
}

.ocp-category-top-banner:before {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -54px;
  width: 42%;
  height: 115px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
}

.ocp-category-banner-label {
  position: absolute;
  left: 30px;
  top: 22px;
  color: #8a2d0d;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0;
}

.ocp-category-banner-copy {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 30%;
  z-index: 1;
}

.ocp-category-banner-copy h1 {
  margin: 10px 0 2px;
  color: #050814;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ocp-category-banner-copy p {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.ocp-category-banner-img {
  width: 260px;
  max-height: 100px;
  object-fit: contain;
  z-index: 1;
}

.ocp-category-banner-products {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 1;
}

.ocp-category-banner-products span {
  width: 66px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(146, 64, 14, .12);
  font-size: 42px;
  box-shadow: 0 12px 22px rgba(124, 45, 18, .12);
}

.ocp-category-banner-cta {
  min-width: 150px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 2px solid #f97316;
  border-radius: 10px;
  background: #fff;
  color: #9a3412;
  font-size: 16px;
  font-weight: 750;
  z-index: 1;
}

.ocp-category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 18px;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
}

.ocp-category-breadcrumb a {
  color: #4b5563;
}

.ocp-category-breadcrumb b {
  color: #111827;
}

.ocp-category-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

.ocp-category-filter {
  padding-right: 24px;
  border-right: 1px solid #e5e7eb;
}

.ocp-category-filter h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 750;
}

.ocp-category-filter .filter-field {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  color: #0f172a;
  font-weight: 600;
}

.ocp-category-filter input[type="search"],
.ocp-category-filter select,
.ocp-sort-box select {
  width: 100%;
  height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #fff;
  color: #111827;
  padding: 0 12px;
  font: inherit;
  font-weight: 500;
}

.filter-section {
  margin-top: 18px;
}

.filter-section h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.ocp-check,
.ocp-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  margin: 8px 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.ocp-check input,
.ocp-radio input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--ocp-green);
}

.filter-stars {
  color: #f59e0b;
  letter-spacing: 0;
}

.ocp-filter-submit {
  width: 100%;
  margin-top: 16px;
}

.ocp-category-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.ocp-category-list-head h1 {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 750;
}

.ocp-category-list-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 15px;
  font-weight: 700;
}

.ocp-sort-box {
  min-width: 274px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 14px;
  color: #111827;
  font-weight: 600;
}

.ocp-sort-box select {
  height: 36px;
  border: 0;
  padding: 0 28px 0 8px;
  font-weight: 600;
}

.ocp-category-store-list {
  display: grid;
  gap: 0;
}

.ocp-store-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px;
  transition: box-shadow .2s, transform .2s;
}

.ocp-store-card + .ocp-store-card {
  margin-top: -1px;
}

.ocp-store-card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
  z-index: 1;
}

.ocp-store-image img {
  width: 170px;
  height: 96px;
  object-fit: contain;
  border-radius: 8px;
  background: #eef2f7;
}

.ocp-store-card-body {
  min-width: 0;
}

.ocp-store-card h2 {
  margin: 4px 0 4px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 750;
}

.ocp-store-card h2 a {
  color: #0f172a;
}

.ocp-store-rating,
.ocp-store-zone,
.ocp-store-address {
  margin: 0 0 5px;
  color: #334155;
  font-size: 15px;
  font-weight: 500;
}

.ocp-store-rating span {
  color: #f59e0b;
  font-size: 20px;
  line-height: 1;
  vertical-align: -1px;
}

.ocp-store-zone {
  color: #475569;
}

.ocp-store-address {
  color: #64748b;
  font-size: 14px;
}

.ocp-store-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 7px;
}

.ocp-store-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border: 1px solid #b7e7c2;
  border-radius: 999px;
  background: #e8f7ec;
  color: #07833a;
  font-size: 13px;
  font-weight: 700;
}

.ocp-store-action {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #111827;
}

.ocp-store-action:hover {
  background: #eef7ff;
  color: var(--ocp-blue);
}

.ocp-store-action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ocp-category-page .badge-sponsored {
  background: #ef2b2d;
  color: #fff;
  border-radius: 5px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 750;
}

.ocp-category-page .badge-verified {
  background: #e7f3ff;
  color: #1769d1;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 750;
}

.ocp-category-map-panel {
  position: sticky;
  top: 96px;
}

.ocp-category-map {
  width: 100%;
  height: 620px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background-color: #eef4f8;
  background-image:
    linear-gradient(28deg, transparent 0 42%, rgba(79, 164, 220, .32) 43% 46%, transparent 47%),
    repeating-linear-gradient(0deg, rgba(203, 213, 225, .55) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(90deg, rgba(203, 213, 225, .5) 0 1px, transparent 1px 58px);
  position: relative;
}

.ocp-category-map .ocp-store-map-canvas {
  min-height: 620px;
  border-radius: 14px;
  background-color: transparent;
}

.ocp-category-map .leaflet-container {
  background-color: transparent;
  background-image:
    linear-gradient(28deg, transparent 0 42%, rgba(79, 164, 220, .32) 43% 46%, transparent 47%),
    repeating-linear-gradient(0deg, rgba(203, 213, 225, .55) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(90deg, rgba(203, 213, 225, .5) 0 1px, transparent 1px 58px);
}

.ocp-category-pin {
  position: relative;
  display: grid;
  justify-items: center;
  pointer-events: auto;
}

.ocp-category-pin span {
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  border-radius: 50% 50% 50% 0;
  background: #ef2b2d;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(239, 43, 45, .32);
}

.ocp-category-pin span:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.ocp-category-pin b {
  margin-top: 3px;
  color: #ef2b2d;
  font-size: 13px;
  line-height: 1;
  font-weight: 750;
  text-shadow: 0 1px 0 #fff;
}

.ocp-map-static-pins {
  position: absolute;
  inset: 0;
  z-index: 410;
  pointer-events: none;
}

.ocp-map-static-pins span {
  position: absolute;
  display: grid;
  justify-items: center;
}

.ocp-map-static-pins i {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  border-radius: 50% 50% 50% 0;
  background: #ef2b2d;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(239, 43, 45, .32);
}

.ocp-map-static-pins i:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.ocp-map-static-pins b {
  margin-top: 3px;
  color: #ef2b2d;
  font-size: 14px;
  font-weight: 750;
  text-shadow: 0 1px 0 #fff;
}

.pin-sa3 { left: 14%; top: 39%; }
.pin-sa2-a { left: 47%; top: 24%; }
.pin-sa1 { right: 19%; top: 34%; }
.pin-sa2-b { right: 16%; bottom: 22%; }

.ocp-category-bottom-banner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 28px;
  border-radius: 12px;
  background: linear-gradient(100deg, #dbeafe, #eff6ff 55%, #bfdbfe);
  border: 1px solid #bfdbfe;
  color: #0b2470;
}

.ocp-category-bottom-banner strong {
  font-size: 18px;
  font-weight: 750;
}

.ocp-category-bottom-banner h2 {
  margin: 4px 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 750;
}

.ocp-category-bottom-banner p {
  margin: 0;
  color: #334155;
  font-weight: 500;
}

.ocp-category-bottom-banner > span {
  font-size: 64px;
}

.ocp-category-bottom-banner a {
  min-width: 164px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1d4ed8;
  border-radius: 10px;
  background: #fff;
  color: #0b2470;
  font-weight: 750;
}

@media (max-width: 1199px) {
  .ocp-category-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ocp-category-map-panel {
    grid-column: 1 / -1;
    position: static;
  }

  .ocp-category-map,
  .ocp-category-map .ocp-store-map-canvas {
    height: 460px;
    min-height: 460px;
  }

  .ocp-category-banner-copy {
    padding-left: 0;
    padding-top: 34px;
  }
}

@media (max-width: 768px) {
  .ocp-category-page {
    padding-top: 18px;
  }

  .ocp-category-top-banner,
  .ocp-category-bottom-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }

  .ocp-category-banner-label {
    position: static;
    font-size: 16px;
  }

  .ocp-category-banner-copy {
    padding-top: 0;
  }

  .ocp-category-banner-copy h1 {
    font-size: 26px;
  }

  .ocp-category-banner-copy p {
    font-size: 18px;
  }

  .ocp-category-banner-products,
  .ocp-category-banner-img,
  .ocp-category-bottom-banner > span {
    display: none;
  }

  .ocp-category-banner-cta,
  .ocp-category-bottom-banner a {
    width: 100%;
  }

  .ocp-category-layout {
    display: block;
  }

  .ocp-category-filter {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
  }

  .ocp-category-list-head {
    display: grid;
  }

  .ocp-sort-box {
    min-width: 0;
    width: 100%;
  }

  .ocp-store-card {
    grid-template-columns: 1fr 42px;
    align-items: start;
  }

  .ocp-store-image {
    grid-column: 1 / -1;
  }

  .ocp-store-image img {
    width: 100%;
    height: 180px;
  }

  .ocp-category-map {
    margin-top: 20px;
  }
}

@media (max-width: 430px) {
  .ocp-category-list-head h1 {
    font-size: 27px;
  }

  .ocp-store-card {
    grid-template-columns: 1fr;
  }

  .ocp-store-action {
    justify-self: end;
  }
}

/* OCP store/search directory */
.ocp-store-search-page {
  padding-top: 24px;
}

.ocp-search-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px 180px 130px;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--ocp-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.ocp-search-toolbar input,
.ocp-search-toolbar select,
.ocp-filter-panel select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--ocp-line);
  border-radius: 10px;
  background: #fff;
  color: #111827;
  padding: 0 13px;
  font: inherit;
  font-weight: 500;
  outline: none;
}

.ocp-search-toolbar input:focus,
.ocp-search-toolbar select:focus,
.ocp-filter-panel select:focus {
  border-color: rgba(7, 131, 58, .55);
  box-shadow: 0 0 0 3px rgba(7, 131, 58, .1);
}

.ocp-search-toolbar .btn {
  min-height: 44px;
  padding: 0 16px;
}

.ocp-store-search-banner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0 22px;
  padding: 16px 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f8d46f;
  border-radius: 14px;
  background: linear-gradient(100deg, #fff1b8 0%, #ffd978 62%, #ffeeb8 100%);
  color: #7c2d12;
}

.ocp-store-search-banner:before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -52px;
  width: 36%;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
}

.ocp-store-search-banner .promo-badge {
  width: 78px;
  min-height: 45px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #ff6b21;
  color: #fff;
  font-size: 12px;
  line-height: 1.08;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.ocp-store-search-banner h2 {
  margin: 0;
  color: #8a2d0d;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ocp-store-search-banner p {
  margin: 3px 0 0;
  color: #8a2d0d;
  font-size: 15px;
  font-weight: 600;
}

.ocp-store-search-banner .promo-art {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9a3412;
  font-size: 30px;
  z-index: 1;
}

.ocp-store-search-banner a {
  min-width: 104px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #fff;
  color: #8a2d0d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.ocp-store-search-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

.ocp-filter-panel {
  position: sticky;
  top: 112px;
  background: #fff;
  border: 1px solid var(--ocp-line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.ocp-filter-panel h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.ocp-filter-panel .filter-field {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  color: #0f172a;
  font-weight: 600;
}

.ocp-filter-panel .filter-section {
  margin: 16px 0;
}

.ocp-filter-panel h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.ocp-filter-panel .ocp-check {
  font-weight: 600;
}

.ocp-store-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.ocp-store-search-head h1 {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ocp-store-search-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
}

.ocp-store-result-list {
  display: grid;
  gap: 0;
}

.ocp-store-result-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--ocp-line);
  border-radius: 16px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.ocp-store-result-card + .ocp-store-result-card {
  margin-top: -1px;
}

.ocp-store-result-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
  z-index: 1;
}

.ocp-store-result-image img {
  width: 170px;
  height: 100px;
  object-fit: contain;
  border-radius: 12px;
  background: #eef2f7;
}

.ocp-store-result-body {
  min-width: 0;
}

.ocp-store-result-body h2 {
  margin: 4px 0 4px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.ocp-store-result-body h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ocp-store-category,
.ocp-store-result-body .ocp-store-rating,
.ocp-store-result-body .ocp-store-address {
  margin: 0 0 5px;
  color: #334155;
  font-size: 15px;
  font-weight: 500;
}

.ocp-store-result-body .ocp-store-rating span {
  color: #f59e0b;
  font-size: 18px;
  vertical-align: -1px;
}

.ocp-store-result-body .ocp-store-address {
  max-width: 100%;
  overflow: hidden;
  color: #64748b;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ocp-store-result-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0;
}

.ocp-store-result-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.ocp-store-result-action {
  min-width: 118px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #cce8d4;
  border-radius: 10px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ocp-store-result-action:hover {
  background: var(--ocp-green);
  color: #fff;
}

.ocp-store-result-action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ocp-result-map-panel {
  position: sticky;
  top: 112px;
}

.ocp-result-map {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--ocp-line);
  border-radius: 16px;
  background-color: #eef4f8;
  background-image:
    linear-gradient(28deg, transparent 0 42%, rgba(79, 164, 220, .32) 43% 46%, transparent 47%),
    repeating-linear-gradient(0deg, rgba(203, 213, 225, .55) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(90deg, rgba(203, 213, 225, .5) 0 1px, transparent 1px 58px);
}

.ocp-result-map .ocp-store-map-canvas {
  min-height: 600px;
  border-radius: 16px;
  background: transparent;
}

.ocp-result-map .leaflet-container {
  background-color: transparent;
}

@media (max-width: 1199px) {
  .ocp-store-search-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ocp-result-map-panel {
    grid-column: 1 / -1;
    position: static;
  }

  .ocp-result-map,
  .ocp-result-map .ocp-store-map-canvas {
    height: 460px;
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .ocp-store-search-page {
    padding-top: 18px;
  }

  .ocp-search-toolbar,
  .ocp-store-search-layout {
    grid-template-columns: 1fr;
  }

  .ocp-store-search-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .ocp-store-search-banner .promo-art {
    display: none;
  }

  .ocp-store-search-banner a,
  .ocp-search-toolbar .btn {
    width: 100%;
  }

  .ocp-filter-panel {
    position: static;
  }

  .ocp-store-result-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ocp-store-result-image img {
    width: 100%;
    height: 180px;
  }

  .ocp-store-result-action {
    width: 100%;
  }

  .ocp-result-map,
  .ocp-result-map .ocp-store-map-canvas {
    height: 340px;
    min-height: 340px;
  }
}

@media (max-width: 430px) {
  .ocp-store-search-head h1 {
    font-size: 26px;
  }

  .ocp-store-search-banner h2 {
    font-size: 22px;
  }
}

/* OCP account dashboard */
.ocp-account-page {
  min-height: 70vh;
  padding: 28px 0 56px;
  background:
    radial-gradient(circle at 12% 0%, rgba(7, 131, 58, .08), transparent 30%),
    #f6f8fb;
}

.ocp-account-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ocp-account-hero,
.ocp-account-card,
.ocp-account-sidebar {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.ocp-account-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 20px;
}

.ocp-account-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0aa24b, #1769d1);
  color: #fff;
  font-size: 30px;
  font-weight: 750;
  box-shadow: 0 16px 28px rgba(7, 131, 58, .22);
}

.ocp-account-summary {
  min-width: 0;
}

.ocp-account-breadcrumb {
  margin: 0 0 8px;
}

.ocp-account-summary h1 {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.ocp-account-summary p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.ocp-account-badges,
.ocp-account-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ocp-account-badges {
  margin-top: 14px;
}

.ocp-account-badges span,
.ocp-account-quick span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #eef8f0;
  color: #07833a;
  font-size: 13px;
  font-weight: 700;
}

.ocp-account-badges span {
  padding: 0 12px;
}

.ocp-account-badges .store-status {
  background: #eef7ff;
  color: #1769d1;
}

.ocp-account-quick {
  justify-content: flex-end;
  max-width: 250px;
}

.ocp-account-quick span {
  justify-content: space-between;
  width: 100%;
  padding: 0 12px;
  background: #f8fafc;
  color: #334155;
}

.ocp-account-quick b {
  color: #0f172a;
  font-size: 18px;
  font-weight: 750;
}

.ocp-account-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.ocp-account-sidebar {
  height: fit-content;
  padding: 14px;
  border-radius: 18px;
}

.ocp-account-nav {
  display: grid;
  gap: 6px;
}

.ocp-account-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  font-weight: 650;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ocp-account-nav a span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #f1f5f9;
  color: #1769d1;
  font-size: 11px;
  font-weight: 750;
}

.ocp-account-nav a.active,
.ocp-account-nav a:hover {
  background: #eaf7ef;
  color: #07833a;
  transform: translateX(2px);
}

.ocp-account-nav a.active span,
.ocp-account-nav a:hover span {
  background: #07833a;
  color: #fff;
}

.ocp-account-main {
  min-width: 0;
}

.ocp-account-card {
  padding: 22px;
  border-radius: 20px;
}

.ocp-account-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ocp-account-card-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.ocp-account-card-head p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.ocp-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ocp-profile-grid div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
  min-height: 78px;
  padding: 14px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fbfdff;
}

.ocp-profile-grid span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef8f0;
  color: #07833a;
  font-size: 12px;
  font-weight: 750;
}

.ocp-profile-grid small {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.ocp-profile-grid b {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.ocp-account-actions,
.ocp-favorite-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.ocp-account-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ocp-action-card {
  display: grid;
  gap: 8px;
  min-height: 168px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ocp-action-card:hover {
  transform: translateY(-2px);
  border-color: #cdebd5;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.ocp-action-card > span,
.ocp-empty-state > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eef8f0;
  color: #07833a;
  font-size: 13px;
  font-weight: 750;
}

.ocp-action-card strong {
  color: #0f172a;
  font-size: 17px;
  font-weight: 750;
}

.ocp-action-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.ocp-action-card em {
  align-self: end;
  color: #07833a;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.ocp-favorite-tabs {
  display: inline-flex;
  gap: 8px;
  max-width: 100%;
  padding: 6px;
  margin-bottom: 18px;
  overflow-x: auto;
  background: #f1f5f9;
  border-radius: 14px;
}

.ocp-favorite-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.ocp-favorite-tabs a.active {
  background: #fff;
  color: #07833a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.ocp-favorite-store-card,
.ocp-favorite-service-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  transition: box-shadow .18s ease, transform .18s ease;
}

.ocp-favorite-store-card:hover,
.ocp-favorite-service-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.ocp-favorite-thumb img {
  width: 170px;
  height: 112px;
  object-fit: contain;
  border-radius: 12px;
  background: #eef2f7;
}

.ocp-favorite-body {
  min-width: 0;
}

.ocp-favorite-body h3 {
  margin: 6px 0 6px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.ocp-favorite-body h3 a {
  color: inherit;
}

.ocp-favorite-body p {
  margin: 0 0 5px;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.ocp-favorite-actions {
  display: grid;
  gap: 8px;
  min-width: 130px;
}

.ocp-favorite-actions form {
  margin: 0;
}

.ocp-favorite-actions .btn {
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
}

.ocp-empty-state {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 44px 24px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #fbfdff;
  text-align: center;
}

.ocp-empty-state h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 750;
}

.ocp-empty-state p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 900px) {
  .ocp-account-hero {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ocp-account-quick {
    grid-column: 1 / -1;
    max-width: none;
  }

  .ocp-account-layout {
    grid-template-columns: 1fr;
  }

  .ocp-account-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ocp-account-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ocp-account-nav a:hover,
  .ocp-account-nav a.active {
    transform: none;
  }

  .ocp-favorite-store-card,
  .ocp-favorite-service-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .ocp-favorite-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ocp-favorite-thumb img {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .ocp-account-page {
    padding: 18px 0 40px;
  }

  .ocp-account-container {
    width: min(100% - 20px, 1180px);
  }

  .ocp-account-hero,
  .ocp-account-card,
  .ocp-account-sidebar {
    border-radius: 16px;
  }

  .ocp-account-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ocp-account-avatar {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .ocp-account-summary h1 {
    font-size: 27px;
  }

  .ocp-profile-grid,
  .ocp-account-actions {
    grid-template-columns: 1fr;
  }

  .ocp-account-card {
    padding: 16px;
  }

  .ocp-favorite-tabs {
    width: 100%;
  }

  .ocp-favorite-tabs a {
    flex: 1 0 auto;
    padding: 0 12px;
  }

  .ocp-favorite-store-card,
  .ocp-favorite-service-card {
    grid-template-columns: 1fr;
  }

  .ocp-favorite-thumb img {
    width: 100%;
    height: 178px;
  }
}

@media (max-width: 430px) {
  .ocp-account-card-head {
    display: block;
  }

  .ocp-favorite-actions {
    grid-template-columns: 1fr;
  }
}

/* Dot 8.1 public UI foundation polish */
.ocp-layout-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.ocp-public-main {
  flex: 1 0 auto;
  width: 100%;
  min-height: clamp(360px, 46vh, 640px);
  padding-bottom: clamp(18px, 3vw, 36px);
}

.container,
.header-shell {
    width: min(1440px, calc(100% - 48px));
}

.public-header {
  position: relative;
  top: auto;
  z-index: 30;
  background: rgba(255, 255, 255, .98);
}

.header-shell {
  padding: 0;
}

.header-top-row {
  min-height: 62px;
  gap: 10px;
}

.brand {
  min-width: 198px;
  max-width: 248px;
}

.brand-logo-img,
.logo {
  width: 42px;
  height: 42px;
}

.brand-copy strong {
  font-size: 20px;
}

.brand-copy small {
  font-size: 11px;
  line-height: 1.2;
}

.top-search {
  min-width: 330px;
  height: 40px;
  gap: 8px;
}

.top-search select,
.top-search input {
  height: 40px;
  border-radius: 9px;
}

.top-search select {
  width: 158px;
  flex-basis: 158px;
}

.top-search-box {
  min-width: 210px;
}

.header-search-submit {
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 19px;
}

.header-cta-group {
  gap: 7px;
}

.header-cta-group .btn,
.account-actions .btn {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 700;
}

.header-post-btn {
  box-shadow: 0 7px 14px rgba(7, 131, 58, .14);
}

.header-upgrade-btn {
  color: #7a4a00;
  background: #fff7df;
  border-color: #f7d983;
}

.ocp-notification-bell summary {
  width: 38px;
  height: 38px;
}

.account-menu summary {
  min-height: 38px;
  max-width: 190px;
}

.header-nav-row {
  height: 42px;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.header-nav-row::-webkit-scrollbar {
  display: none;
}

.hamburger {
  height: 32px;
  padding: 0 13px;
  border-radius: 8px;
  white-space: nowrap;
}

.nav {
  flex: 1 1 auto;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.nav a {
  padding: 8px 2px;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}

.ocp-footer {
  flex-shrink: 0;
  margin-top: clamp(24px, 4vw, 42px);
  padding-bottom: 84px;
}

.ocp-footer-shell {
  width: min(1440px, 100%);
  padding-top: clamp(40px, 5vw, 64px);
}

.social-fixed-left,
.floating-open-btn {
  left: max(24px, calc((100vw - 1440px) / 2 + 24px));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 18;
}

.social-fixed-left {
  gap: 8px;
}

.social-fixed-left .items {
  gap: 10px;
}

.social-fixed-left .item,
.floating-open-btn {
  width: 46px;
  height: 46px;
}

.social-fixed-left .item::before {
  inset: -10px;
}

.social-fixed-left .item img {
  width: 27px;
  height: 27px;
}

@media (max-width: 1320px) {
  .header-upgrade-btn {
    display: inline-flex;
  }

  .nav {
    /*justify-content: flex-start;*/
  }
}

@media (max-width: 1180px) {
  .header-top-row {
    padding: 9px 0;
  }

  .brand {
    max-width: none;
  }

  .public-header .ocp-header-brand-logo {
    width: min(140px, 18vw);
    height: 46px;
  }

  .top-search {
    order: 3;
    flex-basis: 100%;
  }

  .header-nav-row {
    margin: 0 -20px;
    padding: 0 20px;
  }

  .nav {
    /*flex: 0 0 auto;*/
    min-width: max-content;
  }
}

@media (max-width: 820px) {
  .container,
  .header-shell {
    width: min(100% - 28px, 1440px);
  }

  .header-top-row {
    align-items: center;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta-group {
    display: flex;
  }

  .header-upgrade-btn {
    display: none;
  }

  .account-actions {
    margin-left: auto;
  }
}

@media (max-width: 620px) {
  .container,
  .header-shell {
    width: min(100% - 20px, 1440px);
  }

  .header-top-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 0;
  }

  .brand {
    grid-column: 1;
    min-width: 0;
  }

  .public-header .ocp-header-brand-logo {
    width: 112px;
    height: 40px;
  }

  .public-header .ocp-header-brand-fallback {
    width: 40px;
    height: 40px;
  }

  .brand-logo-img,
  .logo {
    width: 38px;
    height: 38px;
  }

  .top-search {
    grid-column: 1 / -1;
    height: auto;
    display: grid;
    grid-template-columns: minmax(106px, 128px) minmax(0, 1fr);
    gap: 7px;
  }

  .top-search select {
    width: 100%;
  }

  .top-search-box {
    min-width: 0;
  }

  .header-cta-group {
    display: none;
  }

  .account-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .account-actions .btn {
    width: 100%;
  }

  .ocp-notification-bell {
    justify-self: end;
  }

  .header-nav-row {
    height: 40px;
    margin: 0 -10px;
    padding: 0 10px;
    gap: 10px;
  }

  .hamburger {
    height: 30px;
    padding: 0 11px;
    font-size: 12px;
  }

  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 12.5px;
  }

  .social-fixed-left,
  .floating-open-btn {
    left: 12px;
    bottom: max(76px, env(safe-area-inset-bottom));
  }

  .social-fixed-left .item,
  .floating-open-btn {
    width: 42px;
    height: 42px;
  }

  .social-fixed-left .item img {
    width: 24px;
    height: 24px;
  }

  .ocp-footer {
    padding-bottom: 128px;
  }
}

@media (max-width: 360px) {
  .top-search {
    grid-template-columns: 1fr;
  }
}

.mobile-backdrop[hidden] {
  display: none;
}

.mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(86vw, 340px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 20px 0 46px rgba(15, 23, 42, .20);
  transform: translateX(-105%);
  visibility: hidden;
  transition: transform .22s ease, visibility .22s ease;
  z-index: 70;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  border: 0;
  padding: 0;
  background: rgba(15, 23, 42, .42);
  z-index: 65;
  cursor: pointer;
}

.mobile-drawer-head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #e5edf5;
}

.mobile-drawer-brand {
  display: inline-flex;
  min-width: 0;
}

.mobile-drawer-close {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
}

.mobile-drawer-close .ocp-icon {
  width: 20px;
  height: 20px;
}

.mobile-drawer-user {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
  color: #64748b;
  font-size: 13px;
}

.mobile-drawer-user b {
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-drawer-nav {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.mobile-drawer-account {
  border-top: 1px solid #eef2f7;
  padding-top: 14px;
  padding-bottom: 18px;
}

.mobile-drawer-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.mobile-drawer-nav a:hover,
.mobile-drawer-nav a:focus-visible,
.mobile-drawer-nav a.active {
  background: #eef7ff;
  color: #0c4eb5;
  text-decoration: none;
}

.mobile-drawer-nav .ocp-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.mobile-menu-toggle:focus-visible,
.mobile-drawer-close:focus-visible,
.mobile-drawer-nav a:focus-visible {
  outline: 3px solid rgba(0, 140, 58, .28);
  outline-offset: 2px;
}

.ocp-mobile-drawer-open {
  overflow: hidden;
}

.ocp-mobile-drawer-open .mobile-drawer {
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 992px) {
  .mobile-drawer,
  .mobile-backdrop {
    display: none;
  }
}

/* Đợt 3: ưu tiên thông tin cửa hàng và thao tác chính trên màn hình nhỏ. */
.ocp-store-mobile-contact {
  display: none;
}

@media (max-width: 991.98px) {
  .ocp-store-detail-page .detail-hero {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .ocp-store-detail-page .gallery {
    order: -2;
    width: 100%;
  }

  .ocp-store-detail-page .store-info {
    order: 0;
  }

  .ocp-store-detail-page .ocp-store-hero-qr {
    display: none;
  }

  .ocp-store-detail-page .gallery-main {
    min-height: 0;
    max-height: min(56vh, 460px);
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .ocp-store-detail-page .gallery-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .ocp-store-detail-page .gallery-thumbs img {
    width: 92px;
    min-width: 92px;
    height: 68px;
    object-fit: cover;
  }

  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: clamp(24px, 6vw, 28px);
  }

  .ocp-store-detail-page .store-hero-meta,
  .ocp-store-detail-page .store-public-status,
  .ocp-store-detail-page .store-info > p {
    font-size: 13px;
  }

  .ocp-store-detail-page .ocp-store-hero-contact {
    display: none;
  }

  .ocp-store-detail-page .ocp-store-hero-tags .ocp-service-tag:nth-of-type(n + 4) {
    display: none;
  }

  .ocp-store-detail-page .store-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 0;
  }

  .ocp-store-detail-page .store-hero-actions .btn,
  .ocp-store-detail-page .store-hero-actions .inline-form,
  .ocp-store-detail-page .store-hero-actions .inline-form .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    margin: 0;
  }

  .ocp-store-detail-page .store-primary-cta {
    grid-column: 1 / -1;
    min-width: 0;
    padding-inline: 10px;
  }

  .ocp-store-detail-page .store-hero-actions:has(.store-call-cta) .store-call-cta,
  .ocp-store-detail-page .store-hero-actions:has(.store-call-cta) .store-primary-cta {
    grid-column: auto;
  }

  .ocp-store-detail-page .store-call-cta {
    order: -1;
  }

  .ocp-store-detail-page .store-directions-action,
  .ocp-store-detail-page .store-favorite-action {
    min-height: 42px;
    font-size: 13px;
  }

  .ocp-store-detail-page .store-review-action {
    display: none;
  }

  .ocp-store-detail-page .tabs {
    top: 117px;
    z-index: 55;
    flex-wrap: nowrap;
    margin: 14px -2px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    white-space: nowrap;
  }

  .ocp-store-detail-page section[id] {
    scroll-margin-top: 174px;
  }

  .ocp-store-detail-page .detail-content,
  .ocp-store-detail-page .review-card {
    padding: 16px;
  }

  .ocp-store-detail-page .detail-content,
  .ocp-store-detail-page .ocp-store-description-summary,
  .ocp-store-detail-page .ocp-store-description-content {
    font-size: 15px;
    line-height: 1.7;
  }

  .ocp-store-detail-page .ocp-store-description-summary img,
  .ocp-store-detail-page .ocp-store-description-content img {
    max-width: 100%;
    height: auto;
  }

  .ocp-store-detail-page .ocp-store-description-summary table,
  .ocp-store-detail-page .ocp-store-description-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .ocp-store-detail-page .ocp-store-mobile-contact {
    display: grid;
    gap: 8px;
  }

  .ocp-store-detail-page .ocp-store-mobile-contact p {
    margin: 0;
    overflow-wrap: anywhere;
  }

  .ocp-store-detail-page .ocp-store-mobile-zalo-link {
    width: fit-content;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    color: #0f4ca5;
    font-weight: 700;
  }

  .ocp-store-detail-page .service-list {
    grid-template-columns: 1fr;
  }

  .ocp-store-detail-page .service-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ocp-store-detail-page .service-card .thumb {
    width: 96px;
    height: 96px;
    object-fit: cover;
  }

  .ocp-store-detail-page .service-card h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .ocp-store-detail-page .service-card .compact-actions > :not(.service-detail-link) {
    display: none;
  }

  .ocp-store-detail-page .service-card .compact-actions .service-detail-link {
    width: 100%;
    min-height: 40px;
    justify-content: center;
  }

  .ocp-store-detail-page .price-table-wrap {
    border-radius: 12px;
  }

  .ocp-store-detail-page .price-table th,
  .ocp-store-detail-page .price-table td {
    white-space: nowrap;
  }

  .ocp-store-detail-page .review-card {
    gap: 10px;
  }

  .ocp-store-detail-page .review-reply,
  .ocp-store-detail-page .review-reply.child {
    margin-left: 8px;
    padding: 10px 12px;
    border-radius: 0;
    background: transparent;
  }

  .ocp-store-detail-page .review-report-box summary,
  .ocp-store-detail-page .review-reply-box summary {
    min-height: 36px;
  }

  .ocp-store-detail-page .ocp-store-discovery-sidebar {
    display: grid;
    gap: 12px;
  }

  .ocp-store-detail-page .side-ad,
  .ocp-store-detail-page .right-widget {
    padding: 14px;
  }

  .ocp-store-detail-page ~ .social-fixed-left,
  .ocp-store-detail-page ~ .floating-open-btn {
    display: none;
  }
}

@media (max-width: 430px) {
  .ocp-store-detail-page .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ocp-store-detail-page .store-hero-actions .btn,
  .ocp-store-detail-page .store-hero-actions .inline-form .btn {
    padding-inline: 8px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-drawer {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .public-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #fff;
  }

  .public-header .container,
  .public-header .header-shell {
    width: min(100% - 20px, 1440px);
  }

  .header-top-row {
    min-height: 116px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto auto;
    grid-template-rows: 58px 48px;
    align-items: center;
    gap: 2px 8px;
    padding: 4px 0;
  }

  .mobile-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
  }

  .mobile-menu-toggle .ocp-icon {
    width: 22px;
    height: 22px;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    max-width: none;
    width: max-content;
  }

  .public-header .ocp-header-brand-logo {
    width: 118px;
    height: 40px;
  }

  .public-header .ocp-header-brand-fallback {
    width: 40px;
    height: 40px;
  }

  .header-cta-group {
    display: none;
  }

  .ocp-notification-bell {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .ocp-notification-bell summary {
    width: 42px;
    height: 42px;
  }

  .account-actions {
    grid-column: 4;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    width: auto;
  }

  .account-actions .btn {
    width: auto;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1;
  }

  .account-actions .nav-cta {
    display: none;
  }

  .account-actions .btn-register {
    display: none;
  }

  .account-menu {
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
  }

  .account-menu summary {
    width: 42px;
    min-height: 42px;
    max-width: 42px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .account-menu summary span:last-child {
    display: none;
  }

  .account-avatar-img,
  .account-avatar-fallback {
    width: 32px;
    height: 32px;
  }

  .account-dropdown {
    right: 0;
    left: auto;
  }

  .top-search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 48px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 0;
    order: initial;
    flex: none;
  }

  .top-search select,
  .top-search input {
    width: 100%;
    min-width: 0;
    height: 42px;
    border-radius: 10px;
    font-size: 13px;
  }

  .top-search select {
    flex: none;
    padding: 0 28px 0 10px;
  }

  .top-search-box {
    min-width: 0;
  }

  .top-search-box input {
    overflow: hidden;
    padding-right: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-search-submit {
    top: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
  }

  .header-nav-row {
    display: none;
  }

  .mobile-backdrop {
    display: block;
  }
}

@media (max-width: 430px) {
  .header-top-row {
    grid-template-columns: 42px minmax(0, 1fr) auto auto;
    gap: 2px 6px;
  }

  .public-header .ocp-header-brand-logo {
    width: 112px;
    height: 40px;
  }

  .top-search {
    grid-template-columns: minmax(120px, 132px) minmax(0, 1fr);
  }
}

@media (max-width: 340px) {
  .public-header .ocp-header-brand-logo {
    width: 104px;
  }

  .top-search {
    grid-template-columns: minmax(104px, 116px) minmax(0, 1fr);
  }
}

/* Dot 8.2 listing pages polish */
.ocp-category-page,
.ocp-store-search-page {
  padding-top: clamp(18px, 3vw, 30px);
  padding-bottom: clamp(34px, 5vw, 64px);
}

.ocp-category-layout,
.ocp-store-search-layout {
  display: grid;
  grid-template-columns: minmax(232px, 260px) minmax(430px, 1fr) minmax(300px, 340px);
  gap: 20px;
  align-items: start;
}

.ocp-category-results,
.ocp-store-search-results {
  min-width: 0;
}

.ocp-service-tag-page {
  width: min(1180px, calc(100% - 48px));
  padding-top: 20px;
  padding-bottom: 42px;
}

.ocp-service-tag-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  margin: 14px 0 18px;
  border: 1px solid var(--ocp-line);
  border-radius: 14px;
  background: #fff;
}

.ocp-service-tag-intro h1 {
  margin: 3px 0 8px;
  font-size: 30px;
  line-height: 1.2;
}

.ocp-service-tag-intro p {
  margin: 0;
  color: var(--ocp-muted);
  line-height: 1.55;
}

.ocp-service-tag-intro__eyebrow {
  color: var(--ocp-green) !important;
  font-size: 13px;
  font-weight: 800;
}

.ocp-service-tag-intro__total {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  min-width: 140px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f0fdf4;
  color: #166534;
  text-align: center;
}

.ocp-service-tag-intro__total strong {
  font-size: 25px;
  line-height: 1;
}

.ocp-service-tag-intro__total span {
  font-size: 13px;
  font-weight: 700;
}

.ocp-category-filter,
.ocp-filter-panel {
  position: sticky;
  top: 18px;
  align-self: start;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-category-filter {
  padding-right: 16px;
  border-right: 1px solid #e5e7eb;
}

.ocp-category-filter h2,
.ocp-filter-panel h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.2;
}

.ocp-category-filter h2:after,
.ocp-filter-panel h2:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #eef2f7;
}

.ocp-category-filter .filter-field,
.ocp-filter-panel .filter-field {
  gap: 7px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 14px;
}

.ocp-category-filter input[type="search"],
.ocp-category-filter select,
.ocp-search-toolbar input,
.ocp-search-toolbar select,
.ocp-filter-panel select,
.ocp-sort-box select {
  min-height: 42px;
  border-color: #dfe5ee;
  border-radius: 10px;
}

.ocp-category-filter input[type="search"]:focus,
.ocp-category-filter select:focus,
.ocp-search-toolbar input:focus,
.ocp-search-toolbar select:focus,
.ocp-filter-panel select:focus,
.ocp-sort-box select:focus {
  border-color: rgba(7, 131, 58, .58);
  box-shadow: 0 0 0 3px rgba(7, 131, 58, .10);
  outline: none;
}

.filter-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

.filter-section h3,
.ocp-filter-panel h3 {
  margin-bottom: 9px;
  color: #0f172a;
  font-size: 14px;
}

.ocp-check,
.ocp-radio,
.ocp-filter-panel .ocp-check {
  min-height: 34px;
  margin: 5px 0;
  padding: 6px 8px;
  border-radius: 10px;
  color: #334155;
  font-size: 14px;
  font-weight: 650;
}

.ocp-check:hover,
.ocp-radio:hover {
  background: #f8fafc;
}

.ocp-check input,
.ocp-radio input {
  width: 17px;
  height: 17px;
}

.ocp-filter-submit,
.ocp-search-toolbar .btn {
  min-height: 42px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(7, 131, 58, .14);
}

.ocp-search-toolbar {
  grid-template-columns: minmax(260px, 1fr) minmax(168px, 200px) minmax(150px, 180px) 128px;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-category-list-head,
.ocp-store-search-head {
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
}

.ocp-category-list-head h1,
.ocp-store-search-head h1 {
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: 0;
}

.ocp-category-list-head p,
.ocp-store-search-head p {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.ocp-sort-box {
  min-width: 232px;
  padding: 8px 10px 8px 12px;
  border-color: #e8edf5;
  border-radius: 12px;
  box-shadow: none;
}

.ocp-category-store-list,
.ocp-store-result-list {
  gap: 12px;
}

.ocp-store-card,
.ocp-store-result-card {
  grid-template-columns: 158px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  padding: 14px;
  border-color: #e8edf5;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
}

.ocp-store-card + .ocp-store-card,
.ocp-store-result-card + .ocp-store-result-card {
  margin-top: 0;
}

.ocp-store-card:hover,
.ocp-store-result-card:hover {
  border-color: #d7eadc;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .075);
}

.ocp-store-image,
.ocp-store-result-image {
  align-self: stretch;
}

.ocp-store-image img,
.ocp-store-result-image img {
  width: 158px;
  height: 100%;
  min-height: 116px;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: contain;
}

.ocp-store-card-body,
.ocp-store-result-body {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
}

.store-badges {
  min-height: 0;
}

.badge-sponsored,
.ocp-category-page .badge-sponsored {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.ocp-store-card h2,
.ocp-store-result-body h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.ocp-store-title {
  align-items: flex-start;
}

.ocp-store-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ocp-store-title .ocp-verified-badge {
  margin-top: 2px;
}

.ocp-store-rating,
.ocp-store-zone,
.ocp-store-address,
.ocp-store-category,
.ocp-store-result-body .ocp-store-rating,
.ocp-store-result-body .ocp-store-address {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.ocp-store-rating {
  color: #475569;
}

.ocp-store-rating span,
.ocp-store-result-body .ocp-store-rating span {
  color: #f59e0b;
}

.ocp-store-zone,
.ocp-store-category {
  color: #334155;
  font-weight: 650;
}

.ocp-store-address,
.ocp-store-result-body .ocp-store-address {
  overflow: hidden;
  color: #64748b;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ocp-store-tags,
.ocp-store-result-pills {
  gap: 6px;
  margin-top: 4px;
}

.ocp-store-tags span,
.ocp-store-result-pills span {
  min-height: 26px;
  padding: 4px 9px;
  border-color: #dbeafe;
  background: #f8fafc;
  color: #475569;
  font-size: 12.5px;
}

.ocp-store-action,
.ocp-store-result-action {
  align-self: end;
  min-width: 118px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #cce8d4;
  border-radius: 10px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.ocp-store-action:hover,
.ocp-store-result-action:hover {
  border-color: var(--ocp-green);
  background: var(--ocp-green);
  color: #fff;
}

.ocp-store-action svg,
.ocp-store-result-action svg {
  width: 16px;
  height: 16px;
}

.empty-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 32px 24px;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0, rgba(7, 131, 58, .08), transparent 34%),
    #fff;
  color: #475569;
  text-align: center;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.ocp-category-map-panel,
.ocp-result-map-panel {
  position: sticky;
  top: 18px;
}

.ocp-category-map,
.ocp-result-map {
  height: clamp(420px, 54vh, 520px);
  border-color: #e8edf5;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-category-map:before,
.ocp-result-map:before {
  content: "B\1EA3n \0111\1ED3 khu v\1EF1c";
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 420;
  padding: 7px 11px;
  border: 1px solid rgba(203, 213, 225, .86);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  pointer-events: none;
}

.ocp-category-map .ocp-store-map-canvas,
.ocp-result-map .ocp-store-map-canvas {
  height: 100%;
  min-height: 420px;
  border-radius: 16px;
}

.ocp-map-static-pins {
  opacity: .74;
}

.ocp-map-static-pins i {
  width: 30px;
  height: 30px;
}

.ocp-map-static-pins i:after {
  inset: 8px;
}

.ocp-map-static-pins b {
  font-size: 12px;
}

@media (max-width: 1280px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: minmax(220px, 246px) minmax(390px, 1fr) minmax(280px, 320px);
    gap: 18px;
  }
}

@media (max-width: 1100px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ocp-category-map-panel,
  .ocp-result-map-panel {
    grid-column: 1 / -1;
    position: static;
  }

  .ocp-category-map,
  .ocp-result-map,
  .ocp-category-map .ocp-store-map-canvas,
  .ocp-result-map .ocp-store-map-canvas {
    height: 360px;
    min-height: 360px;
  }

  .ocp-search-toolbar {
    grid-template-columns: minmax(260px, 1fr) minmax(160px, 190px) minmax(150px, 180px);
  }

  .ocp-search-toolbar .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .header-nav-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ocp-footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ocp-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .ocp-footer-brand,
  .ocp-footer-contact-col {
    grid-column: 1 / -1;
  }

  .ocp-footer-highlights,
  .ocp-footer-bottom {
    grid-template-columns: 1fr;
  }

  .ocp-footer-bottom nav,
  .ocp-footer-secure {
    justify-self: start;
  }

  .ocp-category-page,
  .ocp-store-search-page {
    padding-top: 14px;
  }

  .ocp-category-layout,
  .ocp-store-search-layout,
  .ocp-search-toolbar {
    grid-template-columns: 1fr;
  }

  .ocp-category-filter,
  .ocp-filter-panel {
    position: static;
    padding: 14px;
  }

  .ocp-category-list-head,
  .ocp-store-search-head {
    display: grid;
    align-items: start;
    padding: 14px;
  }

  .ocp-sort-box {
    width: 100%;
    min-width: 0;
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: start;
  }

  .ocp-store-image,
  .ocp-store-result-image {
    grid-column: auto;
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 132px;
    min-height: 126px;
    height: 100%;
  }

  .ocp-store-action,
  .ocp-store-result-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ocp-category-map,
  .ocp-result-map,
  .ocp-category-map .ocp-store-map-canvas,
  .ocp-result-map .ocp-store-map-canvas {
    height: 300px;
    min-height: 300px;
  }
}

.ocp-community-report {
  margin-top: 12px;
}

.ocp-community-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ocp-community-reaction-form {
  margin: 0;
}

.ocp-community-reaction-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.ocp-community-reaction-btn b {
  min-width: 18px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
}

.ocp-community-reaction-btn.is-active {
  border-color: #0f766e;
  background: #ecfdf5;
  color: #0f766e;
}

.ocp-community-report summary {
  cursor: pointer;
  color: #0f766e;
  font-weight: 800;
}

.ocp-community-report-form {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(180px, 1fr) auto;
  gap: 10px;
  margin-top: 10px;
  align-items: start;
}

.ocp-community-report-form textarea {
  grid-column: 1 / -1;
}

.ocp-community-report-form select,
.ocp-community-report-form input,
.ocp-community-report-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

@media (max-width: 768px) {
  .ocp-community-report-form {
    grid-template-columns: 1fr;
  }
}

.ocp-community-page .ocp-community-detail,
.ocp-community-page .ocp-community-comments {
  border-color: rgba(148, 163, 184, .26);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.ocp-community-page .ocp-community-detail {
  padding: 24px 26px 22px;
  margin-bottom: 16px;
}

.ocp-community-page .ocp-community-detail-head {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.ocp-community-page .ocp-community-detail h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.ocp-community-page .ocp-community-card-tags {
  gap: 7px;
  margin-bottom: 9px;
}

.ocp-community-page .ocp-community-badge,
.ocp-community-page .ocp-community-related a,
.ocp-community-page .ocp-community-related span {
  min-height: 30px;
  padding: 5px 10px;
  border-color: rgba(148, 163, 184, .32);
  font-size: 12px;
  line-height: 1.2;
}

.ocp-community-page .ocp-community-badge .ocp-icon,
.ocp-community-page .ocp-community-related .ocp-icon {
  width: 14px;
  height: 14px;
}

.ocp-community-page .ocp-community-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.35;
}

.ocp-community-page .ocp-community-meta .ocp-with-icon {
  gap: 5px;
}

.ocp-community-page .ocp-community-meta .ocp-icon {
  width: 15px;
  height: 15px;
}

.ocp-community-page .ocp-community-related {
  gap: 7px;
  margin: 12px 0 0;
}

.ocp-community-page .ocp-community-content {
  margin: 0;
  padding-top: 4px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #1f2937;
}

.ocp-community-page .ocp-community-reactions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.ocp-community-page .ocp-community-reaction-form {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.ocp-community-page .ocp-community-reaction-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #d9e1ea;
  border-radius: 7px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.ocp-community-page .ocp-community-reaction-button:hover {
  border-color: #aebdca;
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
}

.ocp-community-page .ocp-community-reaction-button:focus-visible {
  outline: 3px solid rgba(34, 197, 94, .32);
  outline-offset: 2px;
}

.ocp-community-page .ocp-community-reaction-button:active {
  transform: translateY(1px);
}

.ocp-community-page .ocp-community-reaction-button:disabled,
.ocp-community-page .ocp-community-reaction-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .62;
  transform: none;
}

.ocp-community-page .ocp-community-reaction-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.ocp-community-page .ocp-community-reaction-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ocp-community-page .ocp-community-reaction-button .ocp-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.ocp-community-page .ocp-community-reaction-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.ocp-community-page .ocp-community-reaction-button.is-active,
.ocp-community-page .ocp-community-reaction-button[aria-pressed="true"] {
  border-color: #86bfa1;
  background: #eef9f2;
  color: #0f7a3d;
}

.ocp-community-page .ocp-community-reaction-button.is-active .ocp-community-reaction-count,
.ocp-community-page .ocp-community-reaction-button[aria-pressed="true"] .ocp-community-reaction-count {
  background: #dff3e6;
  color: #0f7a3d;
}

.ocp-community-page .ocp-community-report {
  margin-top: 12px;
}

.ocp-community-page .ocp-community-report summary {
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  padding: 5px 2px;
  color: #0f766e;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.ocp-community-page .ocp-community-report summary::-webkit-details-marker {
  display: none;
}

.ocp-community-page .ocp-community-report summary .ocp-icon {
  width: 15px;
  height: 15px;
}

.ocp-community-page .ocp-community-report[open],
.ocp-community-page .ocp-community-report details[open] {
  margin-top: 12px;
}

.ocp-community-page .ocp-community-report-form {
  grid-template-columns: minmax(170px, 220px) minmax(220px, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 12px;
  background: #f8fafc;
}

.ocp-community-page .ocp-community-report-form textarea,
.ocp-community-page .ocp-community-report-form button {
  grid-column: 1 / -1;
}

.ocp-community-page .ocp-community-report-form select,
.ocp-community-page .ocp-community-report-form input,
.ocp-community-page .ocp-community-report-form textarea {
  min-height: 40px;
  border-color: rgba(148, 163, 184, .48);
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 14px;
}

.ocp-community-page .ocp-community-report-form textarea {
  min-height: 86px;
  resize: vertical;
}

.ocp-community-page .ocp-community-report-form .btn {
  justify-self: start;
  min-height: 38px;
  padding: 8px 16px;
  border-color: #0f766e;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: none;
}

.ocp-community-page .ocp-community-comments {
  padding: 22px 26px;
}

.ocp-community-page .ocp-community-section-title {
  align-items: center;
  margin-bottom: 12px;
}

.ocp-community-page .ocp-community-section-title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.ocp-community-page .ocp-community-section-title h2 .ocp-icon {
  width: 22px;
  height: 22px;
}

.ocp-community-page .ocp-community-section-title span {
  font-size: 13px;
}

.ocp-community-page .ocp-community-comment-form {
  gap: 12px;
  margin-bottom: 14px;
}

.ocp-community-page .ocp-community-comment-form textarea {
  min-height: 118px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.55;
  resize: vertical;
}

.ocp-community-page .ocp-community-comment-form .btn {
  justify-self: end;
  min-height: 42px;
  width: auto;
  padding: 9px 22px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 8px 16px rgba(7, 131, 58, .12);
}

.ocp-community-page .ocp-community-comment {
  margin-top: 14px;
  padding-top: 14px;
}

.ocp-community-page .ocp-community-comment p {
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ocp-community-page .ocp-community-detail,
  .ocp-community-page .ocp-community-comments {
    padding: 18px;
  }

  .ocp-community-page .ocp-community-detail h1 {
    font-size: 26px;
  }

  .ocp-community-page .ocp-community-section-title h2 {
    font-size: 21px;
  }

  .ocp-community-page .ocp-community-report-form {
    grid-template-columns: 1fr;
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .ocp-community-page .ocp-community-comment-form .btn,
  .ocp-community-page .ocp-community-report-form .btn {
    justify-self: stretch;
    width: 100%;
  }

  .ocp-community-page .ocp-community-comment-form textarea {
    min-height: 108px;
  }
}

@media (max-width: 520px) {
  .ocp-footer-main {
    grid-template-columns: 1fr;
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .ocp-store-address,
  .ocp-store-result-body .ocp-store-address {
    white-space: normal;
  }

  .ocp-category-map,
  .ocp-result-map,
  .ocp-category-map .ocp-store-map-canvas,
  .ocp-result-map .ocp-store-map-canvas {
    height: 260px;
    min-height: 260px;
  }
}

/* Dot 8.8 live listing refinement */
.ocp-category-layout,
.ocp-store-search-layout {
  grid-template-columns: minmax(236px, 252px) minmax(500px, 1fr) minmax(278px, 306px);
  gap: 18px;
}

.ocp-category-filter,
.ocp-filter-panel {
  padding: 14px;
  border-radius: 12px;
}

.filter-section {
  margin-top: 11px;
  padding-top: 11px;
}

.ocp-check,
.ocp-radio,
.ocp-filter-panel .ocp-check {
  min-height: 30px;
  margin: 3px 0;
  padding: 5px 7px;
  font-size: 13.5px;
}

.ocp-filter-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.ocp-filter-actions .ocp-filter-submit {
  margin-top: 0;
}

.ocp-filter-clear {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #dbe5ee;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
}

.ocp-filter-clear:hover {
  border-color: #b8d9c4;
  color: var(--ocp-green);
}

.ocp-category-list-head,
.ocp-store-search-head {
  gap: 14px;
  padding: 14px 16px;
}

.ocp-category-list-head h1,
.ocp-store-search-head h1 {
  max-width: 20ch;
  font-size: clamp(26px, 2.15vw, 32px);
  line-height: 1.08;
}

.ocp-store-card,
.ocp-store-result-card {
  grid-template-columns: 164px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px;
}

.ocp-store-image img,
.ocp-store-result-image img {
  width: 164px;
  min-height: 128px;
}

.badge-sponsored,
.ocp-category-page .badge-sponsored {
  min-height: 21px;
  padding: 3px 9px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  font-size: 10.5px;
  letter-spacing: .01em;
}

.ocp-store-title {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.ocp-store-title .ocp-verified-badge {
  flex: 0 0 auto;
  margin-top: 3px;
}

.ocp-store-tags span,
.ocp-store-result-pills span {
  border-color: #dce8f5;
  background: #f8fafc;
  color: #40516a;
  font-weight: 700;
}

.ocp-store-action,
.ocp-store-result-action {
  min-width: 126px;
  border-color: #bfe3ca;
  background: #eaf8ef;
  box-shadow: 0 8px 18px rgba(7, 131, 58, .08);
}

.ocp-listing-map-card {
  overflow: hidden;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-listing-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px 12px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #fff, #f8fbfd);
}

.ocp-listing-map-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.2;
}

.ocp-listing-map-head p {
  margin: 3px 0 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.35;
}

.ocp-category-map,
.ocp-result-map {
  height: clamp(330px, 43vh, 390px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ocp-category-map:before,
.ocp-result-map:before {
  content: none;
}

.ocp-category-map .ocp-store-map-canvas,
.ocp-result-map .ocp-store-map-canvas {
  height: 100%;
  min-height: 330px;
  border-radius: 0 0 16px 16px;
}

.ocp-map-static-pins {
  opacity: .52;
}

.social-fixed-left,
.floating-open-btn {
  right: max(18px, calc((100vw - 1440px) / 2 + 18px));
  left: auto;
  bottom: max(22px, env(safe-area-inset-bottom));
}

.social-fixed-left .item,
.floating-open-btn {
  width: 42px;
  height: 42px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .14);
}

.social-fixed-left .item::before {
  inset: -7px;
  opacity: .16;
}

@media (max-width: 1200px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: minmax(226px, 250px) minmax(0, 1fr);
  }

  .ocp-category-map-panel,
  .ocp-result-map-panel {
    grid-column: 2;
    position: static;
  }
}

@media (max-width: 768px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: 1fr;
  }

  .ocp-category-map-panel,
  .ocp-result-map-panel {
    grid-column: auto;
  }

  .ocp-category-list-head h1,
  .ocp-store-search-head h1 {
    max-width: none;
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 128px;
  }

  .ocp-category-map,
  .ocp-result-map,
  .ocp-category-map .ocp-store-map-canvas,
  .ocp-result-map .ocp-store-map-canvas {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .ocp-filter-actions {
    grid-template-columns: 1fr;
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 1fr;
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 100%;
  }

  .ocp-category-map,
  .ocp-result-map,
  .ocp-category-map .ocp-store-map-canvas,
  .ocp-result-map .ocp-store-map-canvas {
    height: 220px;
    min-height: 220px;
  }

  .social-fixed-left,
  .floating-open-btn {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .social-fixed-left .item,
  .floating-open-btn {
    width: 40px;
    height: 40px;
  }
}

/* Dot 8.9 listing wide layout and sort fix */
.container.ocp-category-page,
.container.ocp-store-search-page {
  width: min(1440px, calc(100% - 48px));
  max-width: none;
}

.ocp-category-layout,
.ocp-store-search-layout {
  grid-template-columns: 250px minmax(620px, 1fr) 300px;
  gap: 20px;
}

.ocp-category-filter,
.ocp-filter-panel {
  width: 100%;
  min-width: 0;
}

.ocp-category-results,
.ocp-store-search-results {
  min-width: 0;
}

.ocp-category-list-head,
.ocp-store-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
}

.ocp-category-list-head > div,
.ocp-store-search-head > div {
  flex: 1 1 auto;
  min-width: 0;
}

.ocp-category-list-head h1,
.ocp-store-search-head h1 {
  max-width: none;
}

.ocp-sort-box {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 260px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
}

.ocp-sort-box span {
  flex: 0 0 auto;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.ocp-sort-box select {
  flex: 0 0 148px;
  width: 148px;
  height: 38px;
  min-height: 38px;
  padding: 0 30px 0 10px;
  line-height: 38px;
}

.ocp-store-card,
.ocp-store-result-card {
  grid-template-columns: 172px minmax(0, 1fr) max-content;
  gap: 18px;
}

.ocp-store-image img,
.ocp-store-result-image img {
  width: 172px;
  min-height: 132px;
}

.ocp-store-action,
.ocp-store-result-action {
  justify-self: end;
}

.ocp-category-map-panel,
.ocp-result-map-panel {
  min-width: 0;
}

.ocp-listing-map-card {
  width: 100%;
  max-width: 320px;
  justify-self: stretch;
}

/* Sidebar discovery thay thế bản đồ tại các trang danh sách public ở Phase 2. */
.ocp-discovery-sidebar {
  display: grid;
  gap: 16px;
  grid-column: 3;
  min-width: 0;
}

.ocp-store-search-layout .ocp-discovery-sidebar .ocp-discovery-package-promotion__cta,
.ocp-category-layout .ocp-discovery-sidebar .ocp-discovery-package-promotion__cta {
  width: 100%;
}

@media (max-width: 1240px) {
  .container.ocp-category-page,
  .container.ocp-store-search-page {
    width: min(1180px, calc(100% - 32px));
  }

  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: minmax(236px, 252px) minmax(0, 1fr);
    gap: 18px;
  }

  .ocp-category-map-panel,
  .ocp-result-map-panel {
    grid-column: 2;
    position: static;
  }

  .ocp-listing-map-card {
    max-width: 320px;
  }

  .ocp-discovery-sidebar {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: 1fr;
  }

  .ocp-category-map-panel,
  .ocp-result-map-panel {
    grid-column: auto;
  }

  .ocp-listing-map-card {
    max-width: none;
  }

  .ocp-discovery-sidebar {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .container.ocp-category-page,
  .container.ocp-store-search-page {
    width: min(100% - 24px, 720px);
  }

  .ocp-category-list-head,
  .ocp-store-search-head {
    display: grid;
    gap: 12px;
  }

  .ocp-sort-box {
    width: 100%;
    max-width: none;
    justify-content: space-between;
  }

  .ocp-sort-box select {
    flex: 1 1 160px;
    width: auto;
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 132px;
    min-height: 126px;
  }
}

@media (max-width: 520px) {
  .container.ocp-category-page,
  .container.ocp-store-search-page {
    width: min(100% - 20px, 480px);
  }

  .ocp-store-card,
  .ocp-store-result-card {
    grid-template-columns: 1fr;
  }

  .ocp-store-image img,
  .ocp-store-result-image img {
    width: 100%;
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .ocp-service-tag-page {
    width: min(100% - 24px, 720px);
  }

  .ocp-service-tag-intro {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .ocp-service-tag-page {
    width: min(100% - 20px, 480px);
  }

  .ocp-service-tag-intro {
    padding: 18px;
  }

  .ocp-service-tag-intro h1 {
    font-size: 26px;
  }

  .ocp-service-tag-intro__total {
    width: 100%;
  }
}

/* Dot 8.10 public typography rhythm */
.public-header,
.ocp-category-page,
.ocp-store-search-page {
  font-size: var(--ocp-font-base);
  line-height: var(--ocp-line-normal);
}

.brand,
.brand-copy {
  line-height: var(--ocp-line-tight);
}

.brand-copy strong {
  font-size: 21px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-copy small,
.brand small {
  font-size: var(--ocp-font-xs);
  line-height: 1.2;
  font-weight: var(--ocp-weight-semibold);
  color: #334155;
}

.top-search select,
.top-search input,
.ocp-search-toolbar input,
.ocp-search-toolbar select {
  font-size: var(--ocp-font-md);
  line-height: var(--ocp-line-normal);
  font-weight: var(--ocp-weight-medium);
  color: #0f172a;
}

.top-search input::placeholder,
.ocp-search-toolbar input::placeholder,
.ocp-category-filter input::placeholder,
.ocp-filter-panel input::placeholder {
  color: #8a96a8;
  font-weight: var(--ocp-weight-medium);
}

.header-cta-group .btn,
.account-actions .btn,
.account-menu summary,
.hamburger {
  font-size: var(--ocp-font-sm);
  line-height: 1.2;
  font-weight: var(--ocp-weight-semibold);
}

.nav a,
.ocp-layout-nav a {
  font-size: var(--ocp-font-md);
  line-height: 1.25;
  font-weight: var(--ocp-weight-semibold);
  letter-spacing: 0;
}

.nav a.active,
.ocp-layout-nav a.active {
  font-weight: var(--ocp-weight-semibold);
}

.ocp-category-list-head,
.ocp-store-search-head {
  align-items: center;
}

.ocp-category-list-head h1,
.ocp-store-search-head h1 {
  font-size: clamp(28px, 2vw, 30px);
  line-height: var(--ocp-line-tight);
  font-weight: 750;
  letter-spacing: 0;
}

.ocp-category-list-head p,
.ocp-store-search-head p {
  font-size: var(--ocp-font-md);
  line-height: var(--ocp-line-normal);
  font-weight: var(--ocp-weight-medium);
  color: var(--ocp-muted);
}

.ocp-sort-box {
  line-height: 1.2;
}

.ocp-sort-box span {
  font-size: var(--ocp-font-sm);
  line-height: 1.2;
  font-weight: var(--ocp-weight-semibold);
}

.ocp-sort-box select {
  font-size: var(--ocp-font-md);
  line-height: 1.2;
  font-weight: var(--ocp-weight-semibold);
}

.ocp-category-filter h2,
.ocp-filter-panel h2 {
  font-size: var(--ocp-font-lg);
  line-height: 1.2;
  font-weight: var(--ocp-weight-bold);
}

.ocp-category-filter .filter-field,
.ocp-filter-panel .filter-field,
.filter-section h3,
.ocp-filter-panel h3 {
  font-size: var(--ocp-font-md);
  line-height: 1.3;
  font-weight: var(--ocp-weight-semibold);
}

.ocp-category-filter input[type="search"],
.ocp-category-filter select,
.ocp-filter-panel select {
  font-size: var(--ocp-font-md);
  line-height: var(--ocp-line-normal);
  font-weight: var(--ocp-weight-medium);
}

.ocp-check,
.ocp-radio,
.ocp-filter-panel .ocp-check {
  font-size: var(--ocp-font-md);
  line-height: 1.35;
  font-weight: var(--ocp-weight-medium);
}

.ocp-filter-submit,
.ocp-filter-clear,
.ocp-search-toolbar .btn {
  font-size: var(--ocp-font-md);
  line-height: 1.2;
  font-weight: var(--ocp-weight-bold);
}

.ocp-store-card h2,
.ocp-store-result-body h2 {
  font-size: clamp(19px, 1.35vw, 21px);
  line-height: 1.22;
  font-weight: var(--ocp-weight-bold);
  letter-spacing: 0;
}

.ocp-store-title a {
  line-height: 1.22;
}

.ocp-store-title .ocp-verified-badge {
  margin-top: 3px;
}

.badge-sponsored,
.ocp-category-page .badge-sponsored {
  font-size: 11px;
  line-height: 1.05;
  font-weight: var(--ocp-weight-bold);
  letter-spacing: .01em;
  text-transform: none;
}

.ocp-store-rating,
.ocp-store-zone,
.ocp-store-address,
.ocp-store-category,
.ocp-store-result-body .ocp-store-rating,
.ocp-store-result-body .ocp-store-address {
  font-size: var(--ocp-font-md);
  line-height: var(--ocp-line-normal);
  font-weight: var(--ocp-weight-medium);
}

.ocp-store-zone,
.ocp-store-category {
  font-weight: var(--ocp-weight-semibold);
}

.ocp-store-tags span,
.ocp-store-result-pills span {
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: var(--ocp-weight-semibold);
}

.ocp-store-action,
.ocp-store-result-action {
  font-size: var(--ocp-font-md);
  line-height: 1.2;
  font-weight: var(--ocp-weight-bold);
}

.ocp-listing-map-head h2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--ocp-weight-bold);
}

.ocp-listing-map-head p {
  font-size: var(--ocp-font-sm);
  line-height: 1.35;
  font-weight: var(--ocp-weight-medium);
}

.ocp-map-static-pins b {
  font-size: var(--ocp-font-xs);
  line-height: 1.15;
  font-weight: var(--ocp-weight-bold);
}

.brand-logo-img,
.ocp-store-image,
.ocp-store-result-image {
  overflow: hidden;
  background: #eef4fb;
}

.brand-logo-img,
.ocp-store-image img,
.ocp-store-result-image img {
  color: transparent;
  font-size: 0;
}

@media (max-width: 768px) {
  .ocp-category-list-head h1,
  .ocp-store-search-head h1 {
    font-size: clamp(24px, 6vw, 28px);
    line-height: 1.16;
  }

  .brand-copy strong {
    font-size: 20px;
  }
}

/* Đợt 2: toolbar và bottom sheet filter dùng chung cho các trang listing OCP. */
.ocp-mobile-filter {
  display: none;
}

@media (max-width: 991.98px) {
  .ocp-category-layout,
  .ocp-store-search-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ocp-category-layout .ocp-discovery-sidebar,
  .ocp-store-search-layout .ocp-discovery-sidebar {
    grid-column: auto;
  }

  .ocp-category-layout > .ocp-category-filter,
  .ocp-store-search-layout > .ocp-filter-panel {
    display: none;
  }

  .ocp-mobile-filter {
    display: block;
    margin: 0 0 14px;
  }

  .ocp-category-list-head .ocp-sort-box {
    display: none;
  }

  .ocp-mobile-filter-toolbar {
    min-width: 0;
    min-height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 42%);
    gap: 8px;
    padding: 0;
  }

  .ocp-mobile-filter-trigger,
  .ocp-mobile-filter-sort select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border: 1px solid #dbe4ee;
    border-radius: 11px;
    background: #fff;
    color: #172033;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
  }

  .ocp-mobile-filter-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    cursor: pointer;
  }

  .ocp-mobile-filter-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .ocp-mobile-filter-count {
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ocp-green);
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

  .ocp-mobile-filter-sort {
    position: relative;
    min-width: 0;
  }

  .ocp-mobile-filter-sort:after {
    content: "Sắp xếp";
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    pointer-events: none;
  }

  .ocp-mobile-filter-sort select {
    position: relative;
    z-index: 1;
    padding: 0 28px 0 72px;
    appearance: auto;
  }

  .ocp-mobile-filter-backdrop[hidden] {
    display: none;
  }

  .ocp-mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    width: 100%;
    border: 0;
    background: rgba(15, 23, 42, .46);
  }

  .ocp-mobile-filter-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 85;
    max-height: 88vh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 -16px 42px rgba(15, 23, 42, .22);
    transform: translateY(105%);
    visibility: hidden;
    transition: transform .22s ease, visibility .22s ease;
  }

  .ocp-mobile-filter-sheet-open {
    overflow: hidden;
  }

  .ocp-mobile-filter-sheet-open .ocp-mobile-filter-sheet {
    transform: translateY(0);
    visibility: visible;
  }

  .ocp-mobile-filter-sheet-head,
  .ocp-mobile-filter-sheet-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
  }

  .ocp-mobile-filter-sheet-head {
    border-bottom: 1px solid #e8edf3;
  }

  .ocp-mobile-filter-sheet-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
  }

  .ocp-mobile-filter-sheet-head > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .ocp-mobile-filter-reset,
  .ocp-mobile-filter-close,
  .ocp-mobile-filter-cancel {
    min-height: 38px;
    border: 1px solid #dbe4ee;
    border-radius: 9px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .ocp-mobile-filter-reset,
  .ocp-mobile-filter-cancel {
    padding: 0 12px;
  }

  .ocp-mobile-filter-reset {
    color: #b42318;
  }

  .ocp-mobile-filter-close {
    width: 38px;
    display: inline-grid;
    place-items: center;
    padding: 0;
  }

  .ocp-mobile-filter-close .ocp-icon {
    width: 19px;
    height: 19px;
  }

  .ocp-mobile-filter-sheet-body {
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 16px 20px;
  }

  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form h2,
  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form .ocp-filter-actions {
    display: none;
  }

  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form .filter-field,
  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form .filter-section {
    margin-top: 0;
    margin-bottom: 14px;
  }

  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form select,
  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form input[type="search"] {
    min-height: 44px;
  }

  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form .ocp-check,
  .ocp-mobile-filter-sheet-body .ocp-mobile-filter-form .ocp-radio {
    min-height: 40px;
    padding: 8px;
  }

  .ocp-mobile-filter-sheet-foot {
    border-top: 1px solid #e8edf3;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .ocp-mobile-filter-cancel,
  .ocp-mobile-filter-apply {
    flex: 1 1 0;
    min-height: 44px;
  }

  .ocp-mobile-filter-apply {
    padding: 0 12px;
  }

  .ocp-mobile-filter-trigger:focus-visible,
  .ocp-mobile-filter-sort select:focus-visible,
  .ocp-mobile-filter-reset:focus-visible,
  .ocp-mobile-filter-close:focus-visible,
  .ocp-mobile-filter-cancel:focus-visible,
  .ocp-mobile-filter-apply:focus-visible {
    outline: 3px solid rgba(7, 131, 58, .30);
    outline-offset: 2px;
  }
}

@media (max-width: 430px) {
  .ocp-mobile-filter-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(128px, 42%);
    gap: 6px;
  }

  .ocp-mobile-filter-trigger {
    padding: 0 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ocp-mobile-filter-sheet {
    transition: none;
  }
}

@media (max-width: 520px) {
  .nav a,
  .ocp-layout-nav a {
    font-size: var(--ocp-font-sm);
  }

  .ocp-store-card h2,
  .ocp-store-result-body h2 {
    font-size: 19px;
  }
}

/* Dot 8.4 store detail polish */
.ocp-store-detail-page {
  padding-top: 16px;
  padding-bottom: 36px;
}

.ocp-store-detail-page .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 9px 12px;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-detail-page .breadcrumb a {
  color: #0f4ca5;
  font-weight: 700;
}

.ocp-store-detail-page .detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(15, 76, 165, .055) 48%, rgba(255, 255, 255, .96)),
    #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

.ocp-store-detail-page .store-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ocp-store-detail-page .ocp-store-detail-title {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ocp-store-detail-page .store-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: #475569;
  font-weight: 650;
}

.ocp-store-detail-page .store-hero-meta .stars,
.ocp-store-detail-page .review-card .stars {
  color: #f59e0b;
  letter-spacing: .5px;
}

.ocp-store-detail-page .tag-row {
  gap: 8px;
}

.ocp-store-detail-page .store-hero-actions {
  gap: 10px;
  align-items: center;
  margin: 20px 0 18px;
}

.ocp-store-detail-page .store-hero-actions .btn,
.ocp-store-detail-page .store-hero-actions .inline-form,
.ocp-store-detail-page .store-hero-actions .inline-form .btn {
  min-height: 42px;
}

.ocp-store-detail-page .store-primary-cta {
  min-width: 210px;
  padding-inline: 18px;
  background: var(--ocp-green);
  border-color: var(--ocp-green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 131, 58, .22);
}

.ocp-store-detail-page .store-primary-cta:hover {
  background: #066d31;
  border-color: #066d31;
  color: #fff;
}

.ocp-store-detail-page .store-address-line,
.ocp-store-detail-page .store-public-status {
  margin: 8px 0 0;
  color: #475569;
  line-height: 1.6;
}

.ocp-store-detail-page .store-public-status {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid #cce8d4;
  border-radius: 999px;
  background: #f0fbf3;
}

.ocp-store-detail-page .gallery {
  grid-template-rows: auto;
  align-content: start;
  padding: 10px;
  border: 1px solid #e5edf7;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.ocp-store-detail-page .gallery-main {
  width: 100%;
  height: auto;
  min-height: 288px;
  max-height: 380px;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: contain;
  background: #eef4fb;
}

.ocp-store-detail-page .gallery-thumbs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 10px;
}

.ocp-store-detail-page .gallery-thumbs img {
  height: auto;
  aspect-ratio: 4 / 3;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.ocp-store-detail-page .tabs {
  position: sticky;
  top: 10px;
  z-index: 20;
  gap: 8px;
  margin: 18px 0;
  padding: 8px;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  background: rgba(247, 248, 251, .96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
}

.ocp-store-detail-page .tabs a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 999px;
  color: #475569;
  white-space: nowrap;
}

.ocp-store-detail-page .tabs a:hover,
.ocp-store-detail-page .tabs a.active {
  border-bottom: 0;
  background: #eaf4ff;
  color: #0f4ca5;
}

.ocp-store-detail-page section[id] {
  scroll-margin-top: 92px;
}

.ocp-store-detail-page .detail-main {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
}

.ocp-store-detail-page .detail-main > div {
  min-width: 0;
}

.ocp-store-detail-page .detail-content,
.ocp-store-detail-page .review-card,
.ocp-store-detail-page .side-ad,
.ocp-store-detail-page .right-widget {
  border-color: #e5edf7;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-store-detail-page .detail-content {
  line-height: 1.7;
}

.ocp-store-detail-page .detail-content h2,
.ocp-store-detail-page .widget-title h2 {
  color: #0f172a;
  font-size: 22px;
  letter-spacing: 0;
}

.ocp-store-detail-page .store-detail-map,
.ocp-store-detail-page .ocp-map-message {
  margin-top: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.ocp-store-detail-page .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ocp-store-detail-page .service-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  grid-template-areas:
    "thumb body"
    "badge body";
  gap: 12px 14px;
  align-items: start;
  min-width: 0;
  padding: 14px;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}

.ocp-store-detail-page .service-card .thumb {
  grid-area: thumb;
  width: 116px;
  height: 116px;
  border-radius: 14px;
  object-fit: contain;
  background: #eef4fb;
}

.ocp-store-detail-page .service-card > div {
  grid-area: body;
  min-width: 0;
}

.ocp-store-detail-page .service-card h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.ocp-store-detail-page .service-card p {
  margin: 0 0 8px;
  color: #64748b;
  line-height: 1.55;
}

.ocp-store-detail-page .service-card .compact-actions {
  gap: 8px;
  margin-bottom: 0;
}

.ocp-store-detail-page .service-card .compact-actions .btn {
  min-height: 36px;
}

.ocp-store-detail-page .bookmark {
  grid-area: badge;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid #cce8d4;
  border-radius: 999px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ocp-store-detail-page .price-table-wrap {
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ocp-store-detail-page .price-table {
  min-width: 620px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ocp-store-detail-page .price-table th {
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.ocp-store-detail-page .price-table td:last-child {
  color: #0f4ca5;
  font-weight: 800;
}

.ocp-store-detail-page .rating-summary-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.ocp-store-detail-page .rating-number {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border: 1px solid #fde68a;
  border-radius: 24px;
  background: #fffbeb;
  color: #b45309;
  font-size: 38px;
  font-weight: 900;
}

.ocp-store-detail-page .bar-row {
  grid-template-columns: 36px minmax(0, 1fr) 46px;
  gap: 10px;
}

.ocp-store-detail-page .bar {
  height: 10px;
  border-radius: 999px;
  background: #e5edf7;
  overflow: hidden;
}

.ocp-store-detail-page .bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.ocp-store-detail-page .review-card {
  grid-template-columns: 50px minmax(0, 1fr);
  padding: 18px;
}

.ocp-store-detail-page .review-card .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .14), rgba(15, 76, 165, .14)),
    #f8fafc;
}

.ocp-store-detail-page .review-body {
  min-width: 0;
  line-height: 1.62;
}

.ocp-store-detail-page .review-action-row {
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.ocp-store-detail-page .review-inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ocp-store-detail-page .review-inline-form input,
.ocp-store-detail-page .review-report-box textarea,
.ocp-store-detail-page .review-reply-box textarea {
  width: 100%;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: #fff;
}

.ocp-store-detail-page .review-report-box,
.ocp-store-detail-page .review-reply-box {
  margin-top: 10px;
}

.ocp-store-detail-page .review-report-box summary,
.ocp-store-detail-page .review-reply-box summary {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #d8e2ee;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ocp-store-detail-page .review-report-box[open],
.ocp-store-detail-page .review-reply-box[open] {
  padding: 10px;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  background: #f8fafc;
}

.ocp-store-detail-page .review-report-box form,
.ocp-store-detail-page .review-reply-box form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ocp-store-detail-page .review-reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ocp-store-detail-page .review-reason-grid label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 8px 10px;
  border: 1px solid #e5edf7;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-detail-page .review-reply {
  margin-top: 10px;
  padding: 12px;
  border-left: 3px solid #dbeafe;
  border-radius: 12px;
  background: #f8fafc;
}

.ocp-store-detail-page .review-reply.child {
  margin-left: 18px;
  background: #fff;
}

.ocp-store-detail-page .store-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

    .ocp-store-detail-page .store-cards img.store-card.thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 14px;
        object-fit: contain;
    }

.ocp-store-detail-page aside {
  min-width: 0;
}

.ocp-store-detail-page .side-ad {
  display: grid;
  gap: 8px;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(255, 255, 255, .96)),
    #fff;
}

.ocp-store-detail-page .side-ad h3 {
  margin-bottom: 0;
  color: #0f172a;
}

.ocp-store-detail-page .side-ad .btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1180px) {
  .ocp-store-detail-page .detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  }

  .ocp-store-detail-page .detail-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ocp-store-detail-page .detail-hero,
  .ocp-store-detail-page .service-list {
    grid-template-columns: 1fr;
  }

  .ocp-store-detail-page .gallery-main {
    min-height: 240px;
  }

  .ocp-store-detail-page .tabs {
    top: 0;
    margin-left: -4px;
    margin-right: -4px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
}

@media (max-width: 720px) {
  .ocp-store-detail-page {
    padding-top: 10px;
  }

  .ocp-store-detail-page .breadcrumb {
    border-radius: 14px;
  }

  .ocp-store-detail-page .detail-hero {
    padding: 14px;
    border-radius: 16px;
  }

  .ocp-store-detail-page .store-hero-actions,
  .ocp-store-detail-page .store-hero-actions .inline-form,
  .ocp-store-detail-page .store-hero-actions .btn {
    width: 100%;
  }

  .ocp-store-detail-page .store-hero-actions .btn {
    justify-content: center;
  }

  .ocp-store-detail-page .gallery {
    padding: 8px;
  }

  .ocp-store-detail-page .gallery-main {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .ocp-store-detail-page .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ocp-store-detail-page .service-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ocp-store-detail-page .service-card .thumb {
    width: 96px;
    height: 96px;
  }

  .ocp-store-detail-page .rating-summary-card {
    grid-template-columns: 1fr;
  }

  .ocp-store-detail-page .rating-number {
    width: 86px;
    height: 86px;
    font-size: 32px;
  }

  .ocp-store-detail-page .review-card {
    grid-template-columns: 1fr;
  }

  .ocp-store-detail-page .review-card .avatar {
    display: none;
  }

  .ocp-store-detail-page .review-reason-grid,
  .ocp-store-detail-page .store-cards {
    grid-template-columns: 1fr;
  }

  .ocp-store-detail-page .review-reply.child {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 26px;
  }

  .ocp-store-detail-page .detail-content,
  .ocp-store-detail-page .review-card,
  .ocp-store-detail-page .side-ad,
  .ocp-store-detail-page .right-widget {
    padding: 14px;
  }

  .ocp-store-detail-page .service-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "body"
      "badge";
  }

  .ocp-store-detail-page .service-card .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

/* Dot 8.5 service request form polish */
.ocp-request-page {
  padding-top: 16px;
  padding-bottom: 42px;
}

.ocp-request-page .request-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 9px 12px;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.ocp-request-page .request-breadcrumb a {
  color: #0f4ca5;
  font-weight: 750;
}

.ocp-request-page .request-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(15, 76, 165, .055) 54%, rgba(255, 255, 255, .96)),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.ocp-request-page .request-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid #cce8d4;
  border-radius: 999px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.ocp-request-page .request-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: 0;
}

.ocp-request-page .request-hero p {
  max-width: 760px;
  margin: 9px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

.ocp-request-page .request-hero-note {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
}

.ocp-request-page .request-hero-note span,
.ocp-request-page .request-selected-service > span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.ocp-request-page .request-hero-note strong {
  display: block;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.ocp-request-page .request-layout {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.ocp-request-page .request-summary-card,
.ocp-request-page .request-form-card {
  min-width: 0;
  border: 1px solid #e5edf7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}

.ocp-request-page .request-summary-card {
  position: sticky;
  top: 14px;
  padding: 14px;
}

.ocp-request-page .request-store-image {
  width: 100%;
  height: 184px;
  border-radius: 14px;
  object-fit: contain;
  background: #eef4fb;
}

.ocp-request-page .request-summary-body {
  padding: 14px 2px 0;
}

.ocp-request-page .request-summary-body h2 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.28;
}

.ocp-request-page .request-rating {
  margin: 0 0 10px;
  color: #64748b;
  font-weight: 700;
}

.ocp-request-page .request-rating span {
  color: #f59e0b;
}

.ocp-request-page .request-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.ocp-request-page .request-summary-meta span {
  padding: 6px 9px;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.ocp-request-page .request-address,
.ocp-request-page .request-hotline {
  margin: 8px 0 0;
  color: #475569;
  line-height: 1.55;
}

.ocp-request-page .request-hotline a {
  color: #0f4ca5;
  font-weight: 800;
}

.ocp-request-page .request-selected-service {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #f8fbff;
}

.ocp-request-page .request-selected-service strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.35;
}

.ocp-request-page .request-selected-service p {
  margin: 7px 0;
  color: #64748b;
  line-height: 1.5;
}

.ocp-request-page .request-selected-service b {
  color: #0f4ca5;
}

.ocp-request-page .request-back-link {
  width: 100%;
  justify-content: center;
  margin-top: 14px;
}

.ocp-request-page .request-form-card {
  padding: 22px;
}

.ocp-request-page .request-form-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5edf7;
}

.ocp-request-page .request-form-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  letter-spacing: 0;
}

.ocp-request-page .request-form-head p {
  margin: 5px 0 0;
  color: #64748b;
  line-height: 1.5;
}

.ocp-request-page .request-form {
  display: grid;
  gap: 14px;
}

.ocp-request-page .request-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ocp-request-page .request-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  color: #0f172a;
  font-weight: 800;
}

.ocp-request-page .request-field-full {
  grid-column: 1 / -1;
}

.ocp-request-page .request-field span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.ocp-request-page .request-field span b {
  color: #dc2626;
}

.ocp-request-page .request-field input,
.ocp-request-page .request-field select,
.ocp-request-page .request-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 600;
  outline: 0;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.ocp-request-page .request-field input,
.ocp-request-page .request-field select {
  min-height: 46px;
  padding: 0 13px;
}

.ocp-request-page .request-field textarea {
  min-height: 132px;
  padding: 12px 13px;
  resize: vertical;
}

.ocp-request-page .request-field input:focus,
.ocp-request-page .request-field select:focus,
.ocp-request-page .request-field textarea:focus {
  border-color: #0f4ca5;
  box-shadow: 0 0 0 4px rgba(15, 76, 165, .12);
}

.ocp-request-page .request-field small {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.ocp-request-page .field-validation-error {
  min-height: 18px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 750;
}

.ocp-request-page .input-validation-error {
  border-color: #ef4444 !important;
  background: #fff7f7 !important;
}

.ocp-request-page .request-validation-summary.validation-summary-valid {
  display: none;
}

.ocp-request-page .request-validation-summary {
  margin: 12px 0 2px;
  padding: 12px 14px;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  background: #fff1f2;
  color: #b91c1c;
  font-weight: 750;
}

.ocp-request-page .request-validation-summary ul {
  margin: 0;
  padding-left: 18px;
}

.ocp-request-page .request-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #e5edf7;
}

.ocp-request-page .request-actions .btn {
  min-height: 44px;
}

.ocp-request-page .request-submit-btn {
  min-width: 180px;
  background: var(--ocp-green);
  border-color: var(--ocp-green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 131, 58, .22);
}

.ocp-request-page .request-submit-btn:hover {
  background: #066d31;
  border-color: #066d31;
  color: #fff;
}

@media (max-width: 1024px) {
  .ocp-request-page .request-layout {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .ocp-request-page .request-hero,
  .ocp-request-page .request-layout {
    grid-template-columns: 1fr;
  }

  .ocp-request-page .request-summary-card {
    position: static;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 14px;
  }

  .ocp-request-page .request-store-image {
    height: 160px;
  }

  .ocp-request-page .request-selected-service,
  .ocp-request-page .request-back-link {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .ocp-request-page {
    padding-top: 10px;
  }

  .ocp-request-page .request-breadcrumb {
    border-radius: 14px;
  }

  .ocp-request-page .request-hero,
  .ocp-request-page .request-form-card {
    padding: 16px;
    border-radius: 16px;
  }

  .ocp-request-page .request-summary-card {
    grid-template-columns: 1fr;
  }

  .ocp-request-page .request-store-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .ocp-request-page .request-form-grid {
    grid-template-columns: 1fr;
  }

  .ocp-request-page .request-actions {
    flex-direction: column-reverse;
  }

  .ocp-request-page .request-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .ocp-request-page .request-hero h1 {
    font-size: 26px;
  }

  .ocp-request-page .request-form-head h2 {
    font-size: 22px;
  }

  .ocp-request-page .request-summary-card,
  .ocp-request-page .request-form-card {
    padding: 14px;
  }
}

/* Dot 8.3 static pages polish */
.ocp-static-page {
  padding-top: 16px;
  padding-bottom: 44px;
}

.ocp-static-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(15, 76, 165, .055) 54%, rgba(255, 255, 255, .96)),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.ocp-static-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.ocp-static-breadcrumb a {
  color: #0f4ca5;
  font-weight: 750;
}

.ocp-static-breadcrumb b {
  color: #334155;
}

.ocp-static-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid #cce8d4;
  border-radius: 999px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.ocp-static-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: 0;
}

.ocp-static-hero p {
  max-width: 780px;
  margin: 9px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 650;
}

.ocp-static-page .ocp-news-layout,
.ocp-static-page .ocp-contact-layout {
  gap: 22px;
}

.ocp-static-page .ocp-news-main,
.ocp-static-page .ocp-about-grid > *,
.ocp-static-page .ocp-contact-layout > * {
  min-width: 0;
}

.ocp-static-side-card,
.ocp-static-page .ocp-about-card,
.ocp-static-page .ocp-contact-info-card,
.ocp-static-page .ocp-contact-form-card,
.ocp-static-page .ocp-news-card,
.ocp-static-empty-state,
.ocp-static-page .ocp-stat-panel {
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.ocp-static-side-card {
  padding: 16px;
}

.ocp-static-side-card .widget-title {
  margin-bottom: 10px;
}

.ocp-static-side-card .widget-title h3 {
  margin: 0;
  font-size: 16px;
}

.ocp-news-page .ocp-news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ocp-news-page .ocp-news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ocp-news-page .ocp-news-card:focus-within,
.ocp-news-page .ocp-news-card:hover {
  border-color: rgba(0, 140, 58, .22);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .10);
}

.ocp-news-page .ocp-news-image-link {
  display: block;
  background: #eef4fb;
}

.ocp-news-page .ocp-news-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.ocp-news-page .ocp-news-card-body {
  display: grid;
  gap: 8px;
  flex: 1;
  padding: 16px;
}

.ocp-news-page .ocp-news-card h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ocp-news-page .ocp-news-card h2 a {
  color: #0f172a;
}

.ocp-news-page .ocp-news-card p:not(.ocp-news-meta) {
  margin: 0;
  color: #64748b;
  line-height: 1.62;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ocp-news-page .ocp-news-meta {
  margin: 0 !important;
  color: #0f4ca5 !important;
  font-size: 12px;
  font-weight: 800 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.ocp-news-page .ocp-news-category {
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(15, 111, 232, .14);
  border-radius: 999px;
  background: #f4f8ff;
  color: #0f4ca5;
  font-size: 12px;
  font-weight: 800;
}

.ocp-static-sidebar .pill.active {
  border-color: rgba(0, 140, 58, .38);
  background: var(--ocp-green);
  color: #fff;
}

.ocp-news-page .ocp-news-link {
  align-self: end;
  margin-top: 4px;
}

.ocp-static-empty-state {
  min-height: 330px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(7, 131, 58, .09), transparent 38%),
    #fff;
}

.ocp-empty-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #cce8d4;
  border-radius: 18px;
  background: #f0fbf3;
  color: var(--ocp-green);
  font-size: 24px;
  font-weight: 900;
  font-family: Georgia, serif;
}

.ocp-static-empty-state h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
}

.ocp-static-empty-state p {
  max-width: 540px;
  margin: 0;
  color: #64748b;
  line-height: 1.65;
  font-weight: 650;
}

.ocp-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.ocp-static-sidebar {
  gap: 12px;
  top: 14px;
}

.ocp-static-sidebar .tag-row {
  gap: 8px;
}

.ocp-static-sidebar .pill {
  margin: 0;
}

.ocp-about-page .ocp-about-grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
}

.ocp-about-page .ocp-about-card {
  padding: 20px;
}

.ocp-about-page .ocp-about-card-main {
  max-width: none;
}

.ocp-about-page .ocp-about-card h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.25;
}

.ocp-about-page .ocp-about-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
}

.ocp-about-page .ocp-about-card p {
  max-width: 820px;
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.72;
  font-weight: 620;
}

.ocp-about-page .ocp-about-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.ocp-about-page .ocp-owner-cta {
  align-content: start;
  gap: 8px;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(255, 255, 255, .96)),
    #fff;
}

.ocp-static-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.ocp-about-page .ocp-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ocp-about-page .ocp-value-icon {
  color: var(--ocp-green);
  font-size: 18px;
}

.ocp-about-page .ocp-stat-panel {
  border-radius: 16px;
}

.ocp-contact-page .ocp-contact-layout {
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
}

.ocp-contact-page .ocp-contact-info-list {
  gap: 12px;
}

.ocp-contact-page .ocp-contact-info-card {
  padding: 15px;
}

.ocp-contact-page .ocp-contact-info-card > span {
  background: #eef7ff;
  color: #0f4ca5;
  font-size: 17px;
}

.ocp-contact-page .ocp-contact-info-card h3 {
  font-size: 16px;
}

.ocp-contact-page .ocp-contact-form-card {
  padding: 22px;
}

.ocp-contact-form-head {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5edf7;
}

.ocp-contact-form-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
}

.ocp-contact-form-head p {
  margin: 6px 0 0;
  color: #64748b;
  line-height: 1.55;
}

.ocp-contact-page .ocp-contact-form {
  gap: 14px;
}

.ocp-contact-page .ocp-contact-form label {
  gap: 7px;
  color: #0f172a;
  font-weight: 800;
}

.ocp-contact-page .ocp-contact-form input,
.ocp-contact-page .ocp-contact-form select,
.ocp-contact-page .ocp-contact-form textarea {
  min-width: 0;
  border-color: #d8e2ee;
  font: inherit;
  font-weight: 600;
}

.ocp-contact-page .ocp-contact-form textarea {
  min-height: 138px;
}

.ocp-contact-page .ocp-form-submit {
  justify-self: end;
  min-width: 180px;
  background: var(--ocp-green);
  border-color: var(--ocp-green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 131, 58, .22);
}

.ocp-contact-page .ocp-form-submit:hover {
  background: #066d31;
  border-color: #066d31;
  color: #fff;
}

.ocp-contact-validation-summary.validation-summary-valid {
  display: none;
}

.ocp-contact-validation-summary.validation-summary-errors {
  padding: 11px 13px;
  border: 1px solid #fecdd3;
  border-radius: 13px;
  background: #fff1f2;
}

@media (max-width: 1180px) {
  .ocp-news-page .ocp-news-layout,
  .ocp-about-page .ocp-about-grid,
  .ocp-contact-page .ocp-contact-layout {
    grid-template-columns: 1fr;
  }

  .ocp-static-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ocp-about-page .ocp-about-section-grid,
  .ocp-about-page .ocp-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ocp-static-sidebar,
  .ocp-about-page .ocp-about-section-grid,
  .ocp-about-page .ocp-value-grid,
  .ocp-news-page .ocp-news-grid {
    grid-template-columns: 1fr;
  }

  .ocp-contact-page .ocp-contact-info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ocp-static-page {
    padding-top: 10px;
  }

  .ocp-static-hero,
  .ocp-static-page .ocp-about-card,
  .ocp-static-page .ocp-contact-form-card,
  .ocp-static-empty-state,
  .ocp-static-side-card {
    padding: 16px;
    border-radius: 16px;
  }

  .ocp-static-breadcrumb {
    border-radius: 14px;
  }

  .ocp-static-hero h1 {
    font-size: 27px;
  }

  .ocp-contact-page .ocp-contact-info-list,
  .ocp-contact-page .ocp-contact-form {
    grid-template-columns: 1fr;
  }

  .ocp-empty-actions,
  .ocp-static-cta-row {
    flex-direction: column;
  }

  .ocp-empty-actions .btn,
  .ocp-static-cta-row .btn,
  .ocp-contact-page .ocp-form-submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .ocp-static-page .ocp-contact-info-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .ocp-static-page .ocp-contact-info-card > span {
    width: 40px;
    height: 40px;
  }

  .ocp-static-empty-state h2 {
    font-size: 22px;
  }
}

.ocp-pricing-page {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 10px;
}

.ocp-pricing-hero {
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .22), transparent 24%),
    linear-gradient(135deg, #073f91 0%, #0f78d8 46%, #07a64c 100%);
  box-shadow: 0 18px 48px rgba(15, 78, 165, .18);
}

.ocp-pricing-hero-inner {
  padding: 42px;
  min-height: 300px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.ocp-pricing-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 700;
}

.ocp-pricing-kicker,
.ocp-pricing-section-head span,
.ocp-pricing-promo span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.ocp-pricing-kicker {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.ocp-pricing-hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.03;
  text-transform: uppercase;
}

.ocp-pricing-subtitle {
  margin: 0;
  max-width: 820px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 850;
}

.ocp-pricing-support {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.ocp-pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.ocp-pricing-hero-primary {
  background: #fff;
  color: #0758b8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.ocp-pricing-hero-secondary {
  border-color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.ocp-pricing-shell,
.ocp-pricing-reasons,
.ocp-pricing-promo,
.ocp-pricing-contact-strip {
  margin-top: 24px;
}

.ocp-pricing-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.ocp-pricing-section-head span {
  background: #eaf6ff;
  color: #0758b8;
}

.ocp-pricing-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
}

.ocp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ocp-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid #e4edf7;
  border-top: 6px solid var(--ocp-blue);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.ocp-pricing-card-content {
  flex: 1 1 auto;
  min-width: 0;
}

.ocp-pricing-card-bottom {
  margin-top: auto;
  min-width: 0;
}

.ocp-pricing-card--featured {
  border-color: rgba(249, 115, 22, .38);
  border-top-color: #f97316;
  box-shadow: 0 18px 44px rgba(249, 115, 22, .18);
}

.ocp-pricing-card--green { border-top-color: #079348; }
.ocp-pricing-card--orange { border-top-color: #f97316; }
.ocp-pricing-card--purple { border-top-color: #7c3aed; }
.ocp-pricing-card--blue { border-top-color: #1769d1; }
.ocp-pricing-card--pink { border-top-color: #e11d48; }

.ocp-pricing-ribbon {
  position: absolute;
  top: -14px;
  left: 18px;
  right: 18px;
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: #ef2b16;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(239, 43, 22, .24);
}

.ocp-pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
}

.ocp-pricing-kind {
  border-radius: 999px;
  padding: 6px 10px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.ocp-pricing-verified {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #08a75a, #0f65d8);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(7, 131, 58, .25);
}

.ocp-pricing-card h3 {
  margin: 12px 0 12px;
  min-height: 58px;
  color: #0f2470;
  font-size: 24px;
  line-height: 1.18;
  text-transform: uppercase;
}

.ocp-pricing-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}

.ocp-pricing-price strong {
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
}

.ocp-pricing-price span {
  color: #475569;
  font-weight: 800;
}

.ocp-pricing-secondary-price,
.ocp-pricing-note,
.ocp-pricing-no-benefits {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.ocp-pricing-description {
  margin: 0 0 14px;
  color: #334155;
  line-height: 1.58;
  font-weight: 650;
}

.ocp-pricing-benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ocp-pricing-benefits li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.ocp-pricing-benefits span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e7f8ee;
  color: #07833a;
  font-weight: 900;
}

.ocp-pricing-note {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.ocp-pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  border-radius: 12px;
  background: var(--ocp-green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(7, 131, 58, .2);
}

.ocp-pricing-card--orange .ocp-pricing-cta { background: #f97316; box-shadow: 0 12px 24px rgba(249, 115, 22, .22); }
.ocp-pricing-card--purple .ocp-pricing-cta { background: #7c3aed; box-shadow: 0 12px 24px rgba(124, 58, 237, .22); }
.ocp-pricing-card--blue .ocp-pricing-cta { background: #1769d1; box-shadow: 0 12px 24px rgba(23, 105, 209, .22); }
.ocp-pricing-card--pink .ocp-pricing-cta { background: #e11d48; box-shadow: 0 12px 24px rgba(225, 29, 72, .2); }

.ocp-pricing-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px;
  border: 1px dashed #b7cadf;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.ocp-pricing-reason-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ocp-pricing-reason-grid article {
  padding: 18px;
  border: 1px solid #e4edf7;
  border-radius: 16px;
  background: #fff;
}

.ocp-pricing-reason-grid span {
  color: #07833a;
  font-weight: 900;
}

.ocp-pricing-reason-grid b {
  display: block;
  margin: 8px 0;
  color: #0f172a;
}

.ocp-pricing-reason-grid p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.ocp-pricing-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff8e1, #fff);
  border: 1px solid #fde68a;
}

.ocp-pricing-promo span {
  background: #fee2b3;
  color: #b45309;
}

.ocp-pricing-promo h2 {
  margin: 10px 0 8px;
  color: #9a3412;
}

.ocp-pricing-promo p,
.ocp-pricing-promo small {
  margin: 0;
  color: #7c2d12;
  line-height: 1.6;
  font-weight: 700;
}

.ocp-pricing-promo-cta {
  flex: 0 0 auto;
  background: #f97316;
  box-shadow: 0 12px 24px rgba(249, 115, 22, .2);
}

.ocp-pricing-contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: #062b52;
  color: #fff;
}

.ocp-pricing-contact-strip div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ocp-pricing-contact-strip span {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ocp-pricing-contact-strip a,
.ocp-pricing-contact-strip b {
  overflow-wrap: anywhere;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .ocp-pricing-reason-grid,
  .ocp-pricing-contact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ocp-pricing-page {
    width: min(100% - 28px, 720px);
    padding-top: 14px;
  }

  .ocp-pricing-hero-inner {
    padding: 28px 18px;
  }

  .ocp-pricing-grid,
  .ocp-pricing-reason-grid,
  .ocp-pricing-contact-strip {
    grid-template-columns: 1fr;
  }

  .ocp-pricing-card h3 {
    min-height: 0;
  }

  .ocp-pricing-promo {
    display: grid;
  }

  .ocp-pricing-promo-cta,
  .ocp-pricing-hero-actions .btn {
    width: 100%;
  }
}

/* Thu gọn typography riêng cho trang chi tiết cửa hàng, giữ nguyên header và chức năng. */
.ocp-store-detail-page {
  font-size: 14px;
  line-height: 1.5;
}

.ocp-store-detail-page .ocp-store-detail-title {
  margin-bottom: 8px;
  font-size: clamp(32px, 2.6vw, 34px);
  line-height: 1.15;
}

.ocp-store-detail-page .store-hero-meta,
.ocp-store-detail-page .store-hero-meta .stars,
.ocp-store-detail-page .tag-row,
.ocp-store-detail-page .store-address-line,
.ocp-store-detail-page .store-public-status {
  font-size: 13px;
}

.ocp-store-detail-page .store-hero-meta {
  gap: 7px 12px;
  line-height: 1.4;
}

.ocp-store-detail-page .tag-row {
  gap: 6px;
  line-height: 1.4;
}

.ocp-store-detail-page .store-hero-actions {
  gap: 8px;
  margin: 16px 0 14px;
}

.ocp-store-detail-page .store-hero-actions .btn,
.ocp-store-detail-page .store-hero-actions .inline-form .btn,
.ocp-store-detail-page .side-ad .btn,
.ocp-store-detail-page .review-report-box summary,
.ocp-store-detail-page .review-reply-box summary {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .store-primary-cta {
  min-width: 190px;
  padding-inline: 14px;
}

.ocp-store-detail-page .store-address-line {
  margin-top: 6px;
  line-height: 1.45;
}

.ocp-store-detail-page .store-public-status {
  gap: 5px;
  padding: 6px 9px;
  line-height: 1.3;
}

.ocp-store-detail-page .tabs {
  gap: 5px;
  margin: 14px 0;
  padding: 6px;
}

.ocp-store-detail-page .tabs a {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .detail-content,
.ocp-store-detail-page .review-card,
.ocp-store-detail-page .side-ad,
.ocp-store-detail-page .right-widget {
  font-size: 14px;
}

.ocp-store-detail-page .detail-content {
  line-height: 1.55;
}

.ocp-store-detail-page .detail-content h2,
.ocp-store-detail-page .widget-title h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.ocp-store-detail-page .detail-content p,
.ocp-store-detail-page .ocp-store-description-content,
.ocp-store-detail-page .side-ad p,
.ocp-store-detail-page .right-widget,
.ocp-store-detail-page .review-body {
  font-size: 14px;
  line-height: 1.55;
}

.ocp-store-detail-page .pill,
.ocp-store-detail-page .bookmark,
.ocp-store-detail-page .store-public-status {
  font-size: 12px;
  line-height: 1.25;
}

.ocp-store-detail-page .service-list {
  gap: 12px;
}

.ocp-store-detail-page .service-card {
  gap: 10px 12px;
  padding: 12px;
  border-radius: 14px;
}

.ocp-store-detail-page .service-card h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.ocp-store-detail-page .service-card p,
.ocp-store-detail-page .service-card > div > div:not(.tag-row):not(.actions) {
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-detail-page .service-card .compact-actions {
  gap: 6px;
  margin-top: 8px;
}

.ocp-store-detail-page .service-card .compact-actions .btn,
.ocp-store-detail-page .review-action-row .btn {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
}

.ocp-store-detail-page .price-table th,
.ocp-store-detail-page .price-table td {
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.4;
}

.ocp-store-detail-page .price-table th {
  font-size: 12px;
}

.ocp-store-detail-page .rating-summary-card {
  gap: 14px;
}

.ocp-store-detail-page .rating-number {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  font-size: 32px;
}

.ocp-store-detail-page .review-card {
  padding: 14px;
}

.ocp-store-detail-page .review-body {
  line-height: 1.5;
}

.ocp-store-detail-page .side-ad h3 {
  font-size: 18px;
  line-height: 1.3;
}

.ocp-store-detail-page .side-ad {
  gap: 7px;
}

@media (max-width: 720px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 30px;
  }

  .ocp-store-detail-page .detail-hero {
    gap: 16px;
    padding: 14px;
  }

  .ocp-store-detail-page .store-hero-actions {
    gap: 7px;
    margin: 14px 0 12px;
  }
}

@media (max-width: 430px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 28px;
  }

  .ocp-store-detail-page .detail-content,
  .ocp-store-detail-page .review-card,
  .ocp-store-detail-page .side-ad,
  .ocp-store-detail-page .right-widget {
    padding: 12px;
  }

  .ocp-store-detail-page .tabs {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .ocp-store-detail-page .tabs a {
    padding: 7px 9px;
    font-size: 12px;
  }

  .ocp-store-detail-page .detail-content h2,
  .ocp-store-detail-page .widget-title h2 {
    font-size: 19px;
  }

  .ocp-store-detail-page .service-card {
    padding: 11px;
  }
}

/* OCP public home mobile category grid polish */
@media (max-width: 767.98px) {
  .ocp-home-page {
    padding-top: 10px;
  }

  .ocp-home-page .home-grid {
    gap: 16px;
    margin-top: 16px;
  }

  .ocp-home-page .cat-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 54px 12px 12px;
    margin-top: -14px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
  }

  .ocp-home-page .cat-item {
    min-width: 0;
    min-height: 96px;
    padding: 10px 8px;
    align-content: center;
    justify-items: center;
    gap: 7px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 14px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .04);
  }

  .ocp-home-page .cat-item > span:last-child {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ocp-home-page .cat-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 23px;
  }

  .ocp-home-page .cat-icon .ocp-icon {
    width: 23px;
    height: 23px;
  }

  .ocp-home-page .home-section {
    margin-top: 14px;
  }

  .ocp-home-page .widget-title {
    margin-bottom: 10px;
  }

  .ocp-home-page .widget-title h2,
  .ocp-home-page .widget-title h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .social-fixed-left,
  .floating-open-btn {
    top: auto;
    right: max(6px, env(safe-area-inset-right));
    left: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .social-fixed-left {
    gap: 5px;
  }

  .social-fixed-left .items {
    gap: 6px;
  }

  .social-fixed-left .item,
  .floating-open-btn {
    width: 38px;
    height: 38px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
  }

  .social-fixed-left .item::before {
    inset: -5px;
  }

  .social-fixed-left .item img {
    width: 22px;
    height: 22px;
  }

  .social-fixed-left .toggle-btn {
    width: 26px;
    height: 26px;
    opacity: 1;
  }
}

@media (max-width: 340px) {
  .ocp-home-page .cat-strip {
    gap: 8px;
    padding: 10px 48px 10px 10px;
  }

  .ocp-home-page .cat-item {
    min-height: 88px;
    padding: 9px 6px;
    font-size: 12.5px;
  }

  .ocp-home-page .cat-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 21px;
  }

  .ocp-home-page .cat-icon .ocp-icon {
    width: 21px;
    height: 21px;
  }
}

/* Footer support pages: policy, terms and FAQ */
.ocp-policy-layout,
.ocp-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.ocp-policy-card,
.ocp-faq-panel,
.ocp-faq-help-card {
  min-width: 0;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.ocp-policy-card {
  padding: 22px;
}

.ocp-policy-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf2f7;
}

.ocp-policy-head > span,
.ocp-faq-help-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #eaf8ef;
  color: var(--ocp-green);
}

.ocp-policy-head h2,
.ocp-policy-contact h3,
.ocp-faq-panel h2,
.ocp-faq-help-card h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
}

.ocp-policy-head p,
.ocp-faq-help-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.ocp-rich-content {
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

.ocp-rich-content h3,
.ocp-policy-section h3 {
  margin: 22px 0 10px;
  color: #0f172a;
  font-size: 18px;
}

.ocp-rich-content p:last-child {
  margin-bottom: 0;
}

.ocp-policy-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #edf2f7;
}

.ocp-policy-contact {
  position: sticky;
  top: 92px;
}

.ocp-policy-contact dl {
  display: grid;
  gap: 12px;
  margin: 14px 0 18px;
}

.ocp-policy-contact dl div {
  padding: 12px;
  border: 1px solid #eef4fb;
  border-radius: 12px;
  background: #f8fafc;
}

.ocp-policy-contact dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ocp-policy-contact dd {
  margin: 4px 0 0;
  color: #0f172a;
  font-weight: 750;
}

.ocp-faq-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ocp-faq-controls {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

.ocp-faq-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.ocp-faq-search input {
  width: 100%;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  padding: 12px 14px;
  color: #0f172a;
  font-weight: 650;
  outline: none;
}

.ocp-faq-search input:focus {
  border-color: rgba(7, 131, 58, .55);
  box-shadow: 0 0 0 4px rgba(7, 131, 58, .08);
}

.ocp-faq-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ocp-faq-filter {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid #dce8f1;
  border-radius: 999px;
  background: #fff;
  color: #0f3f7a;
  font-weight: 800;
}

.ocp-faq-filter.active {
  border-color: rgba(7, 131, 58, .35);
  background: #eafaf0;
  color: #087a36;
}

.ocp-faq-panel,
.ocp-faq-help-card {
  padding: 18px;
}

.ocp-faq-category-description {
  margin: -4px 0 10px;
  color: #64748b;
  line-height: 1.55;
}

.ocp-faq-accordion {
  border-top: 1px solid #edf2f7;
}

.ocp-faq-accordion:first-of-type {
  border-top: 0;
}

.ocp-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 15px 0;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.45;
  text-align: left;
}

.ocp-faq-question svg {
  width: 18px;
  height: 18px;
  color: var(--ocp-green);
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.ocp-faq-question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.ocp-faq-answer {
  margin: -2px 0 16px;
  color: #475569;
  line-height: 1.65;
}

.ocp-faq-answer p {
  margin: 0 0 10px;
}

.ocp-faq-answer ul,
.ocp-faq-answer ol {
  padding-left: 22px;
}

.ocp-faq-question mark {
  border-radius: 5px;
  padding: 0 3px;
  background: #dcfce7;
  color: #065f46;
}

.ocp-faq-feedback {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #dbe5ef;
}

.ocp-faq-feedback p {
  margin: 0 0 10px;
  color: #0f172a;
  font-weight: 850;
}

.ocp-faq-feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ocp-faq-feedback-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  background: #fff;
  color: #0f3f7a;
  padding: 8px 13px;
  font-weight: 850;
  cursor: pointer;
}

.ocp-faq-feedback-btn svg {
  width: 16px;
  height: 16px;
}

.ocp-faq-feedback-btn.selected {
  border-color: rgba(7, 131, 58, .45);
  background: #eafaf0;
  color: #087a36;
}

.ocp-faq-feedback-btn:disabled {
  cursor: progress;
  opacity: .65;
}

.ocp-faq-question:focus-visible,
.ocp-faq-feedback-btn:focus-visible,
.ocp-faq-filter:focus-visible {
  outline: 3px solid rgba(7, 131, 58, .25);
  outline-offset: 2px;
}

.ocp-faq-feedback-status {
  min-height: 22px;
  margin-top: 9px;
  color: #087a36;
  font-weight: 750;
}

.ocp-faq-negative-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7ed;
  color: #9a3412;
}

.ocp-faq-negative-cta a {
  color: #0f4ca5;
  font-weight: 850;
}

.ocp-faq-empty {
  border: 1px dashed #c9d8e7;
  border-radius: 16px;
  padding: 28px;
  background: #fff;
  color: #475569;
}

.ocp-faq-empty h2 {
  margin: 0 0 8px;
  color: #0f172a;
}

.ocp-faq-help-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 131, 58, .08), rgba(15, 76, 165, .05)),
    #fff;
}

.ocp-faq-help-card p,
.ocp-faq-contact-list {
  grid-column: 2 / 3;
}

.ocp-faq-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ocp-faq-contact-list a {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f0fbf3;
  color: #087a36;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .ocp-policy-layout,
  .ocp-faq-layout {
    grid-template-columns: 1fr;
  }

  .ocp-policy-contact {
    position: static;
  }

  .ocp-faq-help-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ocp-faq-help-card .btn {
    grid-column: 2 / 3;
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .ocp-faq-search {
    grid-template-columns: 1fr;
  }

  .ocp-policy-card,
  .ocp-faq-panel,
  .ocp-faq-help-card {
    padding: 15px;
  }

  .ocp-policy-head,
  .ocp-faq-help-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ocp-faq-help-card p,
  .ocp-faq-contact-list,
  .ocp-faq-help-card .btn {
    grid-column: auto;
  }
}

/* Lớp cuối giữ typography compact của riêng trang chi tiết cửa hàng. */
.ocp-store-detail-page {
  font-size: 14px;
  line-height: 1.5;
}

.ocp-store-detail-page .ocp-store-detail-title {
  font-size: clamp(32px, 2.6vw, 34px);
  line-height: 1.15;
}

.ocp-store-detail-page .store-hero-meta,
.ocp-store-detail-page .tag-row,
.ocp-store-detail-page .store-address-line,
.ocp-store-detail-page .store-public-status {
  font-size: 13px;
}

.ocp-store-detail-page .store-hero-actions {
  gap: 8px;
  margin: 16px 0 14px;
}

.ocp-store-detail-page .store-hero-actions .btn,
.ocp-store-detail-page .store-hero-actions .inline-form .btn,
.ocp-store-detail-page .side-ad .btn {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .tabs {
  gap: 5px;
  margin: 14px 0;
  padding: 6px;
}

.ocp-store-detail-page .tabs a {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.25;
}

.ocp-store-detail-page .detail-content,
.ocp-store-detail-page .review-card,
.ocp-store-detail-page .side-ad,
.ocp-store-detail-page .right-widget {
  font-size: 14px;
}

.ocp-store-detail-page .detail-content h2,
.ocp-store-detail-page .widget-title h2 {
  font-size: 20px;
  line-height: 1.25;
}

.ocp-store-detail-page .service-card {
  padding: 12px;
}

.ocp-store-detail-page .service-card h3 {
  font-size: 16px;
  line-height: 1.3;
}

.ocp-store-detail-page .service-card p,
.ocp-store-detail-page .price-table td,
.ocp-store-detail-page .side-ad p {
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-detail-page .price-table th {
  font-size: 12px;
}

.ocp-store-detail-page .price-table td {
  padding: 9px 10px;
}

.ocp-store-detail-page .pill,
.ocp-store-detail-page .bookmark {
  font-size: 12px;
}

@media (max-width: 720px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .ocp-store-detail-page .ocp-store-detail-title {
    font-size: 28px;
  }

  .ocp-store-detail-page .tabs a {
    padding: 7px 9px;
    font-size: 12px;
  }

  .ocp-store-detail-page .detail-content h2,
  .ocp-store-detail-page .widget-title h2 {
    font-size: 19px;
  }
}
/* Discovery blocks dùng chung cho Phase 1, chưa can thiệp layout của các route công khai. */
.ocp-discovery-block,
.ocp-discovery-package-promotion {
    background: #fff;
    border: 1px solid #dfe9e5;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 70, 51, .08);
    color: #12352a;
    overflow: hidden;
}

.ocp-discovery-block {
    padding: 18px;
}

.ocp-discovery-block__header {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ocp-discovery-block__eyebrow,
.ocp-discovery-package-promotion__kind,
.ocp-discovery-package-promotion__badge {
    color: #087c42;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.ocp-discovery-block h2,
.ocp-discovery-package-promotion h2 {
    color: #12352a;
    font-size: 18px;
    line-height: 1.3;
    margin: 3px 0 0;
}

.ocp-discovery-block__all,
.ocp-search-history__clear {
    background: transparent;
    border: 0;
    color: #087c42;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 0;
    text-decoration: none;
    white-space: nowrap;
}

.ocp-discovery-block__all:hover,
.ocp-search-history__clear:hover {
    color: #045f31;
    text-decoration: underline;
}

.ocp-discovery-services__list,
.ocp-discovery-verified-stores__list,
.ocp-discovery-latest-reviews__list,
.ocp-search-history__list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ocp-discovery-service-card,
.ocp-discovery-store-card {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
}

.ocp-discovery-service-card:hover,
.ocp-discovery-store-card:hover {
    color: #087c42;
}

.ocp-discovery-service-card img,
.ocp-discovery-service-card__icon,
.ocp-discovery-store-card img,
.ocp-discovery-store-card__image-placeholder {
    align-items: center;
    background: #eef8f3;
    border-radius: 9px;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    width: 48px;
}

.ocp-discovery-service-card__content,
.ocp-discovery-store-card__content {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.ocp-discovery-service-card strong,
.ocp-discovery-store-card strong {
    color: #12352a;
    font-size: 14px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-discovery-service-card small,
.ocp-discovery-store-card__meta,
.ocp-discovery-review-card__footer,
.ocp-search-history__empty {
    color: #637970;
    font-size: 13px;
    line-height: 1.45;
}

.ocp-discovery-service-card__arrow {
    color: #087c42;
    margin-left: auto;
}

.ocp-discovery-store-card__name,
.ocp-discovery-store-card__meta,
.ocp-discovery-review-card__topline,
.ocp-discovery-review-card__footer {
    align-items: center;
    display: flex;
    gap: 5px;
    min-width: 0;
}

.ocp-discovery-store-card__name .ocp-icon,
.ocp-discovery-store-card__meta .ocp-icon,
.ocp-discovery-review-card__rating .ocp-icon {
    color: #0a9a53;
    height: 15px;
    width: 15px;
}

.ocp-discovery-store-card__meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-discovery-review-card {
    border-bottom: 1px solid #edf1ef;
    padding-bottom: 10px;
}

.ocp-discovery-review-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ocp-discovery-review-card__topline {
    justify-content: space-between;
}

.ocp-discovery-review-card__topline strong {
    color: #12352a;
    font-size: 14px;
}

.ocp-discovery-review-card__rating {
    display: inline-flex;
    gap: 1px;
}

.ocp-discovery-review-card p {
    color: #365349;
    font-size: 13px;
    line-height: 1.45;
    margin: 6px 0;
}

.ocp-discovery-review-card__footer {
    justify-content: space-between;
}

.ocp-discovery-review-card__footer a {
    color: #087c42;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-discovery-package-promotion {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 18px;
}

.ocp-discovery-package-promotion--featured {
    border-color: #ffc28d;
}

.ocp-discovery-package-promotion--verified {
    border-color: #73c999;
}

.ocp-discovery-package-promotion__badge {
    background: #ecf8f0;
    border-radius: 999px;
    padding: 4px 8px;
    width: fit-content;
}

.ocp-discovery-package-promotion__content {
    flex: 1;
}

.ocp-discovery-package-promotion__content > p {
    color: #456258;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
}

.ocp-discovery-package-promotion__price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.ocp-discovery-package-promotion__price strong {
    color: #12352a;
    font-size: 22px;
}

.ocp-discovery-package-promotion__price span,
.ocp-discovery-package-promotion__content small {
    color: #637970;
    font-size: 13px;
}

.ocp-discovery-package-promotion__cta {
    align-items: center;
    background: #087c42;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    margin-top: 16px;
    padding: 10px 14px;
    text-decoration: none;
}

.ocp-discovery-package-promotion__cta:hover {
    background: #056a37;
    color: #fff;
}

.ocp-search-history__item {
    align-items: center;
    background: #f7faf8;
    border: 1px solid #e3ece7;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    min-width: 0;
    padding: 8px 10px;
}

.ocp-search-history__item a {
    color: #27473b;
    flex: 1;
    font-size: 14px;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-search-history__remove {
    background: transparent;
    border: 0;
    color: #637970;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;
}

@media (max-width: 575.98px) {
    .ocp-discovery-block,
    .ocp-discovery-package-promotion {
        border-radius: 10px;
        padding: 15px;
    }

    .ocp-discovery-block h2,
    .ocp-discovery-package-promotion h2 {
        font-size: 17px;
    }

    .ocp-discovery-block__header {
        gap: 8px;
  }
}

/* Các block discovery dành riêng cho trang chi tiết cửa hàng ở Phase 3. */
.ocp-store-detail-page .ocp-store-discovery-sidebar {
    align-content: start;
    display: grid;
    gap: 16px;
    min-width: 0;
}

.ocp-store-detail-page .ocp-store-discovery-sidebar .side-ad,
.ocp-store-detail-page .ocp-store-discovery-sidebar .right-widget,
.ocp-store-detail-page .ocp-store-discovery-sidebar .ocp-discovery-block,
.ocp-store-detail-page .ocp-store-discovery-sidebar .ocp-discovery-package-promotion,
.ocp-store-detail-page .ocp-store-discovery-cta,
.ocp-store-detail-page .ocp-store-verified-reasons {
    margin-bottom: 0;
}

.ocp-store-detail-page .ocp-store-discovery-sidebar .ocp-discovery-package-promotion {
    min-height: 0;
}

.ocp-store-detail-page .ocp-related-stores {
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
    margin: 22px 0;
    padding: 18px;
}

.ocp-store-detail-page .ocp-related-stores .widget-title {
    margin-bottom: 14px;
}

.ocp-store-detail-page .ocp-related-stores__list {
    display: grid;
    gap: 10px;
}

.ocp-store-detail-page .ocp-related-store-card {
    align-items: center;
    border: 1px solid #e5edf7;
    border-radius: 12px;
    color: inherit;
    display: flex;
    gap: 12px;
    min-width: 0;
    padding: 10px;
    text-decoration: none;
}

.ocp-store-detail-page .ocp-related-store-card:hover {
    border-color: #9bd7b4;
    color: #087c42;
}

.ocp-store-detail-page .ocp-related-store-card img {
    background: #eef4fb;
    border-radius: 10px;
    flex: 0 0 64px;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.ocp-store-detail-page .ocp-related-store-card__content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ocp-store-detail-page .ocp-related-store-card__name,
.ocp-store-detail-page .ocp-related-store-card__meta {
    align-items: center;
    display: flex;
    gap: 5px;
    min-width: 0;
}

.ocp-store-detail-page .ocp-related-store-card__name strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-store-detail-page .ocp-related-store-card__name .ocp-icon {
    color: #0a9a53;
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
}

.ocp-store-detail-page .ocp-related-store-card__meta {
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocp-store-detail-page .ocp-related-store-card__meta .ocp-icon {
    color: #f59e0b;
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
}

.ocp-store-detail-page .ocp-store-discovery-cta,
.ocp-store-detail-page .ocp-store-verified-reasons {
    border: 1px solid #dfe9e5;
    border-radius: 12px;
    color: #12352a;
    padding: 16px;
}

.ocp-store-detail-page .ocp-store-discovery-cta {
    background: linear-gradient(135deg, #edf9f1, #fff);
}

.ocp-store-detail-page .ocp-store-discovery-cta__icon {
    align-items: center;
    background: #087c42;
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ocp-store-detail-page .ocp-store-discovery-cta h2,
.ocp-store-detail-page .ocp-store-verified-reasons h2 {
    color: #12352a;
    font-size: 17px;
    line-height: 1.35;
    margin: 10px 0 6px;
}

.ocp-store-detail-page .ocp-store-discovery-cta p {
    color: #456258;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
}

.ocp-store-detail-page .ocp-store-discovery-cta .btn {
    justify-content: center;
    width: 100%;
}

.ocp-store-detail-page .ocp-store-verified-reasons {
    background: #fff;
}

.ocp-store-detail-page .ocp-store-verified-reasons h2 {
    margin-top: 0;
}

.ocp-store-detail-page .ocp-store-verified-reasons ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.ocp-store-detail-page .ocp-store-verified-reasons li {
    align-items: center;
    color: #365349;
    display: flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.4;
}

.ocp-store-detail-page .ocp-store-verified-reasons li .ocp-icon {
    color: #087c42;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

@media (max-width: 720px) {
    .ocp-store-detail-page .ocp-related-stores {
        border-radius: 14px;
        margin: 18px 0;
        padding: 14px;
    }

    .ocp-store-detail-page .ocp-related-store-card img {
        flex-basis: 56px;
        height: 56px;
        width: 56px;
    }
}

/* Compact QR placement is scoped to the public store and service heroes. */
.ocp-store-detail-page .detail-hero.ocp-store-hero-grid.has-zalo-group-qr {
  grid-template-columns: minmax(0, 1fr) minmax(138px, 156px) minmax(360px, 520px);
}

.ocp-store-detail-page .detail-hero.ocp-store-hero-grid.no-zalo-group-qr {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.ocp-store-hero-qr,
.ocp-service-detail-qr {
  align-items: center;
  align-self: center;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.ocp-store-hero-qr img,
.ocp-service-detail-qr img {
  background: #fff;
  height: 148px;
  max-width: 100%;
  width: 148px;
}

.ocp-store-hero-qr div,
.ocp-service-detail-qr div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ocp-store-hero-qr span,
.ocp-service-detail-qr span {
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}

.ocp-store-hero-qr a,
.ocp-service-detail-qr a {
  color: #087c42;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ocp-store-hero-qr a:hover,
.ocp-store-hero-qr a:focus-visible,
.ocp-service-detail-qr a:hover,
.ocp-service-detail-qr a:focus-visible {
  text-decoration: underline;
}

.ocp-service-detail-hero.has-zalo-group-qr {
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr) minmax(148px, 180px);
}

.ocp-service-detail-hero.no-zalo-group-qr {
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
}

.ocp-service-detail-summary .ocp-service-detail-title {
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .ocp-store-detail-page .detail-hero.ocp-store-hero-grid.has-zalo-group-qr {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 145px) minmax(300px, 430px);
  }

  .ocp-service-detail-hero.has-zalo-group-qr {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  }

  .ocp-service-detail-hero.has-zalo-group-qr .ocp-service-detail-qr {
    grid-column: 2;
  }
}

/* Giao diện tiêu đề card dùng chung cho kết quả tìm kiếm và danh mục. */
.ocp-store-card .ocp-store-card-title,
.ocp-store-result-card .ocp-store-card-title,
.ocp-store-card .ocp-store-title,
.ocp-store-result-card .ocp-store-title {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.22;
  max-height: 2.44em;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.ocp-store-card-title > a,
.ocp-store-title > a {
  color: #0f172a;
  display: inline;
  min-width: 0;
  text-decoration: none;
}

.ocp-store-card-title > a:hover,
.ocp-store-card-title > a:focus-visible,
.ocp-store-title > a:hover,
.ocp-store-title > a:focus-visible {
  color: var(--ocp-green);
  text-decoration: underline;
}

/* Override legacy result-title rules so the verification badge stays inline. */
.ocp-store-result-body h2.ocp-store-card-title > a,
.ocp-store-card-body h2.ocp-store-card-title > a {
  display: inline;
  width: auto;
  max-width: none;
}

.ocp-store-card-title .ocp-verified-badge,
.ocp-store-title .ocp-verified-badge {
  display: inline-flex;
  flex: none;
  margin-left: 4px;
  vertical-align: -3px;
}

@media (max-width: 900px) {
  .ocp-store-detail-page .detail-hero.ocp-store-hero-grid.has-zalo-group-qr,
  .ocp-store-detail-page .detail-hero.ocp-store-hero-grid.no-zalo-group-qr,
  .ocp-service-detail-hero.has-zalo-group-qr,
  .ocp-service-detail-hero.no-zalo-group-qr {
    grid-template-columns: 1fr;
  }

  .ocp-service-detail-hero.has-zalo-group-qr .ocp-service-detail-qr {
    grid-column: auto;
  }

  .ocp-store-hero-qr,
  .ocp-service-detail-qr {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .ocp-store-hero-qr,
  .ocp-service-detail-qr {
    justify-items: center;
    text-align: center;
  }

  .ocp-store-hero-qr img,
  .ocp-service-detail-qr img {
    height: 152px;
    width: 152px;
  }
}

/* Override cuối stylesheet: giữ ưu tiên mobile của trang chi tiết dịch vụ. */
@media (max-width: 991.98px) {
  .ocp-service-detail-hero { display: flex; flex-direction: column; gap: 14px; padding: 14px; }
  .ocp-service-detail-media { order: -2; min-width: 0; }
  .ocp-service-detail-media .ocp-service-detail-main-image { aspect-ratio: 16 / 9; max-height: min(55vh, 460px); object-fit: cover; }
  .ocp-service-detail-thumbs { margin-right: -2px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
  .ocp-service-detail-thumbs a { flex-basis: 92px; }
  .ocp-service-detail-thumbs img { height: 68px; width: 92px; }
  .ocp-service-detail-qr { display: none; }
  .ocp-service-detail-summary .ocp-service-detail-title { font-size: clamp(25px, 7vw, 29px); line-height: 1.16; }
  .ocp-service-detail-kicker { font-size: 14px; margin-bottom: 7px; }
  .ocp-service-detail-price { font-size: 13px; margin-top: 12px; }
  .ocp-service-detail-price b { font-size: 19px; }
  .ocp-service-detail-actions { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 15px; }
  .ocp-service-detail-actions .btn { justify-content: center; margin: 0; min-height: 46px; min-width: 0; padding: 9px 10px; }
  .ocp-service-detail-actions .inline-form { display: contents; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-call { grid-column: 1; }
  .ocp-service-detail-actions.has-phone .ocp-service-detail-primary { grid-column: 2; }
  .ocp-service-detail-actions.no-phone .ocp-service-detail-primary { grid-column: 1 / -1; }
  .ocp-service-detail-store-action { grid-column: 1; }
  .ocp-service-detail-favorite-action .btn { grid-column: 2; width: 100%; }
  .ocp-service-detail-layout { grid-template-columns: 1fr; margin-top: 16px; }
  .ocp-service-detail-sidebar { grid-template-columns: 1fr; }
  .ocp-service-detail-contact { order: 2; }
  .ocp-service-detail-related { order: 1; }
  .ocp-service-detail-panel { padding: 15px; }
  .ocp-service-detail-panel h2, .ocp-service-detail-contact h2, .ocp-service-detail-related h2 { font-size: 19px; }
  .ocp-service-detail-panel .ocp-rich-content { font-size: 15px; line-height: 1.7; }
  .ocp-service-detail-panel .ocp-rich-content table { font-size: 14px; }
  .ocp-service-detail-info dl > div { grid-template-columns: 90px minmax(0, 1fr); }
  .ocp-related-service-item h3 { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
  body:has(.ocp-service-detail-page) .social-fixed-left,
  body:has(.ocp-service-detail-page) .floating-open-btn { display: none; }
}

@media (max-width: 430px) {
  .ocp-service-detail-page .breadcrumb { font-size: 12px; gap: 4px; }
  .ocp-service-detail-hero, .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { border-radius: 12px; }
  .ocp-service-detail-panel, .ocp-service-detail-contact, .ocp-service-detail-related { padding: 13px; }
  .ocp-service-detail-actions .btn { font-size: 13px; padding-left: 7px; padding-right: 7px; }
}
