/*
Theme Name: LIQUID PRESS BLOOM
Theme URI: https://lqd.jp/wp/
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/
Description: LIQUID PRESS Child
Requires at least: 6.0
Tested up to: 6.7.2
Requires PHP: 5.7
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: liquid-press
Text Domain: liquid-press
Tags: 
*/

body {
    background-image: url(assets/images/bg.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.tariff p {
    text-underline-offset: 1em;
}
.wp-block-button__link {
    padding-left: 4rem !important;
    transition: all 1s;
    background-image: url(assets/images/icon_arrow.png) !important;
    background-position: 1rem 50%;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
}
.wp-block-button__link:hover {
    background-position: 1.5rem 50%;
}
