.wrap-blog-subscribe-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.wrap-blog-subscribe-form p {
    margin: 0;
}

.wrap-blog-subscribe-form form {
    width: 100%;
}

.wrap-blog-subscribe-form .newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.wrap-blog-subscribe-form .newsletter-email {
    width: 65%;
    padding-right: 30px;
}
.wrap-blog-subscribe-form .newsletter-submit {
    width: 30%;
}

.wrap-blog-subscribe-form .newsletter-email input {
    font-size: 16px;
    padding: 0 0 0 20px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid transparent;
    height: 60px;
    width: 100%;
}
.wrap-blog-subscribe-form .newsletter-email input.input-error {
    border: 1px solid red;
}

.wrap-blog-subscribe-form .newsletter-submit input {
    color: #ffffff;
    background-color: #008cff;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.wrap-blog-subscribe-form .form-messages {
    color: #ffffff;
    font-weight: 700;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.hbst-tooltip:hover {
    background: #ffffff; /*необходимо для IE6*/
    text-decoration: none;
}

.hbst-tooltip span.hbst-tooltip-text {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 230px;
}

.hbst-tooltip:hover span.hbst-tooltip-text {
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #6c6c6c;
}

.hbst-hidden {
    display: none;
}

.hbst-disabled td {
    color: #aba8a8 !important;
}

.hbst-dashed-underscore {
    text-decoration-line: underline;
    text-decoration-style: dashed;
}

.hbst-cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.wrap-blog-subscribe-form .newsletter-submit input {
		padding: 0 9px;
		font-size: 12px;
	}
	.wrap-blog-subscribe-form .newsletter-email input {
		font-size: 12px;
	}
}

#hbst_keys_table {
    margin-bottom: 20px;
}

#hbst_add_key {
    font-size: 1.1rem;
}
