#footer .footer-logo {
  max-width: 138px;
}
#footer h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
#footer .ux-menu-link__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
#footer .social-icons.follow-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .footer-col-3 .col-inner {
  display: flex;
  flex-direction: column;
}
#footer .footer-col-3 .footer-copyright {
  margin-top: auto;
}
#footer .absolute-footer {
  display: none;
}

/* =============================================================
   CF7 – Email subscribe form (dark style)
   ============================================================= */

.wpcf7-form.cf7-email-form {
    margin: 0;
}

/* Wrapper bọc input + button */
.wpcf7-form.cf7-email-form .wpcf7-form-control-wrap,
.cf7-email-wrap {
    display: block;
}

/* Layout hàng ngang */
.wpcf7-form.cf7-email-form p {
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 0;
    width: max-content;
}

/* Input email */
.wpcf7-form.cf7-email-form [type="email"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0;
    min-width: 0;
    margin-bottom: 0;
}

.wpcf7-form.cf7-email-form [type="email"]::placeholder {
    color: #fff;
}

/* Nút submit (→) */
.wpcf7-form.cf7-email-form .cf7-email-submit {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    padding: 0;
    margin: 0;
    min-height: unset;
}

.wpcf7-form.cf7-email-form .cf7-email-submit:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
}

/* Ẩn spinner & response */
.wpcf7-form.cf7-email-form .wpcf7-spinner {
    display: none !important;
}

.wpcf7-form.cf7-email-form .wpcf7-response-output {
    margin: 8px 0 0;
    padding: 0;
    border: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

/* Validation error */
.wpcf7-form.cf7-email-form .wpcf7-not-valid-tip {
    color: #ff8a80;
    font-size: 12px;
    margin-top: 4px;
}
