@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

:root {
  --section-width: 64rem;
}

.text-gray-400 {
  color: rgb(80, 80, 80) !important;
}

/* VARIATION STYLES */
/* Call to Action Variations */

/* 1. Split Image */
.cta-section.centered .cards > *:nth-child(n + 3) {
  display: none !important;
}

.cta-section.centered .cards .card:first-child p {
  display: none !important;
}

.cta-section.centered .cards .card:first-child p[class*="cta-heading-0"],
.cta-section.centered .cards .card:first-child p[class*="cta-subheading-0"] {
  display: block !important;
}

.cta-section.centered .cards .card:first-child button {
  display: none !important;
}

.cta-section.centered .cards .card:first-child button[class*="cta-button-0"],
.cta-section.centered .cards .card:first-child button[class*="cta-button-1"] {
  display: block !important;
}

.cta-section.centered .cards .card:nth-child(2) img {
  display: none !important;
}

.cta-section.centered .cards .card:nth-child(2) img[class*="cta-image-0"] {
  display: block !important;
}

/* 2. Split Content */
.cta-section.banner .cards > *:nth-child(n + 3) {
  display: none !important;
}

.cta-section.banner .cards .card:first-child p {
  display: none !important;
}

.cta-section.banner .cards .card:first-child p[class*="cta-heading-0"] {
  display: block !important;
}

.cta-section.banner .cards .card:nth-child(2) p {
  display: none !important;
}

.cta-section.banner .cards .card:nth-child(2) p[class*="cta-subheading-0"] {
  display: block !important;
}

.cta-section.banner .cards .card:nth-child(2) button {
  display: none !important;
}

.cta-section.banner .cards .card:nth-child(2) button[class*="cta-button-0"],
.cta-section.banner .cards .card:nth-child(2) button[class*="cta-button-1"] {
  display: block !important;
}

/* 3. Newsletter */
.cta-section.newsletter .cards > *:nth-child(n + 2) {
  display: none !important;
}

.cta-section.newsletter .cards .card p {
  display: none !important;
}

.cta-section.newsletter .cards .card p[class*="cta-heading-0"],
.cta-section.newsletter .cards .card p[class*="cta-subheading-0"],
.cta-section.newsletter .cards .card p[class*="cta-disclaimer-0"] {
  display: block !important;
}

.cta-section.newsletter .cards .card input {
  display: none !important;
}

.cta-section.newsletter .cards .card input[class*="form-input"] {
  display: block !important;
}

.cta-section.newsletter .cards .card button {
  display: none !important;
}

.cta-section.newsletter .cards .card button[class*="submit-button-0"] {
  display: block !important;
}

/* 4. Image Background */
.cta-section.image-background .cards > *:nth-child(n + 2) {
  display: none !important;
}

.cta-section.image-background .cards .card img {
  display: none !important;
}

.cta-section.image-background .cards .card img[class*="background-image-0"] {
  display: block !important;
}

.cta-section.image-background .cards .card p {
  display: none !important;
}

.cta-section.image-background .cards .card p[class*="cta-heading-0"],
.cta-section.image-background .cards .card p[class*="cta-subheading-0"] {
  display: block !important;
}

.cta-section.image-background .cards .card button {
  display: none !important;
}

.cta-section.image-background .cards .card button[class*="cta-button-0"] {
  display: block !important;
}

/* Features Variations */

/* 1. Split Grid Text */
.features-section.grid-layout .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.grid-layout .cards .card:first-child p {
  display: none !important;
}

.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-heading-0"],
.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-0"],
.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-heading-1"],
.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-1"],
.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-heading-2"],
.features-section.grid-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-2"] {
  display: block !important;
}

.features-section.grid-layout .cards .card:nth-child(2) img {
  display: none !important;
}

.features-section.grid-layout
  .cards
  .card:nth-child(2)
  img[class*="feature-image-0"] {
  display: block !important;
}

/* 2. Text with Icons */
.features-section.alternating-layout .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.alternating-layout .cards .card:first-child img {
  display: none !important;
}

.features-section.alternating-layout
  .cards
  .card:first-child
  img[class*="feature-image-0"],
.features-section.alternating-layout
  .cards
  .card:first-child
  img[class*="feature-image-1"],
.features-section.alternating-layout
  .cards
  .card:first-child
  img[class*="feature-image-2"] {
  display: block !important;
}

.features-section.alternating-layout .cards .card:first-child p {
  display: none !important;
}

.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-heading-0"],
.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-0"],
.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-heading-1"],
.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-1"],
.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-heading-2"],
.features-section.alternating-layout
  .cards
  .card:first-child
  p[class*="feature-subheading-2"] {
  display: block !important;
}

.features-section.alternating-layout .cards .card:first-child button {
  display: none !important;
}

.features-section.alternating-layout
  .cards
  .card:first-child
  button[class*="feature-btn-0"],
.features-section.alternating-layout
  .cards
  .card:first-child
  button[class*="feature-btn-1"],
.features-section.alternating-layout
  .cards
  .card:first-child
  button[class*="feature-btn-2"] {
  display: block !important;
}

.features-section.alternating-layout .cards .card:nth-child(2) img {
  display: none !important;
}

.features-section.alternating-layout
  .cards
  .card:nth-child(2)
  img[class*="feature-image-0"] {
  display: block !important;
}

/* 3. Grid with Image */
.features-section.grid-with-image .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.grid-with-image .cards .card:first-child img {
  display: none !important;
}

.features-section.grid-with-image
  .cards
  .card:first-child
  img[class*="feature-image-3"] {
  display: block !important;
}

.features-section.grid-with-image .cards .card:first-child p {
  display: none !important;
}

.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-heading-0"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-subheading-0"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-heading-1"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-subheading-1"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-heading-2"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-subheading-2"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-heading-3"],
.features-section.grid-with-image
  .cards
  .card:first-child
  p[class*="feature-subheading-3"] {
  display: block !important;
}

.features-section.grid-with-image .cards .card:first-child button {
  display: none !important;
}

.features-section.grid-with-image
  .cards
  .card:first-child
  button[class*="cta-button-0"],
.features-section.grid-with-image
  .cards
  .card:first-child
  button[class*="cta-button-1"] {
  display: block !important;
}

.features-section.grid-with-image .cards .card:nth-child(2) img {
  display: none !important;
}

.features-section.grid-with-image
  .cards
  .card:nth-child(2)
  img[class*="feature-image-0"] {
  display: block !important;
}

/* 4. Content with Images */
.features-section.step-layout .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.step-layout .cards .card img {
  display: none !important;
}

.features-section.step-layout .cards .card img[class*="feature-image-0"],
.features-section.step-layout .cards .card img[class*="feature-image-1"] {
  display: block !important;
}

.features-section.step-layout .cards .card p {
  display: none !important;
}

.features-section.step-layout .cards .card p[class*="feature-heading-0"],
.features-section.step-layout .cards .card p[class*="feature-subheading-0"],
.features-section.step-layout .cards .card p[class*="feature-heading-1"],
.features-section.step-layout .cards .card p[class*="feature-subheading-1"] {
  display: block !important;
}

.features-section.step-layout .cards .card button {
  display: none !important;
}

.features-section.step-layout .cards .card button[class*="cta-button-0"],
.features-section.step-layout .cards .card button[class*="cta-button-1"] {
  display: block !important;
}

/* 5. Stacked Images */
.features-section.comparison-layout .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.comparison-layout .cards .card img {
  display: none !important;
}

.features-section.comparison-layout .cards .card img[class*="feature-image-0"],
.features-section.comparison-layout .cards .card img[class*="feature-image-1"] {
  display: block !important;
}

.features-section.comparison-layout .cards .card p {
  display: none !important;
}

.features-section.comparison-layout .cards .card p[class*="feature-heading-0"],
.features-section.comparison-layout .cards .card p[class*="feature-heading-1"],
.features-section.comparison-layout
  .cards
  .card
  p[class*="feature-subheading-0"],
.features-section.comparison-layout
  .cards
  .card
  p[class*="feature-subheading-1"] {
  display: block !important;
}

.features-section.comparison-layout .cards .card button {
  display: none !important;
}

.features-section.comparison-layout .cards .card button[class*="cta-button-0"],
.features-section.comparison-layout .cards .card button[class*="cta-button-1"] {
  display: block !important;
}

/* 6. Left Image */
.features-section.left-image .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.left-image .cards .card:first-child img {
  display: none !important;
}

.features-section.left-image
  .cards
  .card:first-child
  img[class*="feature-image-0"] {
  display: block !important;
}

.features-section.left-image .cards .card:nth-child(2) img {
  display: none !important;
}

.features-section.left-image
  .cards
  .card:nth-child(2)
  img[class*="feature-image-1"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  img[class*="feature-image-2"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  img[class*="feature-image-3"] {
  display: block !important;
}

.features-section.left-image .cards .card:nth-child(2) p {
  display: none !important;
}

.features-section.left-image
  .cards
  .card:nth-child(2)
  p[class*="feature-heading-0"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-0"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-1"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-2"],
.features-section.left-image
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-3"] {
  display: block !important;
}

/* 7. Content with Stats */
.features-section.content-with-stats .cards > *:nth-child(n + 3) {
  display: none !important;
}

.features-section.content-with-stats .cards .card:first-child img {
  display: none !important;
}

.features-section.content-with-stats
  .cards
  .card:first-child
  img[class*="feature-image-0"] {
  display: block !important;
}

.features-section.content-with-stats .cards .card:nth-child(2) p {
  display: none !important;
}

.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-heading-0"],
.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-0"],
.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-heading-1"],
.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-1"],
.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-heading-2"],
.features-section.content-with-stats
  .cards
  .card:nth-child(2)
  p[class*="feature-subheading-2"] {
  display: block !important;
}

/* Footer Variations */

/* 1. Simple Footer */
.footer-section.simple .cards > *:nth-child(n + 2) {
  display: none !important;
}

/* hide any children inside the first (or only) card after its first child */
.footer-section.simple .cards .card > *:nth-child(n + 2) {
  display: none !important;
}

.footer-section.simple .cards .card p {
  display: none !important;
}

.footer-section.simple .cards .card p[class*="copyright-text-0"] {
  display: block !important;
}

.footer-section.simple .cards .card p[class*="list-child-0"],
.footer-section.simple .cards .card p[class*="list-child-1"] {
  display: block !important;
}

/* 2. Multi Column Footer */
.footer-section.multi-column .cards > *:nth-child(n + 5) {
  display: none !important;
}

.footer-section.multi-column .cards .card > *:nth-child(n + 3) {
  display: none !important;
}

/* First column (Company Info) */
.footer-section.multi-column .cards .card:nth-child(1) p {
  display: none !important;
}

.footer-section.multi-column
  .cards
  .card:nth-child(1)
  p[class*="footer-heading-0"],
.footer-section.multi-column
  .cards
  .card:nth-child(1)
  p[class*="footer-text-0"] {
  display: block !important;
}

/* Second column (Quick Links) */
.footer-section.multi-column .cards .card:nth-child(2) p {
  display: none !important;
}

.footer-section.multi-column
  .cards
  .card:nth-child(2)
  p[class*="footer-heading-1"] {
  display: block !important;
}

.footer-section.multi-column .cards .card:nth-child(2) p[class*="list-child-0"],
.footer-section.multi-column
  .cards
  .card:nth-child(2)
  p[class*="list-child-1"] {
  display: block !important;
}

/* Third column (Contact) */
.footer-section.multi-column .cards .card:nth-child(3) p {
  display: none !important;
}

.footer-section.multi-column
  .cards
  .card:nth-child(3)
  p[class*="footer-heading-2"],
.footer-section.multi-column
  .cards
  .card:nth-child(3)
  p[class*="footer-text-1"] {
  display: block !important;
}

/* Fourth column (Social) */
.footer-section.multi-column .cards .card:nth-child(4) p {
  display: none !important;
}

.footer-section.multi-column
  .cards
  .card:nth-child(4)
  p[class*="footer-heading-3"] {
  display: block !important;
}

.footer-section.multi-column .cards .card:nth-child(4) p[class*="list-child-2"],
.footer-section.multi-column
  .cards
  .card:nth-child(4)
  p[class*="list-child-3"] {
  display: block !important;
}

/* 3. Centered Footer */
.footer-section.centered .cards > *:nth-child(n + 2) {
  display: none !important;
}

.footer-section.multi-column .cards .card > *:nth-child(n + 4) {
  display: none !important;
}

.footer-section.centered .cards .card p {
  display: none !important;
}

.footer-section.centered .cards .card p[class*="copyright-text-0"] {
  display: block !important;
}

.footer-section.centered .cards .card p[class*="list-child-0"],
.footer-section.centered .cards .card p[class*="list-child-1"],
.footer-section.centered .cards .card p[class*="list-child-2"] {
  display: block !important;
}

.footer-section.centered .cards .card img {
  display: none !important;
}

.footer-section.centered .cards .card img[class*="footer-logo"] {
  display: block !important;
}

/* Header Variations */

/* 1. Simple Header */
.header-section.simple .cards > *:nth-child(n + 2) {
  display: none !important;
}

.header-section.simple .cards .card > div:not(:first-child) {
  display: none !important;
}

.header-section.simple .cards .card p {
  display: none !important;
}

.header-section.simple .cards .card p[class*="logo-name-0"] {
  display: block !important;
}

.header-section.simple .cards .card button {
  display: none !important;
}

.header-section.simple .cards .card button[class*="cta-button-0"] {
  display: block !important;
}

/* 2. Centered Logo Header */
.header-section.centered-logo .cards > *:nth-child(n + 2) {
  display: none !important;
}

.header-section.centered-logo .cards .card > div:not(:first-child) {
  display: none !important;
}

.header-section.centered-logo .cards .card p {
  display: none !important;
}

.header-section.centered-logo .cards .card p[class*="logo-name-0"],
.header-section.centered-logo .cards .card p[class*="header-link-0"],
.header-section.centered-logo .cards .card p[class*="header-link-1"] {
  display: block !important;
}

.header-section.centered-logo .cards .card button {
  display: none !important;
}

.header-section.centered-logo .cards .card button[class*="cta-button-0"] {
  display: block !important;
}

/* 3. Extended Header */
.header-section.extended .cards > *:nth-child(n + 2) {
  display: none !important;
}

.header-section.extended .cards .card > div:not(:first-child) {
  display: none !important;
}

.header-section.extended .cards .card p {
  display: none !important;
}

.header-section.extended .cards .card p[class*="logo-name-0"],
.header-section.extended .cards .card p[class*="header-link-0"],
.header-section.extended .cards .card p[class*="header-link-1"] {
  display: block !important;
}

.header-section.extended .cards .card button {
  display: none !important;
}

.header-section.extended .cards .card button[class*="cta-button-0"],
.header-section.extended .cards .card button[class*="cta-button-1"] {
  display: block !important;
}

/* Hero Variations */

/* 1. Image Right Hero */
.hero-section.image-right .cards > *:nth-child(n + 3) {
  display: none !important;
}

.hero-section.image-right .cards .card:first-child p {
  display: none !important;
}

.hero-section.image-right .cards .card:first-child p[class*="hero-heading-0"],
.hero-section.image-right
  .cards
  .card:first-child
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.image-right .cards .card:first-child button {
  display: none !important;
}

.hero-section.image-right
  .cards
  .card:first-child
  button[class*="cta-button-0"],
.hero-section.image-right
  .cards
  .card:first-child
  button[class*="cta-button-1"] {
  display: block !important;
}

.hero-section.image-right .cards .card:nth-child(2) img {
  display: none !important;
}

.hero-section.image-right .cards .card:nth-child(2) img[class*="hero-image-0"] {
  display: block !important;
}

/* 2. Image Left Hero */
.hero-section.image-left .cards > *:nth-child(n + 3) {
  display: none !important;
}

.hero-section.image-left .cards .card:first-child img {
  display: none !important;
}

.hero-section.image-left .cards .card:first-child img[class*="hero-image-0"] {
  display: block !important;
}

.hero-section.image-left .cards .card:nth-child(2) p {
  display: none !important;
}

.hero-section.image-left .cards .card:nth-child(2) p[class*="hero-heading-0"],
.hero-section.image-left
  .cards
  .card:nth-child(2)
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.image-left .cards .card:nth-child(2) button {
  display: none !important;
}

.hero-section.image-left
  .cards
  .card:nth-child(2)
  button[class*="cta-button-0"],
.hero-section.image-left
  .cards
  .card:nth-child(2)
  button[class*="cta-button-1"] {
  display: block !important;
}

/* 3. Background Image Hero */
.hero-section.background-image .cards > *:not(:first-child) {
  display: none !important;
}

.hero-section.background-image .cards .card:first-child img {
  display: none !important;
}

.hero-section.background-image
  .cards
  .card:first-child
  img[class*="background-image-0"] {
  display: block !important;
}

.hero-section.background-image .cards .card:first-child p {
  display: none !important;
}

.hero-section.background-image
  .cards
  .card:first-child
  p[class*="hero-heading-0"],
.hero-section.background-image
  .cards
  .card:first-child
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.background-image .cards .card:first-child button {
  display: none !important;
}

.hero-section.background-image
  .cards
  .card:first-child
  button[class*="cta-button-0"] {
  display: block !important;
}

/* 4. Centered Content Hero */
.hero-section.centered-content .cards > *:not(:first-child) {
  display: none !important;
}

.hero-section.centered-content .cards .card:first-child p {
  display: none !important;
}

.hero-section.centered-content
  .cards
  .card:first-child
  p[class*="hero-heading-0"],
.hero-section.centered-content
  .cards
  .card:first-child
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.centered-content .cards .card:first-child button {
  display: none !important;
}

.hero-section.centered-content
  .cards
  .card:first-child
  button[class*="cta-button-0"],
.hero-section.centered-content
  .cards
  .card:first-child
  button[class*="cta-button-1"] {
  display: block !important;
}

/* 5. Low Height Content Hero */
.hero-section.overlay .cards > *:not(:first-child) {
  display: none !important;
}

.hero-section.overlay .cards .card:first-child img {
  display: none !important;
}

.hero-section.overlay
  .cards
  .card:first-child
  img[class*="background-image-0"] {
  display: block !important;
}

.hero-section.overlay .cards .card:first-child p {
  display: none !important;
}

.hero-section.overlay .cards .card:first-child p[class*="hero-heading-0"],
.hero-section.overlay .cards .card:first-child p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.overlay .cards .card:first-child button {
  display: none !important;
}

.hero-section.overlay .cards .card:first-child button[class*="cta-button-0"] {
  display: block !important;
}

/* 6. Minimal Content Hero */
.hero-section.bottom-text .cards > *:not(:first-child) {
  display: none !important;
}

.hero-section.bottom-text .cards .card:first-child p {
  display: none !important;
}

.hero-section.bottom-text .cards .card:first-child p[class*="hero-heading-0"],
.hero-section.bottom-text
  .cards
  .card:first-child
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.bottom-text .cards .card:first-child button {
  display: none !important;
}

.hero-section.bottom-text
  .cards
  .card:first-child
  button[class*="cta-button-0"],
.hero-section.bottom-text
  .cards
  .card:first-child
  button[class*="cta-button-1"] {
  display: block !important;
}

/* 7. Split Content Hero */
.hero-section.split-content .cards > *:nth-child(n + 3) {
  display: none !important;
}

.hero-section.split-content .cards .card:first-child p {
  display: none !important;
}

.hero-section.split-content
  .cards
  .card:first-child
  p[class*="hero-heading-0"] {
  display: block !important;
}

.hero-section.split-content .cards .card:nth-child(2) p {
  display: none !important;
}

.hero-section.split-content
  .cards
  .card:nth-child(2)
  p[class*="hero-subheading-0"] {
  display: block !important;
}

.hero-section.split-content .cards .card:nth-child(2) button {
  display: none !important;
}

.hero-section.split-content
  .cards
  .card:nth-child(2)
  button[class*="cta-button-0"],
.hero-section.split-content
  .cards
  .card:nth-child(2)
  button[class*="cta-button-1"] {
  display: block !important;
}

/* How It Works Variations */

/* 1. Numbered Steps */
.how-it-works-section.numbered-steps .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.numbered-steps .cards .card p {
  display: none !important;
}

.how-it-works-section.numbered-steps .cards .card p[class*="hiw-heading-0"],
.how-it-works-section.numbered-steps .cards .card p[class*="hiw-subheading-0"] {
  display: block !important;
}

.how-it-works-section.numbered-steps .cards .card p[class*="step-title-0"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-title-1"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-title-2"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-title-3"] {
  display: block !important;
}

.how-it-works-section.numbered-steps
  .cards
  .card
  p[class*="step-description-0"],
.how-it-works-section.numbered-steps
  .cards
  .card
  p[class*="step-description-1"],
.how-it-works-section.numbered-steps
  .cards
  .card
  p[class*="step-description-2"],
.how-it-works-section.numbered-steps
  .cards
  .card
  p[class*="step-description-3"] {
  display: block !important;
}

.how-it-works-section.numbered-steps .cards .card p[class*="step-number-0"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-number-1"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-number-2"],
.how-it-works-section.numbered-steps .cards .card p[class*="step-number-3"] {
  display: block !important;
}

/* 2. Alternating Timeline */
.how-it-works-section.alternating-timeline .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.alternating-timeline .cards .card p {
  display: none !important;
}

.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="hiw-heading-0"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="hiw-subheading-0"] {
  display: block !important;
}

.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-title-0"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-title-1"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-title-2"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-title-3"] {
  display: block !important;
}

.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-description-0"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-description-1"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-description-2"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-description-3"] {
  display: block !important;
}

.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-number-0"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-number-1"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-number-2"],
.how-it-works-section.alternating-timeline
  .cards
  .card
  p[class*="step-number-3"] {
  display: block !important;
}

/* 3. Three Column Steps */
.how-it-works-section.three-column-steps .cards > *:nth-child(n + 4) {
  display: none !important;
}

.how-it-works-section.three-column-steps .cards .card:first-child p {
  display: none !important;
}

.how-it-works-section.three-column-steps
  .cards
  .card:first-child
  p[class*="hiw-heading-0"],
.how-it-works-section.three-column-steps
  .cards
  .card:first-child
  p[class*="hiw-subheading-0"] {
  display: block !important;
}

.how-it-works-section.three-column-steps .cards .card:not(:first-child) p {
  display: none !important;
}

.how-it-works-section.three-column-steps
  .cards
  .card:not(:first-child)
  p[class*="step-description-0"] {
  display: block !important;
}

.how-it-works-section.three-column-steps
  .cards
  .card:not(:first-child)
  p[class*="step-number-0"] {
  display: block !important;
}

/* 4. Vertical Timeline */
.how-it-works-section.vertical-timeline .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.vertical-timeline .cards .card p {
  display: none !important;
}

.how-it-works-section.vertical-timeline .cards .card p[class*="step-title-0"],
.how-it-works-section.vertical-timeline
  .cards
  .card
  p[class*="step-description-0"] {
  display: block !important;
}

/* 5. Two Column Steps */
.how-it-works-section.two-column .cards > *:nth-child(n + 3) {
  display: none !important;
}

.how-it-works-section.two-column .cards .card p {
  display: none !important;
}

.how-it-works-section.two-column .cards .card p[class*="step-title-0"],
.how-it-works-section.two-column .cards .card p[class*="step-title-1"],
.how-it-works-section.two-column .cards .card p[class*="step-description-0"],
.how-it-works-section.two-column .cards .card p[class*="step-description-1"] {
  display: block !important;
}

/* 6. Numbered Grid */
.how-it-works-section.numbered-grid .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.numbered-grid .cards .card p {
  display: none !important;
}

.how-it-works-section.numbered-grid .cards .card p[class*="step-number-0"],
.how-it-works-section.numbered-grid .cards .card p[class*="step-title-0"],
.how-it-works-section.numbered-grid
  .cards
  .card
  p[class*="step-description-0"] {
  display: block !important;
}

/* 7. Icon Steps */
.how-it-works-section.icon-steps .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.icon-steps .cards .card p {
  display: none !important;
}

.how-it-works-section.icon-steps .cards .card p[class*="step-title-0"],
.how-it-works-section.icon-steps .cards .card p[class*="step-description-0"] {
  display: block !important;
}

.how-it-works-section.icon-steps .cards .card img {
  display: none !important;
}

.how-it-works-section.icon-steps .cards .card img[class*="step-icon"] {
  display: block !important;
}

/* 8. Single Column Detailed */
.how-it-works-section.detailed .cards > *:nth-child(n + 2) {
  display: none !important;
}

.how-it-works-section.detailed .cards .card p {
  display: none !important;
}

.how-it-works-section.detailed .cards .card p[class*="step-title-0"],
.how-it-works-section.detailed .cards .card p[class*="step-subtitle-0"],
.how-it-works-section.detailed .cards .card p[class*="step-description-0"] {
  display: block !important;
}

/* Social Proof Variations */

/* 1. Client Study Grid */
.social-proof-section.client-study-grid .cards > *:nth-child(n + 4) {
  display: none !important;
}

.social-proof-section.client-study-grid .cards .card p {
  display: none !important;
}

.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-company-0"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-company-1"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-company-2"] {
  display: block !important;
}

.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-title-0"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-title-1"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="testimonial-title-2"] {
  display: block !important;
}

.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="industry-heading-"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="industry-subheading-"] {
  display: block !important;
}

.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="social-proof-description-0"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="social-proof-description-1"],
.social-proof-section.client-study-grid
  .cards
  .card
  p[class*="social-proof-description-2"] {
  display: block !important;
}

.social-proof-section.client-study-grid .cards .card img {
  display: none !important;
}

.social-proof-section.client-study-grid
  .cards
  .card
  img[class*="client-logo-0"],
.social-proof-section.client-study-grid
  .cards
  .card
  img[class*="client-logo-1"],
.social-proof-section.client-study-grid
  .cards
  .card
  img[class*="client-logo-2"] {
  display: block !important;
}

/* 2. Logo Grid */
.social-proof-section.logo .cards > *:nth-child(n + 4) {
  display: none !important;
}

.social-proof-section.logo .cards .card p {
  display: none !important;
}

.social-proof-section.logo .cards .card p[class*="testimonial-company-0"],
.social-proof-section.logo .cards .card p[class*="testimonial-company-1"],
.social-proof-section.logo .cards .card p[class*="testimonial-company-2"] {
  display: block !important;
}

.social-proof-section.logo .cards .card p[class*="testimonial-service-0"],
.social-proof-section.logo .cards .card p[class*="testimonial-service-1"],
.social-proof-section.logo .cards .card p[class*="testimonial-service-2"] {
  display: block !important;
}

.social-proof-section.logo .cards .card p[class*="testimonial-title-0"],
.social-proof-section.logo .cards .card p[class*="testimonial-title-1"],
.social-proof-section.logo .cards .card p[class*="testimonial-title-2"] {
  display: block !important;
}

.social-proof-section.logo .cards .card p[class*="industry-heading-"],
.social-proof-section.logo .cards .card p[class*="industry-subheading-"] {
  display: block !important;
}

.social-proof-section.logo .cards .card p[class*="social-proof-description-0"],
.social-proof-section.logo .cards .card p[class*="social-proof-description-1"],
.social-proof-section.logo .cards .card p[class*="social-proof-description-2"] {
  display: block !important;
}

.social-proof-section.logo .cards .card img {
  display: none !important;
}

.social-proof-section.logo .cards .card img[class*="client-logo-0"],
.social-proof-section.logo .cards .card img[class*="client-logo-1"],
.social-proof-section.logo .cards .card img[class*="client-logo-2"] {
  display: block !important;
}

/* VARIATION STYLES */

/* Preview Content Styles */
.sections.contained {
  background: #fff;
  font-family: myFirstFont !important;
  color: #1a1a1a;
  line-height: 1.5;
}

/* Floating Action Buttons */
.fab-container {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 16px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sections > section:hover .fab-container {
  opacity: 1;
}

.fab {
  min-width: 40px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: none;
  box-shadow: 0 2px 5px #6521a9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.fab:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px #6521a9;
}

.fab:nth-child(1) {
  background: #4caf50;
}
.fab:nth-child(2) {
  background: #2196f3;
}
.fab:nth-child(3) {
  background: #f44336;
}

/* Add margin to sections to make room for buttons */
.sections > section {
  margin-bottom: 3rem !important;
}

/* Section styling */
.sections > section {
  margin: 2rem 0;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  position: relative;
}

/* .sections > section:hover {
  box-shadow: 5px 10px #6521a9;
} */

/* Section identifier label */
/* .sections > section::before {
  content: attr(data-section-type);
  position: absolute;
  top: -12px;
  left: 20px;
  background: #f8f9fa;
  padding: 0 10px;
  font-size: 0.9rem;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-transform: capitalize;
} */

/* Section titles */
.sections > section h2 {
  /* margin-bottom: 1.5rem; */
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  /* padding-bottom: 1rem; */
  /* border-bottom: 2px solid #f0f0f0; */
  letter-spacing: 0.05em;
}

/* Cards container */
.sections .cards {
  /* background: #fafafa; */
  border-radius: 6px;
  width: 100% !important;
  max-width: var(--section-width);
}

/* Individual cards */
.sections .card {
  background: white;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 1 1 var(--section-width);
  gap: 1rem;
}

.sections section.active .card,
.sections section.active .cards,
.sections .card:hover,
.sections .cards:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px #6521a9;
}
/* Card width variations */

.sections .card.half {
  flex-basis: calc((var(--section-width) - var(--cards-column-gap) * 2) / 2);
}

.sections .card.third {
  flex-basis: calc((var(--section-width) - var(--cards-column-gap) * 3) / 3);
}

.sections .card.fourth {
  flex-basis: calc((var(--section-width) - var(--cards-column-gap) * 4) / 4);
}

.sections .card.fifth {
  flex-basis: calc((var(--section-width) - var(--cards-column-gap) * 5) / 5);
}
-section-content-width .sections .card.sixth {
  flex-basis: calc((var(--section-width) - var(--cards-column-gap) * 6) / 6);
}

/* .sections .card.third {
  margin: 0.5rem;
} */

/* Text content */
.sections .card p {
  margin: 0.5rem 0;
  line-height: 1.8;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

/* Editable text styles */
.sections .card .editable {
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  padding: 4px;
  border-radius: 4px;
}

.sections .card .editable:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sections .card .editable::after {
  content: "\f303"; /* unicode for pencil-alt (solid) */
  font-family: "Font Awesome 6 Free"; /* font family for FA6 Free */
  font-weight: 900; /* solid icons use weight 900 */
  font-style: normal;
  display: inline-block; /* so font-size applies reliably */
  font-size: 20px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #666; /* will color the glyph */
  pointer-events: none;
}

.sections .card .editable:hover:not(div)::after {
  opacity: 1;
}

.sections .card .editing {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: white;
  box-shadow: 0 2px 4px #6521a9;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sections .card [class*="testimonial-company-"] {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}

.sections .card [class*="testimonial-title-"] {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sections .card .newsletter-disclaimer {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: #6b7280 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sections .card div [class*="industry-heading-"],
.sections .card [class*="testimonial-service-"],
.sections .card div .newsletter-heading {
  color: #4b5563 !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sections .card div [class*="industry-subheading-"],
.sections .card [class*="social-proof-description-"] {
  color: #4b5563 !important;
}

.sections .card [class*="social-proof-description-"] {
  color: #4b5563 !important;
}

.sections .card [class*="hiw-heading-"] {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 700 !important;
}

.sections .card [class*="hiw-subheading-"] {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  color: #4b5563 !important;
}

/* Enhanced Button Styles */
.sections .card button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sections .card button.primary {
  background: #000000;
  color: #ffffff !important;
  border: 3px solid #000000;
  padding: 1rem 2rem;
}

.sections .card button.primary:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  transform: translateY(-2px);
}

.sections .card button.secondary {
  background: #ffffff;
  color: #000000;
  border: 3px solid #000000;
}

.sections .card button.secondary:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
}

.sections .card button.ghost {
  background: transparent;
  color: #000000;
  border: 3px solid #000000;
  padding: 1rem 2rem;
}

.sections .card button.ghost:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

.sections .card button.ghost.bg-img {
  background: white;
  color: #000000;
  border: 3px solid #000000;
  padding: 1rem 2rem;
}

.sections .card button.ghost.bg-img:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

.sections .card button.large {
  padding: 1.25rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.sections .card button.link {
  font-weight: 500;
  color: #4b5563;
}

.sections .card button.link:hover {
  color: #4b5563;
}

/* Image placeholders */
.sections .card img,
.media-placeholder.image-placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* height: 200px; */
  /* height: -webkit-fill-available; */
  /* background: #f8f9fa;
  border: 2px dashed #dee2e6; */
  border-radius: 4px;
}

/* Video placeholders */
.sections .card video,
.media-placeholder.video-placeholder {
  position: relative;
  display: block;
  width: 100%;
  /* height: 300px; */
  height: -webkit-fill-available;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 4px;
}

/* Media placeholder content */
.media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.placeholder-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.placeholder-text {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Icons */
.sections .card i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 1rem;
}

/* Lists */
.sections .card ul {
  padding-left: 0;
  margin: 1rem 0;
}

.sections .card li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.sections .card li:last-child {
  border-bottom: none;
}

/* Forms */
.sections .card form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sections .card input {
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: myFirstFont !important;
}

.sections .card input::placeholder {
  color: #adb5bd;
}

/* Tables */
.sections .card table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.sections .card th,
.sections .card td {
  padding: 1rem;
  border: 1px solid #eee;
  text-align: left;
}

.sections .card th {
  background: #f8f9fa;
  font-weight: 500;
  color: #333;
}

/* Hero section specific styles */
/* section.hero-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
} */

.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #212529;
}

.hero-section .hero-subtitle {
  font-size: 1.2rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Features section specific styles */
section.features-section {
  background: #fff;
}

.sections .card .feature-title,
.sections .card [class*="feature-heading-"] {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 700 !important;
  /* margin: 1rem 0 !important; */
}

.sections .card .feature-description,
.sections .card [class*="feature-subheading-"] {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  color: #4b5563 !important;
}

/* Footer section specific styles */
section.footer-section {
  /* background: #2c3e50;
  color: #ecf0f1; */
  margin-bottom: 0;
  /* padding: 3rem 2rem; */
}

section.footer-section h2 {
  /* color: #ecf0f1; */
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

section.footer-section .card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

section.footer-section p,
section.footer-section a,
section.footer-section li {
  color: #ecf0f1;
}

section.footer-section [class*="footer-heading-"] {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

section.footer-section li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

section.footer-section a {
  text-decoration: none;
  transition: color 0.2s ease;
}

section.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Visual separators between sections */
/* .sections > section:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #e9ecef, #007bff, #e9ecef);
  border-radius: 3px;
} */

/* Responsive adjustments */
@media (max-width: 768px) {
  .sections > section {
    padding: 1.5rem;
  }

  .sections .card.half,
  .sections .card.third {
    width: 100%;
    margin: 0.5rem 0;
  }

  .sections .card img,
  .sections .card video {
    height: 150px;
  }

  .hero-section .hero-title {
    font-size: 2rem;
  }

  .hero-section .hero-subtitle {
    font-size: 1.1rem;
  }
}

.container {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 100vh;
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
  padding: 1rem;
}

.main-content {
  padding: 2rem;
}

.section-list {
  list-style: none;
}

.section-item {
  margin-bottom: 0.5rem;
}

.section-button {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #1a1a1a;
  transition: all 0.2s;
}

.section-button:hover {
  background: #f8f8f8;
}

.section-button.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.variation-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.variation-header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.variation-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.variation-description {
  color: #666666;
  font-size: 0.9rem;
}

/* :root {
  --section-width: 150rem !important;
} */

.preview-container {
  background: #f8f8f8;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1rem;
}

.preview-section {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 2rem;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-section.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.preview-section.hero-split {
  min-height: 400px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hero-split-content {
  /* padding: 4rem; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.hero-split-image {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #666;
}

.preview-section.hero-left {
  min-height: 400px;
  padding: 4rem 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.sections .card [class*="gallery-heading-"] {
  font-size: 3rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.sections .card [class*="hero-heading-"],
.sections .card [class*="cta-heading-"] {
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.sections .card [class*="hero-subheading-"],
.sections .card [class*="cta-subheading-"],
.sections .card [class*="gallery-subheading-"] {
  font-size: 1.25rem !important;
  color: #666666;
  /* max-width: 600px !important; */
  margin: 0 !important;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.preview-section .full {
  width: 100%;
  display: flex;
  justify-content: center;
}

.preview-section .third {
  display: flex;
  justify-content: center;
}

.section-type-label {
  position: absolute;
  top: -10px;
  left: 20px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 4px 10px;
  font-size: 15px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}

.section-type-label[x-cloak] {
  display: none !important;
}

.section-type-label[x-show] {
  opacity: 1;
  transform: translateY(0);
}

.sections section {
  position: relative; /* Important so label anchors to section */
}
