.cms-whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.cms-whatsapp-float svg {
  width: 1.65rem;
  height: 1.65rem;
}

.cms-article {
  max-width: 920px;
}

.cms-article-cover {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.cms-content img {
  max-width: 100%;
  height: auto;
}

.cms-form-message {
  margin-top: 1rem;
  font-weight: 700;
}

.cms-form-message.is-success {
  color: #167a3a;
}

.cms-form-message.is-error {
  color: #b42318;
}

.footer-credit {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.52);
}

.footer-credit a {
  color: inherit;
  text-decoration: none;
}

.footer-credit a:hover {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
}

.cms-list-tools {
  margin-bottom: 1.25rem;
}

.cms-search {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  align-items: center;
}

.cms-search input {
  flex: 1 1 240px;
  min-width: 0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

.cms-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.cms-pagination a,
.cms-pagination span {
  min-width: 2.25rem;
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  text-decoration: none;
  color: #172033;
  background: #fff;
  font-weight: 700;
}

.cms-pagination .is-current {
  background: #1b5cff;
  border-color: #1b5cff;
  color: #fff;
}

.booking-payment-status {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: #eef2ff;
  color: #233876;
  font-weight: 700;
}
