/*
Theme Name: Micay
Theme URI: https://thewebdeveloper.co
Template: hello-elementor
Author: Zach Nicodemous / The Web Developer LLC
Author URI: https://thewebdeveloper.co
Description: A custom theme by Zach Nicodemous for Micay.
Version: 1.0.1.1769578598
Updated: 2026-01-28 05:36:38

*/

h1, h2, h3, h4, h5, p{
	margin:0;
	padding:0;
}

/* Dictionary */

.micay-dictionary{
	width:100%;
}
.micay-dictionary__list{
	list-style:none;
	margin:0;
	padding:0;
}
.micay-dictionary__item{
	margin:0;
	padding:0;
}
.micay-dictionary__term{
	appearance:none;
	background:transparent;
	border:0;
	padding:0.15em 0;
	cursor:pointer;
	text-align:left;
	width:100%;
	font:inherit;
	line-height:1.3;
}
.micay-dictionary__term:hover{
	text-decoration:underline;
}
#micay-definition{
	position:relative;
	margin-top:52px;
}

/* Static definition box */

#micay-definition .micay-definition__box{
	position:absolute;
	left:0;
	right:0;
	width:90%;
	border:1px solid #000;
	background:#fff;
	padding:14px 16px;
	margin:0 5% 0;
	border-radius:20px;
}

/* Keeps center from collapsing when empty (remove if you want true zero height) */

#micay-definition:empty{
	min-height:2.5em;
}

/* Active word styling */

.micay-dictionary__term.is-active{
	color:#e50679;
	font-weight:900;
	text-decoration:underline;	
}

/* Pink highlight inside the definition text */

.micay-highlight{
	color:#e50679;
	font-weight:900;
	text-decoration:none;
}
.micay-definition__term{
	font-weight:600 !important;
	margin:0 0 0.5em;
	display:none;
}