﻿.convertkit-product a,
.convertkit-product span,
.convertkit-button a,
.convertkit-button span {
	display: block;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
}

/**
 * Replicates CSS styles provided by block themes for older non-block themes
 * that may not include these definitions, resulting in incorrect spacing.
 */
.convertkit-product,
.convertkit-button {
	margin-bottom: 20px;
}
@media only screen and (min-width: 482px) {
	.convertkit-product,
	.convertkit-button {
		margin-bottom: 30px;
	}
}
@media (min-width: 769px) {
    .mobile_bottom_btn {
        display: none;
    }
}
@media (max-width: 768px) {
    /*.mobile_bottom_btn {*/
    /*    width: 100%;*/
    /*    !*height: 50px;*!*/
    /*    !*background: rgba(255,255,255,0.8);*!*/
    /*    position: fixed;*/
    /*    bottom: 0;*/
    /*    display: flex;*/
    /*    justify-content: space-around;*/
    /*    align-items: center;*/
    /*}*/
    /*.mobile_bottom_btn a {*/
    /*    background: #FFFFFF !important;*/
    /*    width: 45%;*/
    /*    line-height: 50px;*/
    /*    display: inline-block;*/
    /*}*/
    .mobile-bottom-buttons {
        display: flex;
        position: fixed;
        bottom: 0;
        /*left: 0;*/
        width: 100%;
        background-color: #FFFFFF;
        padding: 10px 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 99;
        /*justify-content: space-between;*/
        justify-content: center;
    }
    .mobile-bottom-buttons .register-btn, .mobile-bottom-buttons .login-btn {
        /*flex: 1;*/
        text-align: center;
        margin: 0 5px;
        line-height: 30px;
        border: 1px solid #FF5252;
        border-radius: 10px;
        width: 40%;
    }
    .mobile-bottom-buttons .login-btn {
        background-color: #FF5252;
        color: #FFFFFF;
    }
}