/*
Theme Name: Sunrise Dermatology Uncode Child
Description: Sunrise Dermatology — child theme for Uncode. Most rules live in
             the modular bundle under assets/css/ (01-tokens.css through
             11-search.css). This file only carries the WP theme header plus
             a couple of generic Uncode overrides that don't belong in any
             one component bundle.
Author: Sunrise Dermatology
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Generic Uncode container width fix (carried from True) */
.box-container {
	width: 100% !important;
}

/* Light-style entry-title hover (carried from True) */
.style-light .tmb .t-entry-text .t-entry-title a:hover {
	color: var(--sd-white);
	text-decoration: underline;
}
