#catelaw-vid-widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 200px;
	z-index: 99999;
	border-radius: 12px;
	overflow: visible;
	box-shadow: 0 4px 20px rgba(0,0,0,0.4);
	animation: slideUp .6s ease-out;
	background: black;
}

#catelaw-vid-widget summary {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 28px;
	height: 28px;
	background: rgba(0,0,0,0.85);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	z-index: 100001;
	line-height: 1;
	list-style: none;
	border: 2px solid white;
}

#catelaw-vid-widget summary:hover {
	background: rgba(220,40,40,0.95);
}

#catelaw-vid-widget summary::-webkit-details-marker {
	display: none;
}

#catelaw-vid-widget video {
	width: 200px;
	height: 355px;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	cursor: pointer;
}

#catelaw-vid-widget:not([open]) {
	display: none;
}

#actionbar {
	bottom: auto !important;
	top: 60px !important;
	right: 10px !important;
}

@keyframes slideUp {
	from {
		transform: translateY(100px);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media(max-width:768px) {
	#catelaw-vid-widget {
		width: 150px;
		bottom: 10px;
		right: 10px;
	}
	
	#catelaw-vid-widget video {
		width: 150px;
		height: 267px;
	}
}

/* Sticky mobile Call Now button */
.mobile-call-btn {
	display: none;
}

@media (max-width: 768px) {
	.mobile-call-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #8B0000;
		color: #fff !important;
		text-decoration: none !important;
		padding: 16px;
		font-size: 18px;
		font-weight: bold;
		z-index: 99998;
		box-shadow: 0 -2px 10px rgba(0,0,0,0.25);
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	
	.mobile-call-btn:hover,
						  .mobile-call-btn:active {
		background: #6B0000;
	}
	
	#catelaw-vid-widget {
		bottom: 70px !important;
	}
}

/* Hide redundant post meta clutter */
.post-navigation {
	display: none !important;
}

.cat-links {
	display: none !important;
}

/* ============================================
   TYPOGRAPHY POLISH — 2026-04-21
   Playfair Display serif for headings (authority/trust signal)
   Preserve PT Sans body for readability
   ============================================ */
h1, h2, h3,
.wp-block-heading,
.entry-title,
.site-title {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	letter-spacing: -.01em;
	line-height: 1.2;
}

h4, h5, h6 {
	font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h1, .entry-title {
	font-weight: 800;
}

h2, .wp-block-heading {
	font-weight: 700;
}

/* ============================================
   BUTTON POLISH — smoother hover, subtle lift
   ============================================ */
.wp-block-button__link,
button, input[type="submit"] {
	transition: background-color .2s ease, transform .15s ease, filter .2s ease;
	letter-spacing: .3px;
}

.wp-block-button__link:hover,
button:hover, input[type="submit"]:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

/* ============================================
   HEADING BREATHING ROOM
   ============================================ */
.wp-block-cover h1,
.wp-block-cover h2 {
	margin-bottom: .6em;
}

/* ============================================
   BUTTON DEPTH POLISH — 2026-04-22
   Shadow + hover lift for substance
   ============================================ */
.wp-block-button__link,
.wp-block-button .wp-element-button,
button.wp-element-button {
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	font-weight: 600;
}

.wp-block-button__link:hover,
.wp-block-button .wp-element-button:hover,
button.wp-element-button:hover {
	box-shadow: 0 6px 16px rgba(0,0,0,0.22);
}

/* Refine site-wide link hover on top-nav */
.main-navigation a:hover,
.site-header a:hover {
	color: #7a2727 !important;
	transition: color .15s ease;
}

/* Better practice-area page title treatment */
.page .entry-title,
.single .entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: .3em;
}

/* Slightly relax paragraph line-height for more breathable reading */
.entry-content p {
	line-height: 1.65;
}

/* ============================================
   HIDE DUPLICATE TITLE BANDS — 2026-04-23
   On pages with hero covers (practice areas, about, petition)
   suppress the theme's own entry-header/title band so the hero cover
   carries the full-width title treatment.
   ============================================ */
.page-id-6761 .entry-header,   /* Drug Charges */
.page-id-314 .entry-header,    /* DUI Offenses */
.page-id-307 .entry-header,    /* Violent Crimes */
.page-id-310 .entry-header,    /* Property Crimes */
.page-id-309 .entry-header,    /* Sex Crimes */
.page-id-8 .entry-header,      /* About */
.page-id-6775 .entry-header,   /* Petition to Suspend (explainer) */
.page-id-6796 .entry-header,   /* Petition to Suspend Intake */
.page-id-6053 .entry-header,
.page-id-6228 .entry-header,
.page-id-7 .entry-header {
/* Practice Areas overview */
	display: none;
}

/* Ensure hero cover blocks on these pages sit flush to the header nav */
.page-id-6761 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-314 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-307 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-310 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-309 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-8 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-6775 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-6796 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-6053 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-6228 .entry-content > .wp-block-cover.alignfull:first-child,
.page-id-7 .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}