/*
Theme Name: ARPG-life
Author: vlad1116
Author URI: http://wpastra.com/about/
Description: Child theme for ARPG-Life.ru
Version: 1.0.4
Text Domain: arpg-life
Template: astra
*/

/* ===== Hover effects for post grid titles ===== */

/* PATH OF EXILE 2 section (uagb-block-8c61ba25) - gold hover #e5a93b */
.uagb-block-8c61ba25 .uagb-post__inner-wrap:hover .uagb-post__title a {
    color: #e5a93b !important;
    transition: color 0.2s ease-in-out;
}

/* DIABLO IV section (uagb-block-d4grid001) - dark red hover #9b1d20 */
.uagb-block-d4grid001 .uagb-post__inner-wrap:hover .uagb-post__title a {
    color: #9b1d20 !important;
    transition: color 0.2s ease-in-out;
}

/* Diablo 4 category pages */
body.category-diablo4 .uagb-post__inner-wrap:hover .uagb-post__title a,
body.category-d4-news .uagb-post__inner-wrap:hover .uagb-post__title a {
    color: #9b1d20 !important;
    transition: color 0.2s ease-in-out;
}