/**
 * Theme Name:        Digital Doctor Theme
 * Description:       Digital Doctor Theme (Child of 2025)
 * Version:           1.0.1
 * Author:            Louise
 * Author URI:        https://louisefox.co.uk/
 * Text Domain:       digital-doctor-theme
 * Domain Path:       /assets/lang
 * Tested up to:      6.9
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Template:          twentytwentyfive
 */

/* Unset underline on links */
a:not([class]) {
	text-decoration: none;
}

/* Highlight current menu item */
nav {
	.current-menu-item > a,
	a:hover,
	a:active {
		color: var(--wp--preset--color--luminous-vivid-amber) !important;
	}
}


/* Archive pages - core fix for loop images sometimes being wider than containers */
.archive .wp-block-post-featured-image {
	max-width: 100% !important;
}
/* Core fix for list items displayed as flex */
.archive .entry-content li {
	display: list-item;
}


/* Button Styles */
.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--luminous-vivid-amber) /*#7fc69dcc;*/
}


/* Header Styles */
.button-call a {
    display: flex;
    gap: 1em;
    white-space: nowrap;

    i {
        font-size: 1.5em;
    }
}


/* Google Reviews */
.google-business-reviews-rating .text {
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.3em;
}
