/* Extracted page CSS from about-se7en-ccr.html | v7.1.2 | 2026-04-26 */

:root {
    --poseidon-black: #000000;
    --poseidon-gray: #727272;
    --poseidon-light-gray: #c3c3c3;
    --poseidon-white: #ffffff;
    --poseidon-web-blue: #274c4f;
    --paper: #ffffff;
    --bg: #ececec;
    --shadow: 0 8px 24px rgba(0,0,0,.08);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: #111111;
    background: linear-gradient(180deg, #dcdcdc 0%, #efefef 100%);
  }

  main {
    padding: 24px 16px 40px;
  }

  .container {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 40px;
    background: var(--paper);
    border: 1px solid var(--poseidon-light-gray);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .page-header {
    background: var(--poseidon-black);
    color: var(--poseidon-white);
    text-align: center;
    padding: 28px 28px 24px;
    border-bottom: 1px solid #1f1f1f;
  }

  .page-header .logo-wrap {
    display: inline-block;
    padding: 10px 18px 14px;
  }

  .page-header img {
    width: 96px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
  }

  .page-header h1 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .page-header p {
    margin: 12px auto 0;
    max-width: 760px;
    font-size: 1.02rem;
    color: #d7d7d7;
  }

  .content {
    padding: 30px 42px 38px;
  }

  .content p,
  .content li {
    font-size: 1.04rem;
  }

  .content a {
    color: var(--poseidon-web-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .content a:hover {
    color: #1c393b;
  }

  /* Integrate the Magento fragment without altering its content */
  .content > div[style*="max-width:95%;margin:auto;"] {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .content h4 {
    color: #111111;
  }

  .content div[style*="border:1px solid #e3e3e3"] {
    background-color: #f6f6f6 !important;
    border-color: #c3c3c3 !important;
    border-radius: 12px;
  }

  .content div[style*="border:1px solid #e3e3e3"][style*="max-width:900px"] {
    max-width: 900px !important;
  }

  .toc-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .toc-text {
    min-width: 0;
  }

  .toc-image {
    width: 100%;
    max-width: 320px;
    margin: 6px auto 0;
  }

  @media (min-width: 980px) {
    .toc-box {
      flex-direction: row;
      align-items: flex-start;
      gap: 18px;
    }

    .toc-text {
      flex: 1 1 0;
    }

    .toc-image {
      flex: 0 0 320px;
      width: 320px;
      max-width: 320px;
      margin: 0;
    }
  }

  .toc-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }

  .faq-intro {
    margin-top: 0;
    margin-bottom: 14px;
  }

  .faq-section-title {
    margin-top: 26px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #444444;
    font-weight: 600;
  }

  .faq-question {
    margin: 0 0 6px 0;
  }

  .faq-answer {
    margin: 0 0 18px 0;
  }

  .faq-answer.last-in-section,
  .faq-answer.last-on-page {
    margin-bottom: 20px;
  }

  .faq-answer.final-answer {
    margin-bottom: 0;
  }

  .faq-summary {
    max-width: 720px;
    margin: 24px auto 10px auto;
  }

  .faq-summary-title {
    margin: 0 0 10px 0;
  }

  .content hr {
    border: 0;
    border-top: 1px solid #c3c3c3;
    margin: 24px 0;
  }

  .article-footer {
    max-width: 720px;
    margin: 0 auto 20px;
    font-size: 0.95rem;
    color: #444444;
  }

  footer h4 {
    text-align: center;
    font-weight: 600;
  }

  footer a {
    color: #333333;
  }

  @media (max-width: 920px) {
    .container {
      margin: 0 auto 32px;
      border-radius: 16px;
    }

    .page-header {
      padding: 24px 20px 20px;
    }

    .page-header h1 {
      font-size: 1.85rem;
    }

    .content {
      padding: 24px 22px 30px;
    }

    .toc-image {
      max-width: 320px;
      margin: 8px auto 0;
    }
  }

  @media (max-width: 640px) {
    .toc-image {
      display: none;
    }
  }

  .faq-sources {
    max-width: 720px;
    margin: 20px auto 10px auto;
    font-size: 0.95rem;
    color: #333333;
  }

  .faq-sources p {
    margin: 0 0 10px 0;
  }

  .faq-sources ol {
    margin: 0 0 0 22px;
    padding: 0;
  }

  .faq-sources li {
    margin: 0 0 8px 0;
  }

  .faq-sources a {
    word-break: break-word;
  }

  sup {
    line-height: 0;
  }



/* Former inline style attributes from about-se7en-ccr.html | v7.1.2 | 2026-04-26 */

.n2-about-se7en-ccr-style-001 { color:#ffffff; }

.n2-about-se7en-ccr-style-002 { max-width:95%;margin:auto; }

.n2-about-se7en-ccr-style-003 { border:1px solid #e3e3e3; padding:10px 14px; margin:14px auto 24px auto; background-color:#fafafa; max-width:900px; }

.n2-about-se7en-ccr-style-004 { margin:0 0 6px 0; text-align:center; }

.n2-about-se7en-ccr-style-005 { margin:0 0 8px 0; font-size:0.95em; text-align:center; }

.n2-about-se7en-ccr-style-006 { list-style-type:disc; margin:0 0 0 18px; padding:0; }

.n2-about-se7en-ccr-style-007 { width:100%; height:auto; border-radius:12px; }

/* CCR FAQ page-header contrast fix | v7.1.2 | 2026-04-26 */
body.n2-shared.n2-about .page-header #article-title,
body.n2-shared.n2-about .page-header h1.n2-about-se7en-ccr-style-001 {
  color: #ffffff;
}
