/*
Theme Name: GAIKINDO
Theme URI: https://gaikindo.or.id
Author: GAIKINDO Web Team
Author URI: https://gaikindo.or.id
Description: GAIKINDO Wordpress Theme Based on 2025 theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: UNLICENSED
License URI: https://gaikindo.or.id
Text Domain: gaikindo
Tags: gaikindo, 2025

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.regulasi {
	display: none;
}
.regulasi::marker {
	content: '';
}

.gkd-header-position {
	align-items: end;

	@media (min-width: 767px) {
		align-items: center;
	}
}

.intip {
	transition: all 0.82s ease-out;
}
.intip.timbul {
	opacity: 1;
	transform: scale(1);
}
.intip.tenggelam {
	opacity: 0;
	transform: scale(.5);
}

/* disable device alter to dark mode */
:root {
	color-scheme: only light;
}

.entry-content p {
	line-height: 1.5rem;
}

.grid-item { width: 31%; padding: 1%; margin-bottom: 30px; }
/* .grid-item--width2 { width: 400px; } */

@media screen and (max-width: 782px) {
	.grid-item { width: 98%; padding: 1%; }
}
