/*
Theme Name: Fabisch Law Offices
Template: generatepress
Description: Child theme for fabischlaw.com — minimal overrides on GeneratePress. All firm-specific functionality lives in the fabischlaw-core plugin so the theme stays presentational.
Version: 1.3.5
*/

/* Migrated Weebly button markup (e.g. the Calendly CTA on /schedule-an-appointment/)
   keeps its wsite-button classes; style them as proper buttons. */
.wsite-button {
	display: inline-block;
	padding: 0.8em 1.6em;
	background: var(--accent, #1e3a5f);
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}
.wsite-button:hover { filter: brightness(1.15); color: #fff; }
.wsite-button-large { font-size: 1.15em; }

/* Migrated Weebly multi-column layout tables: neutralize table chrome */
.wsite-multicol-table { width: 100%; border-collapse: collapse; }
.wsite-multicol-col { vertical-align: top; padding: 0 12px; border: 0; }

