/*
Theme Name: Sthira
Theme URI:
Author: Sthira
Author URI:
Description: A professional medical and healthcare WordPress theme converted from the MediCo HTML template. Features multiple header/footer styles, Revolution Slider, responsive design, and extensive customization options.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sthira
Tags: medical, healthcare, doctor, hospital, custom-menu, custom-logo, theme-options, featured-images, threaded-comments, translation-ready
*/

/* Header contact info: prevent long email from overflowing */
.contact-info li span {
	word-break: break-all;
	overflow-wrap: break-word;
}

/* Trustindex Google Reviews: tighten card spacing */
.ti-widget .ti-review-item {
	padding: 12px !important;
}
.ti-widget .ti-review-item .ti-inner {
	min-height: unset !important;
	padding-bottom: 0 !important;
}
.ti-widget .ti-review-text-container {
	min-height: unset !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.ti-widget .ti-review-content {
	padding-bottom: 5px !important;
}
.ti-widget .ti-stars {
	margin-bottom: 5px !important;
}
.ti-widget .ti-review-header {
	margin-bottom: 5px !important;
}

/* Page banner heading: larger font */
.dez-bnr-inr-entry h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.dez-bnr-inr-entry h1 {
		font-size: 32px;
	}
}
