/* 
Theme Name: AHA 
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.entry-title {
	display:none;
	visibility:hidden;
}
.row .col-md-7 .progress-wapper .small-btn {
	margin: 5px;
    font-size: 12px;
    padding: 9px 10px;
}


/* Vimeo embed responsive - match YouTube embed styling (added 2026-05-22) */
.ld-tab-content .wp-block-embed.wp-block-embed-vimeo {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.ld-tab-content .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.ld-tab-content .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
