.mailersend-subscribe {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mailersend-subscribe input[type="text"],
.mailersend-subscribe input[type="email"] {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  flex: 1 1 auto;
  min-width: 150px;
}

.mailersend-subscribe button {
  background-color: #00aaff;
  color: white;
  padding: 8px 18px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.mailersend-subscribe button:hover {
  background-color: #008ecc;
}
