/*
Theme Name: F7 Child
Theme URI: https://example.com/
Description: Child theme for F7 theme
Author: Your Name
Author URI: https://example.com/
Template: f7
Version: 1.0.0
*/

.ebook-email-form input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.ebook-email-form input[type="submit"] {
  padding: 10px 20px;
  background: #ffe600;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.ebook-success {
  background: #d4edda;
  color: #155724;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.ebook-price {
    font-weight: bold;
    margin-bottom: 20px;
    color: #D6FB00;
    font-size: 18px;
}