/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enque the file in the assets function in app/setup.php
 */

 .unit-links strong {
    font-size: 34px !important;
  }

  .excerpt-data {
    color: white;
  }
  
  .reduced-price {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 15px;
    background-color: rgb(255 255 255 / 70%);
    color: red;
    font-size: 26px;
  }