/*
Theme Name: recordati
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: This is us
Author URI: https://wordpress.org/
Description: Recordati bespoke theme files
Version: 1.0.1684510950
Updated: 2023-05-19 16:42:30

*/

/* 23/01/2026 */ 
/* wordpress auto resizing images to mantain aspect ratio even if not needed */
/* FIX – force full height on specific elements */
.ubi-img-full img {
	height: 100% !important;
}

/* happy addons accordion doesn't include options to vertically align the icons, still uses float. */
/* FIX - align accordion's titles that have an icon with flex */
.ubi-flex-accordion .ha-toggle__item-title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}