/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Zero Two Digital
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add custom CSS below */

.green-accent {
	position: relative;
	padding-left: 1.1rem;
}

.green-accent::before {
	background-color: #c3d734;
	content: "";
	height: 90%;
	left: 0;
	position: absolute;
	top: 5%;
	width: 0.2em;
}

.heading-last-word {
	white-space: nowrap;
}

.heading-last-word sup {
	font-size: 0.4em;
	line-height: 0;
	vertical-align: super;
	margin-left: 0.12em;
}

.association-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.association-logo img {
	display: block;
	width: 100px;
	height: auto;
	margin: 0;
}