/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: astra-child
Template: astra
*/

.container-hover-animation:hover {
	transform: scale(1.05);
}

/*.height-100p {
	height: 100%;
}*/

/* fixes icon-text when side by side in shorter widths */
/* probably should be all but last, but works for now */
.wp-block-columns .wp-block-column:nth-of-type(1) {
	margin-bottom: 0;
}

.max-width-680 {
	max-width: 680px;
}
.max-width-900 {
	max-width: 900px;
}

/* forces grid to skip to specific amount of columns */
@media (max-width: 1050px){
	.grid-2-1 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.grid-3-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 700px){
	.grid-2-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.grid-3-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

/* forms */
:root {
	--bg:#f7f8fa; --card:#ffffff; --ink:#1e2a39; --muted:#6b7280; --teal:#16a3a6; --accent:#0f4c81; --danger:#dc2626; --ok:#059669;
}
.card{background:var(--card);border-radius:16px;box-shadow:0 6px 24px rgba(17,24,39,.06);padding:24px;margin-bottom:18px}
.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:720px){.row{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:6px}
.label{font-weight:600}
.input{padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;outline:none}
.input:focus{border-color:#a7f3f0;box-shadow:0 0 0 3px rgba(22,163,166,.15)}
.error{border-color:var(--danger)!important;box-shadow:0 0 0 3px rgba(220,38,38,.12)!important}
.help{font-size:12px;color:var(--muted)}
.help.error-text{color:var(--danger)}
.q-title{display:flex;align-items:center;gap:12px;font-weight:700;margin-bottom:10px}
.badge{background:linear-gradient(135deg,var(--accent),var(--teal));color:#fff;border-radius:10px;padding:4px 10px;font-size:12px}
.options{display:grid;gap:10px}
label.option{display:flex;gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;cursor:pointer}
input[type="radio"]{margin-top:3px}
.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:16px}
.btn{appearance:none;border:0;border-radius:12px;background:linear-gradient(135deg,var(--teal),#0fb3b7);color:#fff;padding:14px 18px;font-weight:700;cursor:pointer}
.btn.secondary{background:#e5e7eb;color:#111827}
.grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
@media(max-width:860px){.grid-2{grid-template-columns:1fr}}
.kpi{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px;border:1px dashed #d1d5db;border-radius:12px; align-items:center;}
.kpi strong{font-size:18px}
table,td,th {border:none;}
.result-table{width:100%;border-collapse:collapse}
.result-table th,.result-table td{border-bottom:1px solid #e5e7eb;padding:10px 8px;text-align:left;font-size:14px}
.nivel{display:inline-block;border-radius:999px;background:#eef5f5;color:#0a6467;padding:2px 10px;font-size:12px;margin-left:6px}