body.page .entry-title,
body.page .page-title,
body.page h1.entry-title {
    display: none !important;
}

.ocs-live-v2.ocs-b3 {
  --ink: #17151f;
  --muted: #5d6473;
  --line: rgba(23, 21, 31, 0.12);
  --paper: #fbfaf7;
  --panel: #ffffff;
  --accent: #18c7a7;
  --accent-2: #f05d5e;
  --accent-3: #f5b33d;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.ocs-live-v2.ocs-b3 *,
.ocs-live-v2.ocs-b3 *::before,
.ocs-live-v2.ocs-b3 *::after {
  box-sizing: border-box;
}

.ocs-b3 .b3-shell {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 22px;
}

.ocs-b3 .b3-topbar {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  left: 0;
  padding: 20px 28px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.ocs-b3 .b3-brand {
  color: inherit;
  font-size: 1rem;
  font-weight: 900;
}

.ocs-b3 .b3-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ocs-b3 .b3-nav a,
.ocs-b3 .b3-pill,
.ocs-b3 .b3-button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.15;
  min-height: 38px;
  padding: 9px 13px;
}

.ocs-b3 .b3-button {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.ocs-b3 .b3-hero {
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.ocs-b3 .b3-hero::before {
  background: linear-gradient(90deg, rgba(12, 10, 18, 0.88), rgba(12, 10, 18, 0.52) 48%, rgba(12, 10, 18, 0.16));
  content: "";
  inset: 0;
  position: absolute;
}

.ocs-b3 .b3-hero-inner {
  align-items: flex-end;
  display: grid;
  min-height: 620px;
  padding-bottom: 62px;
  padding-top: 116px;
  position: relative;
  z-index: 1;
}

.ocs-b3 .b3-kicker {
  color: var(--accent-3);
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ocs-b3 h1,
.ocs-b3 h2,
.ocs-b3 h3 {
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.ocs-b3 h1 {
  font-size: 4.4rem;
  max-width: 880px;
  overflow-wrap: anywhere;
}

.ocs-b3 .b3-lede {
  font-size: 1.18rem;
  margin: 18px 0 0;
  max-width: 690px;
}

.ocs-b3 .b3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ocs-b3 .b3-actions .b3-button:first-child {
  background: var(--accent);
  border-color: var(--accent);
  color: #082821;
}

.ocs-b3 .b3-band {
  padding: 58px 0;
}

.ocs-b3 .b3-band-tight {
  padding: 34px 0 58px;
}

.ocs-b3 .b3-section-head {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  margin-bottom: 24px;
}

.ocs-b3 .b3-section-head h2 {
  font-size: 2.25rem;
}

.ocs-b3 .b3-section-head p {
  color: var(--muted);
  margin: 0;
}

.ocs-b3 .b3-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ocs-b3 .b3-grid-two {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ocs-b3 .b3-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 190px;
  padding: 22px;
}

.ocs-b3 .b3-card h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.ocs-b3 .b3-card p,
.ocs-b3 .b3-card li {
  color: var(--muted);
  margin: 0;
}

.ocs-b3 .b3-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.ocs-b3 .b3-card li {
  border-top: 1px solid var(--line);
  padding-top: 9px;
}

.ocs-b3 .b3-link {
  color: var(--ink);
  font-weight: 900;
}

.ocs-b3 .b3-split {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.ocs-b3 .b3-feature {
  background: #191521;
  border-radius: 8px;
  color: #fff;
  padding: 26px;
}

.ocs-b3 .b3-feature h2 {
  font-size: 2rem;
}

.ocs-b3 .b3-feature p {
  color: rgba(255, 255, 255, 0.74);
}

.ocs-b3 .b3-metric-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.ocs-b3 .b3-metric {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
}

.ocs-b3 .b3-metric strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.ocs-b3 .b3-metric span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.85rem;
  margin-top: 7px;
}

.ocs-b3 .b3-tool {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  padding: 20px;
}

.ocs-b3 .b3-control {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.ocs-b3 .b3-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ocs-b3 .b3-choice-list button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.15;
  min-height: 40px;
  padding: 9px 12px;
}

.ocs-b3 .b3-choice-list button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.ocs-b3 label {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.ocs-b3 select,
.ocs-b3 input[type="number"],
.ocs-b3 input[type="range"] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

.ocs-b3 .b3-tool-output {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 300px;
  padding: 22px;
}

.ocs-b3 .b3-result-title {
  font-size: 1.6rem;
  font-weight: 950;
  line-height: 1.08;
  margin-bottom: 12px;
}

.ocs-b3 .b3-result-text,
.ocs-b3 .b3-result-list li {
  color: var(--muted);
}

.ocs-b3 .b3-result-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.ocs-b3 .b3-result-list li {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.ocs-b3 .b3-footer {
  background: var(--ink);
  color: #fff;
  padding: 30px 0;
}

.ocs-b3 .b3-footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

.ocs-b3 .b3-footer a {
  color: #fff;
}

.ocs-games {
  --paper: #f8fbf9;
  --panel: #ffffff;
  --ink: #17151f;
  --muted: #657078;
  --accent: #18c7a7;
  --accent-2: #ff5768;
  --accent-3: #ffbf4c;
}

.ocs-games .b3-hero {
  background-image: url('/wp-content/uploads/owned-content-sites/gamespiration-hero.jpg');
}

.ocs-games .b3-card:nth-child(2) {
  border-top: 4px solid var(--accent);
}

.ocs-games .b3-card:nth-child(3) {
  border-top: 4px solid var(--accent-2);
}

.ocs-wedding {
  --paper: #fbfaf7;
  --panel: #ffffff;
  --ink: #28201e;
  --muted: #6d625d;
  --accent: #b8325b;
  --accent-2: #346d64;
  --accent-3: #d89a35;
}

.ocs-wedding .b3-hero {
  background-image: url('/wp-content/uploads/owned-content-sites/weddingzone-hero.jpg');
}

.ocs-wedding .b3-actions .b3-button:first-child {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.ocs-wedding .b3-feature {
  background: #2e2523;
}

.ocs-camera {
  --paper: #f6f4ef;
  --panel: #ffffff;
  --ink: #181713;
  --muted: #63615a;
  --accent: #e7c13d;
  --accent-2: #4b8f8c;
  --accent-3: #d95f43;
}

.ocs-camera .b3-hero {
  background-image: url('/wp-content/uploads/owned-content-sites/digitalkamera-hero.jpg');
}

.ocs-camera .b3-actions .b3-button:first-child {
  background: var(--accent);
  border-color: var(--accent);
  color: #191713;
}

.ocs-camera .b3-feature {
  background: #1f1e1a;
}

.ocs-b3 .b3-range-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 86px;
}

.ocs-b3 .b3-range-value {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 12px;
  text-align: center;
}

.ocs-b3 .b3-plan-bars {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ocs-b3 .b3-plan-bar {
  display: grid;
  gap: 6px;
}

.ocs-b3 .b3-plan-bar span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.ocs-b3 .b3-plan-track {
  background: rgba(23, 21, 31, 0.08);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.ocs-b3 .b3-plan-fill {
  background: var(--accent);
  display: block;
  height: 100%;
  width: 30%;
}

@media (max-width: 880px) {
  .ocs-b3 .b3-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .ocs-b3 .b3-hero,
  .ocs-b3 .b3-hero-inner {
    min-height: 560px;
  }

  .ocs-b3 h1 {
    font-size: 2.35rem;
  }

  .ocs-camera h1 {
    font-size: 1.72rem;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .ocs-b3 .b3-lede {
    font-size: 1.02rem;
  }

  .ocs-b3 .b3-section-head,
  .ocs-b3 .b3-grid,
  .ocs-b3 .b3-grid-two,
  .ocs-b3 .b3-split,
  .ocs-b3 .b3-tool,
  .ocs-b3 .b3-metric-row {
    grid-template-columns: 1fr;
  }

  .ocs-b3 .b3-band {
    padding: 42px 0;
  }

  .ocs-b3 .b3-section-head h2 {
    font-size: 1.8rem;
  }
}

.camera-packlist {
      background: #f3f5f7;
      color: #121821;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.48;
      min-height: 100vh;
    }

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

    .camera-packlist a {
      color: inherit;
      text-decoration: none;
    }

    .cp-hero {
      background:
        linear-gradient(120deg, rgba(18, 24, 33, 0.88), rgba(18, 24, 33, 0.45)),
        url("/wp-content/uploads/owned-content-sites/digitalkamera-hero.jpg") center / cover;
      color: #ffffff;
      min-height: 520px;
      padding: 30px 18px 42px;
    }

    .cp-shell {
      margin: 0 auto;
      max-width: 1160px;
    }

    .cp-topbar {
      align-items: center;
      display: flex;
      gap: 18px;
      justify-content: space-between;
      margin-bottom: 80px;
    }

    .cp-brand {
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .cp-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-end;
    }

    .cp-nav a,
    .cp-chip {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 999px;
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: 780;
      padding: 9px 12px;
    }

    .cp-hero-grid {
      display: grid;
      gap: 26px;
      grid-template-columns: minmax(0, 1fr) 330px;
      align-items: end;
    }

    .cp-kicker {
      color: #9ce0ff;
      font-size: 0.82rem;
      font-weight: 900;
      margin: 0 0 12px;
      text-transform: uppercase;
    }

    .cp-hero h1 {
      color: #ffffff;
      font-size: 4.9rem;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.9;
      margin: 0 0 18px;
      max-width: 780px;
    }

    .cp-hero p {
      color: #dce8f2;
      font-size: 1.08rem;
      margin: 0;
      max-width: 680px;
    }

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

    .cp-button {
      align-items: center;
      background: #9ce0ff;
      border: 1px solid #9ce0ff;
      border-radius: 999px;
      color: #121821 !important;
      display: inline-flex;
      font-weight: 900;
      min-height: 46px;
      padding: 12px 16px;
    }

    .cp-button.secondary {
      background: transparent;
      color: #ffffff !important;
    }

    .cp-shot-card {
      background: rgba(255, 255, 255, 0.92);
      border-radius: 8px;
      color: #121821;
      display: grid;
      gap: 14px;
      padding: 18px;
    }

    .cp-shot-card strong {
      display: block;
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 0.95;
    }

    .cp-shot-card p {
      color: #405165;
    }

    .cp-meter {
      display: grid;
      gap: 8px;
    }

    .cp-meter span {
      background: #d9e2ea;
      border-radius: 999px;
      display: block;
      height: 12px;
      overflow: hidden;
    }

    .cp-meter span::before {
      background: #34d399;
      content: "";
      display: block;
      height: 100%;
      width: var(--fill);
    }

    .cp-main {
      padding: 26px 18px 54px;
    }

    .cp-layout {
      display: grid;
      gap: 18px;
      grid-template-columns: 360px minmax(0, 1fr);
    }

    .cp-panel {
      background: #ffffff;
      border: 1px solid rgba(18, 24, 33, 0.12);
      border-radius: 8px;
      box-shadow: 0 20px 46px rgba(18, 24, 33, 0.06);
      padding: 20px;
    }

    .cp-panel h2 {
      font-size: 2.45rem;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.98;
      margin: 0 0 12px;
    }

    .cp-panel p {
      color: #52606d;
      margin: 0;
    }

    .cp-control {
      border-top: 1px solid rgba(18, 24, 33, 0.12);
      margin-top: 16px;
      padding-top: 16px;
    }

    .cp-control strong {
      display: block;
      font-size: 0.78rem;
      font-weight: 900;
      margin-bottom: 9px;
      text-transform: uppercase;
    }

    .cp-choice-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .cp-choice-list button,
    .cp-print {
      background: #f3f5f7;
      border: 1px solid rgba(18, 24, 33, 0.16);
      border-radius: 999px;
      color: #121821;
      cursor: pointer;
      font: inherit;
      font-weight: 850;
      min-height: 42px;
      padding: 10px 12px;
    }

    .cp-choice-list button.is-active {
      background: #121821;
      border-color: #121821;
      color: #ffffff;
    }

    .cp-check-grid {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .cp-item {
      align-items: start;
      background: #f8fafc;
      border: 1px solid rgba(18, 24, 33, 0.12);
      border-radius: 8px;
      display: grid;
      gap: 12px;
      grid-template-columns: 28px minmax(0, 1fr);
      padding: 14px;
    }

    .cp-box {
      border: 2px solid #121821;
      border-radius: 6px;
      height: 24px;
      margin-top: 2px;
      width: 24px;
    }

    .cp-item h3 {
      font-size: 1.05rem;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0 0 4px;
    }

    .cp-item small {
      color: #64748b;
      display: block;
      font-size: 0.84rem;
      line-height: 1.35;
    }

    .cp-note {
      background: #e8f7ff;
      border-radius: 8px;
      margin-top: 16px;
      padding: 16px;
    }

    .cp-note p {
      color: #244154;
      font-size: 0.95rem;
    }

    @media (max-width: 860px) {
      .cp-topbar,
      .cp-hero-grid,
      .cp-layout {
        grid-template-columns: 1fr;
      }

      .cp-topbar {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 48px;
      }

      .cp-nav {
        justify-content: flex-start;
        max-width: 100%;
      }

      .cp-panel h2 {
        font-size: 2rem;
      }
    }

    @media (max-width: 560px) {
      .cp-hero {
        min-height: 0;
        padding-top: 24px;
      }

      .cp-hero h1 {
        font-size: 3.05rem;
        overflow-wrap: anywhere;
      }

      .cp-brand {
        font-size: 0.92rem;
      }

      .cp-nav {
        gap: 7px;
        justify-content: flex-start;
      }

      .cp-nav a,
      .cp-chip {
        font-size: 0.82rem;
        padding: 8px 10px;
      }

      .cp-panel h2 {
        font-size: 1.78rem;
      }
    }

    @media print {
      body {
        background: #ffffff !important;
      }

      .cp-hero,
      .cp-controls,
      .cp-nav,
      .cp-actions,
      .cp-note {
        display: none !important;
      }

      .cp-main,
      .cp-panel {
        box-shadow: none !important;
        padding: 0 !important;
      }

      .cp-layout {
        display: block !important;
      }

      .cp-item {
        break-inside: avoid;
      }
    }

body.page {
    overflow-x: hidden !important;
}

body.page #wrapper-navbar,
body.page #masthead.site-header,
body.page .site-content-header {
    display: none !important;
}

body.page #theme-main > .jumbotron,
body.page #theme-main > .bg-light-subtle,
body.page .google-auto-placed {
    display: none !important;
}

body.page #theme-main > .container,
body.page #container-content-page,
body.page #content,
body.page #primary,
body.page .site-content,
body.page #wrapper.site-content,
body.page .content-outer.container,
body.page .content-area,
body.page .entry-content,
body.page .post-content,
body.page .post-entry,
body.page article.hentry,
body.page #ruby-site-content > .ruby-page-wrap.ruby-container,
body.page #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.page #theme-main > .container > .row,
body.page #container-content-page > .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page #theme-main .col-md-10.offset-md-1 {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.page #ruby-site-content > .ruby-page-wrap > #sidebar,
body.page .single-header {
    display: none !important;
}

.ocs-live-v2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.ocs-live-v2 a {
    text-decoration: none !important;
}

.ocs-live-v2 .ocs-choice-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ocs-live-v2 .ocs-choice-list button {
    background: #f8fafc !important;
    border: 1px solid rgba(24, 32, 51, 0.16) !important;
    border-radius: 999px !important;
    color: #182033 !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    text-align: left !important;
}

.ocs-live-v2 .ocs-choice-list button.is-active {
    background: #182033 !important;
    border-color: #182033 !important;
    color: #ffffff !important;
}

.ocs-live-v2 .ocs-tool-output {
    min-height: 210px !important;
}