$typography-font-family-secondary: "Lato";

.w-action-card {
  min-width: 206px;
  max-width: 206px;
  height: 296px;
  .chip-section {
    height: 60px;
    margin-top: -50px;
  }
  .calendar {
    height: 60px;
    width: 60px;
    font-family: $typography-font-family-secondary;
    .month {
      font-size: 8px;
      line-height: 12px;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: $negative;
    }
    .day {
      font-size: 18px;
      line-height: 25px;
      text-align: center;
      letter-spacing: 0.15px;
      color: $grey-8;
    }
  }
  .q-card__section {
    padding-top: 14px !important;
    padding-bottom: 0px !important;
  }
}