/**
 * Theme Name:        GICT Divi Child
 * Description:       Update-safe GICT adjustments for the Divi parent theme.
 * Author:            GICT
 * Template:          Divi
 * Version:           1.3.1
 * Requires at least: 7.1
 * Text Domain:       gict-divi-child
 */

/* Keep footer text links large enough to target without changing the layout. */
.et-l--footer .et_pb_text_inner p a {
	display: inline-block;
	min-height: 24px;
	line-height: 24px;
}

/* Reserve the current service-icon box before Divi's deferred styles settle. */
#et-boc .gict-service-card .et_pb_main_blurb_image {
	min-height: 78px;
}

#et-boc .gict-service-card .et_pb_image_wrap,
#et-boc .gict-service-card .et_pb_main_blurb_image img {
	width: 62px;
	height: 62px;
	aspect-ratio: 1 / 1;
}
