/*
Theme Name: Erna Child
Theme URI: https://wordpress.themeholy.com/erna/
Template: erna
Author: Themeholy (Customized)
Description: Erna Child Theme for custom layout overrides and performance improvements.
Version: 1.0.0
Text Domain: erna-child
*/

/* Custom CSS overrides can be placed here */

/* Add object-fit cover to the cookie settings button image with high specificity */
html body .cookie-settings-btn img,
.cookie-settings-btn img {
    width: 22px !important;
    height: 22px !important;
    object-fit: cover !important;
}
