/* /fq/ and /fq/ventinfo/ */
.mp-ventinfo {
  max-width: 1120px;
  margin: 0 auto 3rem;
  color: #434955;
}

.mp-ventinfo__head {
  margin: 0 0 1.25rem;
}

.mp-ventinfo__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 13px;
  color: #7a8494;
}

.mp-ventinfo__eyebrow a {
  color: #00bf80;
  text-decoration: none;
}

.mp-ventinfo__eyebrow a:hover {
  text-decoration: underline;
}

.mp-ventinfo__title {
  margin: 0 0 0.65rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: #2a2f36;
}

.mp-ventinfo__lead {
  margin: 0;
  max-width: 52rem;
  font-size: 16px;
  line-height: 1.55;
  color: #526371;
}

.mp-ventinfo__legend {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #f4f7f6;
  border-left: 3px solid #00bf80;
  font-size: 14px;
  line-height: 1.45;
  color: #526371;
}

.mp-ventinfo__legend p {
  margin: 0;
}

.mp-ventinfo__legend a {
  color: #00bf80;
}

.mp-ventinfo__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  background: #fff;
}

.mp-ventinfo__table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

.mp-ventinfo__table th,
.mp-ventinfo__table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eef0f3;
  vertical-align: top;
  text-align: left;
}

.mp-ventinfo__table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f7f8fa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b7585;
  white-space: nowrap;
}

.mp-ventinfo__table tbody tr:hover {
  background: #fafcfb;
}

.mp-ventinfo__table tbody tr:last-child th,
.mp-ventinfo__table tbody tr:last-child td {
  border-bottom: 0;
}

.mp-ventinfo__name {
  width: 22%;
  font-weight: 600;
  color: #2a2f36;
}

.mp-ventinfo__name-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mp-ventinfo__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}

.mp-ventinfo__title-link {
  color: #2a2f36;
  text-decoration: none;
}

.mp-ventinfo__title-link:hover {
  color: #00bf80;
  text-decoration: underline;
}

.mp-ventinfo__aliases {
  margin: 0.35rem 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #7a8494;
}

.mp-ventinfo__more {
  color: #00bf80;
  font-weight: 500;
}

.mp-ventinfo__equip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-ventinfo__equip-list li {
  margin: 0 0 0.35rem;
}

.mp-ventinfo__equip-list a {
  color: #00bf80;
  text-decoration: none;
}

.mp-ventinfo__equip-list a:hover {
  text-decoration: underline;
}

.mp-ventinfo__note {
  margin: 1.5rem 0 0;
  padding: 1.1rem 1.2rem;
  background: #f7f8fa;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #526371;
}

.mp-ventinfo__note p {
  margin: 0 0 0.75rem;
}

.mp-ventinfo__note p:last-child {
  margin-bottom: 0;
}

.mp-ventinfo__cta {
  display: inline-block;
  margin: 0 0.5rem 0.35rem 0;
  padding: 0.55rem 1rem;
  background: #00bf80;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none !important;
}

.mp-ventinfo__cta:hover {
  background: #00a870;
}

.mp-ventinfo__cta--ghost {
  background: transparent;
  color: #00bf80 !important;
  border: 1px solid #00bf80;
}

.mp-ventinfo__cta--ghost:hover {
  background: #e9f9f3;
}

/* F&Q hub cards */
.mp-fq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.mp-fq__card {
  display: block;
  padding: 1.1rem 1.2rem;
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mp-fq__card:hover {
  border-color: #00bf80;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
}

.mp-fq__card-title {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 18px;
  font-weight: 600;
  color: #2a2f36;
}

.mp-fq__card-desc {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #526371;
}

@media (max-width: 760px) {
  .mp-ventinfo__title {
    font-size: 22px;
  }

  .mp-ventinfo__table {
    min-width: 0;
  }

  .mp-ventinfo__table thead {
    display: none;
  }

  .mp-ventinfo__table,
  .mp-ventinfo__table tbody,
  .mp-ventinfo__table tr,
  .mp-ventinfo__table th,
  .mp-ventinfo__table td {
    display: block;
    width: 100%;
  }

  .mp-ventinfo__table tr {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e6e9ee;
  }

  .mp-ventinfo__table th,
  .mp-ventinfo__table td {
    border: 0;
    padding: 0.35rem 0;
  }

  .mp-ventinfo__table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.2rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6b7585;
  }

  .mp-ventinfo__name {
    width: auto;
    margin-bottom: 0.5rem;
  }
}
