/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 01 2025 | 00:14:55 */
.sib-email-area {
  display: flex;
  align-items: center;
  max-width: 660px;
  margin: 0 10px;
}
.sib-email-area input[type=email] {
  flex: 1;
  height: 52px;
  padding: 12px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  font-size: 14px;
}
.sib-email-area input[type=submit] {
  background: #ff6347;
  height: 52px;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: background 0.3s;
}
.sib-email-area input[type=submit]:hover {
  background: #e5533b;
}
