
/*
 * GP Remove Newsletter v1.5.0
 * Exact selector confirmed from GiftPattaya front-office markup:
 * <section class="gpmf-footer" ...>
 *   <div class="gpmf-newsbar"> ... </div>
 *
 * Only the newsletter bar is hidden.
 * The footer container and all footer columns remain untouched.
 */
.gpmf-newsbar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

/* Prevent a theme rule from reintroducing vertical spacing around the hidden bar */
.gpmf-footer > .gpmf-newsbar {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
