/* BIA Thin info window style — TC plugin.
 * Inherits the two-column layout from .wpgmza-infowindow-style-thin (Pro CSS).
 * The Pro rule sets max-width: 320px on .wpgmza-infowindow-style-thin; this removes it. */

.wpgmza_map .wpgmza-infowindow-style-thin-wide .wpgmza-infowindow-style-thin-inner-row {
	max-width: 500px !important;
}

.wpgmza_map .wpgmza-infowindow-style-thin .wpgmza-infowindow-style-thin-inner-row {
	max-width: 500px !important;
}

/* ── Title link ── */

.wpgmza_map .wpgmza-infowindow-style-thin-wide .wpgmza-tc-iw-title-link {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.wpgmza_map .wpgmza-infowindow-style-thin-wide .wpgmza-tc-iw-title-link:hover {
	opacity: 0.75;
}

.wpgmza_map .wpgmza-infowindow-style-thin-wide .wpgmza-infowindow-style-thin-column-right {
	max-height: 180px !important;
}
