/* Block editor only: make tile-card links non-interactive */
.editor-styles-wrapper .tsa-adventure-card-block a {
  pointer-events: none;
  cursor: default;
}

.tsa-adventure-card-block {
  max-width: 400px;
  margin: 0 auto;
}

.tsa-card-footer-block {
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  background-image: url('/wp-content/themes/texasstateaquarium/img/frame.svg'); 
  background-position: bottom center;
  background-position: bottom center;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.tsa-card-footer-block p {
  color: #000;
  font-weight: normal;
}

.tsa-card-text {
  color: #000;
  font-weight: normal;
  padding: 20px 20px 40px 20px;
}

.tsa-card-text p {
  margin-bottom: 8px;
}


.cardTitle {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Whitney', sans-serif;
  font-weight: 700;
}


/* Adventure Cards */
.homepage-cards {

}

.tsa-adventure-section { background-color: #0b2340; }
.tsa-adventure-card {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.tsa-adventure-card:hover {
  transform: translateY(-4px);
}

.tsa-adventure-card h3 {
  font-size: 36px;
  line-height: 36px;
}

.tsa-card-footer {
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  background-image: url('/wp-content/themes/texasstateaquarium/img/frame.svg'); 
  background-position: bottom center;
  background-position:bottom center;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.tile-card__chev {
  margin-top: -40px;
}

.tsa-card-footer h3 {
  margin-bottom: 0;
}



.tsa-orange { background-color: #f57c00; }
.tsa-blue   { background-color: #007ac2; }
.tsa-green  { background-color: #779f58; }
.tsa-navy   { background-color: #041e34; }