/**
 * Custom Text Display Module
 *
 * @author    v0
 * @copyright 2024
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.custom-text-display {
  padding: 10px 0;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.custom-text-display-category {
  padding: 10px 0;
  /*! color: #fff; */
  font-size: 1.2em;
  margin-bottom: 10px;
}

.products-selection .custom-text-display-category p,
.products-selection .custom-text-display-category h1 p,
.products-selection .custom-text-display-category h1 {
  /*! color: #555; */
  font-weight: initial;
  font-size: initial;
}

.custom-text-display-category {
  background: white;
  /*! border-radius: 0.75rem; */
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #555;
}

.custom-text-display-category section p {
  color: #555;
}
.custom-text-display-category-container ul {
  list-style: inside;
}