.text-outline {
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.description-text-outline {
    color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.pad-right-10 p {
    padding-right: 10px;
}
.pad-left-10 p {
    padding-left: 10px;
}

.gradient-text p {
    background: -webkit-linear-gradient(20deg, #fcda3b 0%, #e92230 50%, #a33d94 85%);
    background: -moz-linear-gradient(20deg, #fcda3b 0%, #e92230 50%, #a33d94 85%);
    background: linear-gradient(20deg, #fcda3b 0%, #e92230 50%, #a33d94 85%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
  }
  
.daily-recap-items {
  width: calc(100% + 40px) !important;
  margin: 0 -15px !important;
}