
  .rivta-exhibition-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f4f8f6;
    border-top: 1px solid #d9e5e1;
    border-bottom: 1px solid #d9e5e1;
  }

  .rivta-exhibition-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 42px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
  }

  .rivta-exhibition-strip-copy {
    max-width: 760px;
  }

  .rivta-exhibition-strip-label {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #5d6f6b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .rivta-exhibition-strip-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.25;
    color: #073f3d;
    font-weight: 700;
  }

  .rivta-exhibition-strip-meta {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #263f3c;
  }

  .rivta-exhibition-strip-cta {
    margin: 0;
  }

  .rivta-exhibition-strip-cta a {
    display: inline-block;
    background: #073f3d;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
  }

  @media (max-width: 600px) {
    .rivta-exhibition-strip-inner {
      padding: 34px 24px 36px;
      gap: 22px;
      display: block;
    }

    .rivta-exhibition-strip-label {
      font-size: 12px;
      line-height: 1.35;
      margin-bottom: 8px;
    }

    .rivta-exhibition-strip-title {
      font-size: 26px;
      line-height: 1.22;
      margin-bottom: 12px;
    }

    .rivta-exhibition-strip-meta {
      font-size: 16px;
      line-height: 1.55;
    }

    .rivta-exhibition-strip-cta {
      margin-top: 24px;
    }

    .rivta-exhibition-strip-cta a {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-size: 15px;
      line-height: 1.35;
      padding: 15px 18px;
    }
  }
