.inbox-this-wrapper {
    margin: 2rem 0;
    padding: 1.5rem;
    border-radius: 4px;
}

.inbox-this-wrapper * {
    font-size: 16px;
}

.inbox-this-wrapper .inbox-this-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0.75rem 0;
}

.inbox-this-reading-time {
	margin: 0 0 0.75rem 0;
}

#inbox_this_email,
#inbox_this_email_address {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    line-height: normal;
    font-size: 16px;
    /* height: 2.3rem; */
}

.inbox-this-wrapper button {
    border: none;
    padding: 0 1rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    /* height: 2.3rem; */
}

.inbox-this-wrapper button:disabled {
    background-color: #ccc;
}

.inbox-this-consent {
    margin-top: 0.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
}
.inbox-this-wrapper input[type="checkbox"] {
    margin: 0 0.2rem 0 0;
}

.inbox-this-wrapper .result-message {
    margin-top: 1rem;
    padding: 10px;
    border-radius: 4px;
}

.inbox-this-wrapper .result-message.success {
    background-color: #d4edda;
    color: #155724;
}

.inbox-this-wrapper .result-message.error {
    background-color: #f8d7da;
    color: #721c24;
}

.inbox-this-wrapper .inbox-this-loading {
    display: none;
    margin-top: 1rem;
}

.inbox-this-powered-by {
	text-align: right;
}
.inbox-this-powered-by a {
	color: #222 !important;
	font-weight: bold;
}
.inbox-this-powered-by a:hover {
	color: #222 !important;
	text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .inbox-this-wrapper input[type="email"] {
        max-width: 300px;
    }
}
@media only screen and (max-width: 510px) {
    .inbox-this-wrapper button {
        margin-top: 0.5rem;
    }
}