/*
Theme Name: F7 Child
Theme URI: https://example.com/
Description: Child theme for F7 theme
Author: Lovin Nagi
Author URI: https://example.com/
Template: f7
Version: 1.0.1
*/
.ebook-email-form input[type="email"] {width: 100%;padding: 10px;margin-bottom: 10px;}
.ebook-email-form input[type="submit"] {padding: 10px 20px;background: #D6FB00;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 !important;font-size: 18px;}

h1{
    color: #d6fb00 !important;
}
.buy-button{
    color: #D6FB00 !important;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}