/**
Theme Name: Allure-Child
Author: Akiko Morita
Author URI: https://akikomorita.me/
Description: Child theme for Allure custom theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allure-child
Template: astra
*/
.smp{
    display: none; /*No br for desktop*/
}
@media screen and (max-width:480px) {
    .smp{
        display: block; /*Mobile Only*/
    }
}
.p-bottom-margin p {
	margin-bottom: 0px;
}
.grecaptcha-badge { visibility: hidden; }