/*
Theme Name: Media Impian Blocks
Theme URI: https://impianstore.com
Author: CV. Media Impian
Author URI: https://impianstore.com
Description: Block theme (FSE) ringan untuk landing page COD single-product. Edit LP lewat block editor bawaan WordPress + patterns siap pakai. Dioptimalkan untuk kecepatan, pixel/CAPI, dan konversi.
Version: 1.1.1
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: media-impian-blocks
*/

/* ---- Tap targets: tombol besar & mudah di-tap (audience mobile 30+) ---- */
.wp-block-button__link {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

/* ---- Gambar responsif rapi ---- */
.wp-block-image img { border-radius: 10px; height: auto; }

/* ---- Kartu (testimoni / detail) ---- */
.mi-card { height: 100%; }

/* ---- Sticky CTA di mobile: dorong konversi COD ---- */
.mi-sticky-cta {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 999;
	padding: 0.55rem 0.9rem;
	background: #ffffff;
	box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.12);
}
.mi-sticky-cta .wp-block-buttons { margin: 0; }
.mi-sticky-cta .wp-block-button { width: 100%; }
.mi-sticky-cta .wp-block-button__link { display: block; width: 100%; }
@media (min-width: 782px) {
	.mi-sticky-cta { display: none; }
}

/* Beri ruang di bawah agar konten tidak tertutup sticky bar (mobile) */
@media (max-width: 781px) {
	body.mi-has-sticky { padding-bottom: 84px; }
}
