<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Starter Real State
Theme URI: https://isabellatech.com/
Author: InmoDesign
Author URI: https://inmo.design/
Description: Proudly coded by Inmo.Design
Version: 1.0.1
Tested up to: 8.1
Requires PHP: 7.4.33
Text Domain: starterrealestate
*/

.acf-bl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  @media (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
  gap: 0.5rem;
}

.acf-checkbox-list.acf-bl::before,
.acf-checkbox-list.acf-bl::after {
  content: none;
}
</pre></body></html>