.vs-provas-especiais {
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.mc-wrap {
      display: grid;
      grid-template-columns: 320px 1fr;
      border-radius: 6px;
      overflow: hidden;
      border: 0.5px solid #c5d8e0;
      max-width: 1000px;
      width: 100%;
      background: #ffffff;
      box-shadow: 0 8px 40px rgba(0, 39, 70, 0.10);
      align-items: stretch;
    }

    /* ── Sidebar ── */
    .mc-sidebar {
      display: flex;
      flex-direction: column;
    }

    .mc-poster {
      width: 100%;
      flex: 1;
      object-fit: cover;
      object-position: top center;
      display: block;
      min-height: 0;
    }

    .mc-sidebar-bottom {
      background: #002746;
      padding: 1.4rem 1.5rem 1.6rem;
      border-top: 1px solid rgba(164, 219, 222, 0.2);
    }

    .mc-price-label {
      font-size: 8px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #A4DBDE;
      margin-bottom: 4px;
    }

    .mc-price {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.4rem;
      font-weight: 300;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 4px;
    }

    .mc-price-note {
      font-size: 9px;
      letter-spacing: 0.06em;
      color: rgba(164, 219, 222, 0.6);
      line-height: 1.5;
      margin-bottom: 1rem;
    }

    .mc-btn {
      display: block;
      border: none;
      padding: 8px 0;
      width: 100%;
      font-family: 'Josefin Sans', sans-serif!important;
      font-size: 11px;
      font-weight: 600!important;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 2px;
      transition: background 0.2s ease, color 0.2s ease;
      margin-bottom: 15px;
      text-align: center;
      line-height: 2!important;
    }


    /* ── Content ── */
    .mc-content {
      padding: 2.2rem 2rem 1.75rem;
      display: flex;
      flex-direction: column;
      background: #ffffff;
      height: 100%;
    }

    .mc-event-label {
      font-size: 12px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #A4DBDE;
      background: #002746;
      display: inline-block;
      padding: 4px 10px;
      border-radius: 2px;
      align-self: flex-start;
      margin-bottom: 0.75rem;
    }

    .mc-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 300;
      color: #002746;
      line-height: 1.15;
      margin-bottom: 0.4rem;
    }

    .mc-title em {
      font-style: italic;
      color: #5a9aa0;
    }

    .mc-desc {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      color: #4a6070;
      line-height: 1.7;
      margin-bottom: 1.5rem;
      padding-bottom: 1.25rem;
      border-bottom: 0.5px solid #d8e8ec;
    }

    .mc-section-label {
      font-size: 9px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #002746;
      margin-bottom: 0.9rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .mc-section-label::after {
      content: '';
      flex: 1;
      height: 0.5px;
      background: #A4DBDE;
    }

    /* ── Wine list ── */
    .mc-wines-list {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      flex: 1;
      align-content: start;
    }

    .mc-no-wines {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1rem;
        color: #4a6070;
        line-height: 1.7;
        font-style: italic;
    }

    .mc-wine-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0.52rem 0;
      border-bottom: 0.5px solid #eaf3f5;
    }

    .mc-wine-item:nth-child(odd) {
      padding-right: 1.2rem;
    }

    .mc-wine-item:nth-child(even) {
      padding-left: 1.2rem;
      border-left: 0.5px solid #eaf3f5;
    }

    .mc-wine-item:nth-last-child(-n+2) {
      border-bottom: none;
    }

    .mc-wine-bullet {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #A4DBDE;
      flex-shrink: 0;
    }

    .mc-wine-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.95rem;
      color: #002746;
      line-height: 1.3;
    }

    /* ── Footer ── */
    .mc-footer {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.5px solid #d8e8ec;
      padding-top: 1rem;
    }

    .mc-presenter {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .mc-avatar {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #002746;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 12px;
      color: #A4DBDE;
      flex-shrink: 0;
    }

    .mc-presenter-label {
      font-size: 8px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #7a9aaa;
      line-height: 14px;
    }

    .mc-presenter-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      color: #002746;
      line-height: 1.2;
    }

    .mc-meta {
      display: flex;
      gap: 0.75rem;
      align-items: center;
    }

    .mc-meta-pill {
      font-size: 8px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #002746;
      background: #eaf3f5;
      padding: 4px 9px;
      border-radius: 2px;
    }


    .mc-sold-out {
        position: relative;
    }

    .mc-sold-out-image {
        position: absolute;
        top: 0;
        left: 0;
    }
    .mc-poster-sold-out {
        filter: grayscale(60%) brightness(1.2);
    }

    /* ── Tablet ── */
    @media (max-width: 680px) {
      body {
        padding: 1rem;
        align-items: flex-start;
      }

      .mc-wrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
      }

      .mc-sidebar {
        flex-direction: row;
        align-items: stretch;
        max-height: 200px;
      }

      .mc-poster {
        width: 140px;
        flex-shrink: 0;
        object-position: top center;
      }

      .mc-sidebar-bottom {
        flex: 1;
        border-top: none;
        border-left: 1px solid rgba(164, 219, 222, 0.2);
        padding: 1.2rem 1.2rem 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .mc-price {
        font-size: 2rem;
      }
    }

    /* ── Mobile ── */
    @media (max-width: 480px) {
      body {
        padding: 0;
        background: #ffffff;
        min-height: 100vh;
      }

      .mc-wrap {
        border-radius: 0;
        border: none;
        box-shadow: none;
        grid-template-columns: 1fr;
      }

      /* Poster full-width hero on mobile */
      .mc-sidebar {
        flex-direction: column;
        max-height: none;
      }

      .mc-poster {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: top center;
      }

      .mc-sidebar-bottom {
        border-left: none;
        border-top: 1px solid rgba(164, 219, 222, 0.2);
        padding: 1.25rem 1.25rem 1.5rem;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
      }

      .mc-sidebar-bottom > * {
        flex-shrink: 0;
      }

      .mc-price-label {
        display: none;
      }

      .mc-price {
        font-size: 2rem;
        margin-bottom: 0;
      }

      .mc-price-note {
        flex: 1 1 100%;
        margin-bottom: 0;
        order: 3;
      }

      .mc-btn {
        flex: 1 1 100%;
        order: 4;
        padding: 13px 0;
        font-size: 10px;
      }

      /* Content area */
      .mc-content {
        padding: 1.5rem 1.25rem 2rem;
      }

      .mc-title {
        font-size: 1.75rem;
      }

      .mc-desc {
        font-size: 1rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
      }

      /* Wine list: single column on mobile */
      .mc-wines-list {
        grid-template-columns: 1fr;
      }

      .mc-wine-item:nth-child(odd) {
        padding-right: 0;
      }

      .mc-wine-item:nth-child(even) {
        padding-left: 0;
        border-left: none;
      }

      .mc-wine-item:nth-last-child(-n+2) {
        border-bottom: 0.5px solid #eaf3f5;
      }

      .mc-wine-item:last-child {
        border-bottom: none;
      }

      .mc-wine-name {
        font-size: 1rem;
      }

      /* Footer stacked on mobile */
      .mc-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
      }

      .mc-meta {
        align-self: flex-start;
      }
    }
