/* Hotel Card Block Styles (tile-card clone) */

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

.tsa-hotel-card__text {
  background-color: #fff;
}

.tsa-hotel-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.tsa-hotel-card:hover {
  transform: translateY(-4px);
}

.tsa-hotel-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.tsa-hotel-card__title {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Whitney', sans-serif;
  font-weight: 700;
  text-align: center;
}

.tsa-hotel-card__copy {
  color: #000;
  font-weight: normal;
  font-size: 18px;
}

.tsa-hotel-card__copy p {
  margin-bottom: 8px;
  text-align: center;

}

.tsa-hotel-card__footer {
  color: #fff;
  background-image: url('/wp-content/themes/texasstateaquarium/img/frame.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 101%;
}

.tsa-hotel-card__btn {
  display: block;
  padding: 8px;
  font-size: 18px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 100%
}

.hotel-card-btn {
  padding: 20px 0;
}

.editor-styles-wrapper .tsa-hotel-card__btn {
  pointer-events: none;
  cursor: default;
}

/* Editor-only button style override */
.editor-styles-wrapper .tsa-hotel-card__btn {
  background-color: #fff !important;
  color: #000 !important;
  padding: 16px !important;
  font-size: 20px !important;
  border-radius: 12px;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
  text-transform: uppercase;
}
