/* Decorative prasat/prang silhouettes flanking the footer - same visual
   language as the KORAT icon wordmark, rendered larger and subtler here
   as a background accent rather than a small inline icon. */

.public-footer {
  position: relative;
  overflow: hidden;
}

.public-footer__inner {
  position: relative;
  z-index: 1;
}

.public-footer__ornament {
  position: absolute;
  bottom: 0;
  width: 170px;
  height: auto;
  color: var(--color-korat-orange);
  opacity: 0.16;
  pointer-events: none;
}

.public-footer__ornament--left {
  left: -15px;
}

.public-footer__ornament--right {
  right: -15px;
}

@media (max-width: 960px) {
  .public-footer__ornament {
    display: none;
  }
}
