header.style1 nav > div {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  float: none !important;
  width: auto !important;
}

header.style1 nav > div > ul {
  float: none !important;
  margin-right: 0 !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
}

header.style1 nav > div > ul > li {
  float: none !important;
}

header.style1 nav .fqa-login-btn {
  white-space: nowrap;
  margin-left: 35px;
  flex-shrink: 0;
  float: none !important;
}

.fqa-form-message {
  display: none;
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.fqa-form-message.fqa-success {
  display: block;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.fqa-form-message.fqa-error {
  display: block;
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.fqa-form-message.fqa-info {
  display: block;
  background: #e3f2fd;
  color: #1565c0;
  border: 1px solid #90caf9;
}

/* Index newsletter section */
.nwsltr-innr > form.fqa-subscribe-form {
  float: left;
  width: 100%;
  position: static;
}

.nwsltr-innr > form.fqa-subscribe-form .nwsltr-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.nwsltr-innr > form.fqa-subscribe-form .fqa-form-message {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 14px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.01em;
}

.nwsltr-innr > form.fqa-subscribe-form .fqa-form-message.fqa-success {
  display: block;
  background: rgba(255, 255, 255, 0.94);
  color: #1b5e20;
  border: 1px solid #81c784;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.nwsltr-innr > form.fqa-subscribe-form .fqa-form-message.fqa-error {
  display: block;
  background: rgba(255, 255, 255, 0.94);
  color: #b71c1c;
  border: 1px solid #ef9a9a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.nwsltr-innr > form.fqa-subscribe-form .fqa-subscribe-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 40px;
  overflow: hidden;
}

.nwsltr-innr > form.fqa-subscribe-form input {
  flex: 1 1 auto;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 12px 16px 12px 24px;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  border-radius: 40px;
  font-size: 16px;
  color: #222;
  font-weight: 300;
}

.nwsltr-innr > form.fqa-subscribe-form input::-webkit-input-placeholder {
  color: #666;
}

.nwsltr-innr > form.fqa-subscribe-form input::-moz-placeholder {
  color: #666;
}

.nwsltr-innr > form.fqa-subscribe-form input:-ms-input-placeholder {
  color: #666;
}

.nwsltr-innr > form.fqa-subscribe-form input:focus {
  background-color: rgba(255, 255, 255, 0.35);
}

.nwsltr-innr > form.fqa-subscribe-form button {
  position: static !important;
  float: none !important;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 130px;
  height: 48px;
  margin: 0 !important;
  padding: 0 28px;
  border: 0;
  cursor: pointer;
  background-color: #d1ad3c !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 40px;
  line-height: 48px;
  transition: background-color 0.2s ease;
}

.nwsltr-innr > form.fqa-subscribe-form button:hover,
.nwsltr-innr > form.fqa-subscribe-form button:focus {
  background-color: #b8942f !important;
  color: #fff !important;
  outline: none;
}

.nwsltr-innr > form.fqa-subscribe-form button:disabled {
  opacity: 0.75;
  cursor: wait;
}

@media (max-width: 767px) {
  .nwsltr-innr > form.fqa-subscribe-form .fqa-subscribe-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .nwsltr-innr > form.fqa-subscribe-form input {
    width: 100% !important;
    padding: 14px 22px;
    background-color: rgba(255, 255, 255, 0.65);
  }

  .nwsltr-innr > form.fqa-subscribe-form button {
    width: 100% !important;
    min-width: 0;
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .nwsltr-innr > form.fqa-subscribe-form button {
    width: 100% !important;
    position: static !important;
    float: none !important;
    margin-top: 0 !important;
  }
}
