/* Ebook Seller Public Styles */

.wp-block-ebook-seller-block .ebook-seller-form {
    display: flex;
    flex-direction: column;
}

.wp-block-ebook-seller-block .ebook-seller-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.wp-block-ebook-seller-block .ebook-seller-button {
    display: inline-block;
    width: 100%;
    font-size: inherit;
}

.wp-block-ebook-seller-block.white .ebook-seller-button {
    background: white;
    color: black;
}

.wp-block-ebook-seller-block.white .ebook-seller-button:hover {
    background: gray;
}

/* Thank you page styles */
.ebook-seller-thank-you {
    margin: 2rem 0;
    padding: 2rem;
    text-align: center;
}

.ebook-seller-message {
    margin-bottom: 2rem;
}

.ebook-seller-download {
    margin-top: 2rem;
}

.ebook-seller-download a {
    display: inline-block;
}