.elementor-40 .elementor-element.elementor-element-0cd4717{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bc52edd *//* ===== FOOTER ===== */
.ufa-footer {
  width: 100vw;                     /* เต็มจอจริง */
  max-width: none;
  margin-left: calc(-50vw + 50%);   /* หลุด container */
  background: linear-gradient(180deg, #0b0f0e, #000);
  padding: 18px 10px;
  font-family: 'Prompt', Arial, sans-serif;

  /* ขอบทองด้านบน */
  border-top: 1px solid #caa24d;
}

/* เนื้อหา footer */
.ufa-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ufa-footer p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.6;
}

.ufa-footer a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 6px;
}

.ufa-footer a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .ufa-footer p {
    font-size: 12px;
  }
}/* End custom CSS */