.elementor-1005 .elementor-element.elementor-element-5ea9987c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-a035a58 */.contest-seo {
      --steel:  #2C3E50;
      --rust:   #B85C2A;
      --straw:  #F5F0E8;
      --white:  #FFFFFF;
      --mid:    #6B7280;
      --border: #DDD5C8;
      --green:  #3A6B4A;
      --text:   #1A1A1A;
      font-family: 'Inter', sans-serif;
      color: var(--text);
      line-height: 1.7;
      font-size: 16px;
    }

    /* ── LAYOUT ── */
    .contest-seo .page-wrap {
      max-width: 860px;
      margin: 0 auto;
      padding: 0 24px 80px;
    }

    /* ── QUICK ANSWER ── */
    .contest-seo .quick-answer {
      background: var(--straw);
      border-left: 4px solid var(--rust);
      padding: 28px 32px;
      margin: 48px 0 40px;
      border-radius: 0 6px 6px 0;
    }
    .contest-seo .quick-answer .label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--rust);
      margin-bottom: 10px;
    }
    .contest-seo .quick-answer p {
      font-size: 15.5px;
      color: var(--steel);
      line-height: 1.75;
      margin-bottom: 0;
    }

    /* ── TOC ── */
    .contest-seo .toc {
      background: var(--straw);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 28px 32px;
      margin-bottom: 40px;
    }
    .contest-seo .toc h2 {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--mid);
      margin-bottom: 14px;
    }
    .contest-seo .toc ol {
      padding-left: 20px;
    }
    .contest-seo .toc li {
      margin-bottom: 6px;
    }
    .contest-seo .toc a {
      color: var(--steel);
      text-decoration: none;
      font-size: 15px;
      font-weight: 500;
    }
    .contest-seo .toc a:hover {
      color: var(--rust);
      text-decoration: underline;
    }

    /* ── INTRO ── */
    .contest-seo .intro {
      margin-bottom: 40px;
    }
    .contest-seo .intro p {
      font-size: 16px;
      color: #333;
      margin-bottom: 16px;
    }
    .contest-seo .intro p:last-child {
      margin-bottom: 0;
    }

    /* ── SECTIONS ── */
    .contest-seo .section {
      margin-bottom: 32px;
    }
    .contest-seo .section-header {
      margin-bottom: 20px;
      padding-bottom: 14px;
      border-bottom: 2px solid var(--border);
    }
    .contest-seo .section h2 {
      font-size: clamp(18px, 2.5vw, 24px);
      font-weight: 700;
      color: var(--steel);
      line-height: 1.3;
    }
    .contest-seo .section h3 {
      font-size: 17px;
      font-weight: 700;
      color: var(--steel);
      margin: 24px 0 10px;
    }
    .contest-seo .section p {
      font-size: 16px;
      color: #333;
      margin-bottom: 16px;
    }
    .contest-seo .section p:last-child {
      margin-bottom: 0;
    }
    .contest-seo .section a {
      color: var(--rust);
    }

    /* ── COMPARISON TABLE ── */
    .contest-seo .table-wrap {
      overflow-x: auto;
      margin: 24px 0;
      border-radius: 8px;
      border: 1px solid var(--border);
    }
    .contest-seo table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14.5px;
    }
    .contest-seo thead {
      background: var(--steel);
      color: var(--white);
    }
    .contest-seo thead th {
      padding: 14px 16px;
      text-align: left;
      font-weight: 600;
      white-space: nowrap;
    }
    .contest-seo tbody tr:nth-child(even) {
      background: var(--straw);
    }
    .contest-seo tbody tr:hover {
      background: #EDE7DA;
    }
    .contest-seo tbody td {
      padding: 13px 16px;
      border-bottom: 1px solid var(--border);
      color: var(--steel);
      vertical-align: top;
    }
    .contest-seo .table-note {
      font-size: 13px;
      color: var(--mid);
      margin-top: 10px;
      font-style: italic;
    }

    /* ── FAQ ── */
    .contest-seo .faq-item {
      border-bottom: 1px solid var(--border);
      padding: 22px 0;
    }
    .contest-seo .faq-item:first-child {
      border-top: 1px solid var(--border);
    }
    .contest-seo .faq-q {
      font-size: 16px;
      font-weight: 700;
      color: var(--steel);
      margin-bottom: 10px;
    }
    .contest-seo .faq-a {
      font-size: 15px;
      color: #444;
      line-height: 1.75;
      margin-bottom: 0;
    }
    .contest-seo .faq-a a { color: var(--rust); }

    /* ── CTA ── */
    .contest-seo .cta-block {
      background: var(--steel);
      color: var(--white);
      border-radius: 10px;
      padding: 48px 40px;
      text-align: center;
      margin-top: 48px;
    }
    .contest-seo .cta-block h2 {
      font-size: clamp(20px, 3vw, 30px);
      font-weight: 700;
      margin-bottom: 16px;
    }
    .contest-seo .cta-block p {
      font-size: 16px;
      color: #B8C8D8;
      max-width: 600px;
      margin: 0 auto 28px;
    }
    .contest-seo .btn {
      display: inline-block;
      background: var(--rust);
      color: var(--white);
      padding: 14px 32px;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: background 0.2s;
    }
    .contest-seo .btn:hover { background: #9A4A1F; }/* End custom CSS */