.reb-subscription-box {
background: #f8f8f8;
padding: 20px;
border-radius: 6px;
margin-bottom: 20px;
}
.reb-subscription-box p {
margin-bottom: 12px;
}
.reb-subscription-box input[type="email"] {
width: 100%;
padding: 8px 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.reb-subscription-box button {
background: #0073aa;
color: #fff;
border: none;
padding: 8px 16px;
cursor: pointer;
border-radius: 3px;
}
.reb-subscription-box button:hover {
background: #005a87;
}
#reb-message {
margin-top: 10px;
font-size: 14px;
}
.reb-success {
color: green;
}
.reb-error {
color: red;
}