.cruise-hero-disclosure {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #e6fff9;
  font-size: .86rem;
  line-height: 1.55;
}
#compare-cruises .pm-tool-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  border: 2px solid #c8deda;
  box-shadow: 0 8px 22px rgba(7, 59, 76, .08);
  text-decoration: none;
}
#compare-cruises .pm-tool-choice:hover {
  border-color: #087f8c;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(7, 59, 76, .16);
}
#compare-cruises .pm-tool-choice:focus-visible,
.tool-hero a:focus-visible,
.pm-header a:focus-visible {
  outline: 4px solid #f4b942;
  outline-offset: 4px;
}
.cruise-link-action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 1rem;
  color: #075d68;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.pm-nav-link[aria-current="page"] {
  color: #075d68;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .3em;
}
@media (max-width: 760px) {
  .tool-hero .hero-actions {
    align-items: stretch;
  }
  .tool-hero .hero-actions .button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    text-align: center;
  }
  #compare-cruises .pm-tool-choice {
    min-height: 0;
  }
}