/*
 * Ward Law child theme overrides.
 * Loaded after the parent's compiled style.css and wlg-overrides.css.
 * Add custom CSS below. Prefer specificity over !important.
 */

@layer reset, base, layout, components, pages-posts, utilities;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
}

@layer base {
  /* body { font-family: sans-serif; line-height: 1.5; color: #333; } */
}

@layer components {
  /* .btn { padding: 10px 20px; background: blue; color: white; border-radius: 4px; } */
}

@layer pages-posts {
  /* Unique adjustment only meant for the checkout page */
  
	/* .page-id-13026 = "Resultados de Casos" | https://www.855dolor55.com/resultados-de-casos/ */
	.page-id-13026 { 
		/* Center banner "White BG, Left Text + Right Image" without image */
		.hero__content.max-w-500 {
			max-width: unset !important;
		}
		.hero__inner.jcsb {
			display: flex !important;
			justify-content: center !important;
		}
		
		#ch-li-rca-resultado-destacado-del-caso .h4.uppercase.opacity60, 
		#ch-li-rca-resultado-destacado .h4.uppercase.opacity60 {
			opacity: 1 !important;
		}
		
		#ch-li-rca-resultado-destacado-del-caso .text,
		#ch-li-rca-resultado-destacado .text {
			opacity: .6;
		}
		
		#ch-li-rca-resultado-destacado-del-caso .h4 h3, #ch-li-rca-resultado-destacado .h4 h3{
			opacity: 1;
			font-size: 52px !important;
		}
		
		#ch-li-rca-resultado-destacado {
			direction: rtl;
		}
	}
	
	
}

@layer utilities {
  /* .m-t-10 { margin-top: 10px; } */
}