/*************************
** Colours **
*************************/
/* Fonts to go here */
@font-face {
  font-display: swap;
  font-family: Eveleth;
  font-style: normal;
  font-weight: normal;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/EvelethRegular.woff2?b0bf4fd69bf52eb6e91af1567e7603e3) format("woff2"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/EvelethRegular.woff?fc64ad97c356d3962175cc4db8266e05) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Eveleth;
  font-style: normal;
  font-weight: 300;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/EvelethLight.woff2?96b7f5507cf83ead75697c5817a4c644) format("woff2"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/EvelethLight.woff?a73d178ffcb8ba5e92c39d1c47c50f35) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Switzer;
  font-style: normal;
  font-weight: 400;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Regular.woff2?2ab0f750fdf655eb71e125f0236ec4cc) format("woff2"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Regular.woff?3b4d31f031bb985c9f519d167cdf96f2) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Switzer;
  font-style: normal;
  font-weight: 550;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Semibold.woff2?fb98e5f6d340704470ee0c5ac006824d) format("woff2"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Semibold.woff?63c9b88c27346c02813570ae8a6e0f33) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Switzer;
  font-style: normal;
  font-weight: 600;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Bold.woff2?afda2a7746a20ab6e5625e1cbb3cecbf) format("woff2"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/Switzer-Bold.woff?4ecf7f843b2d5d480689630317d946c6) format("woff");
}
@font-face {
  font-display: swap;
  font-family: TogetherSans;
  font-style: normal;
  font-weight: normal;
  src: url(/modules/custom/tt_admin_experience/assets/dist/fonts/TogetherSans.otf?d46e13675c5fc7876129e99345c1525f) format("opentype"), url(/modules/custom/tt_admin_experience/assets/dist/fonts/TogetherSans.woff?0df076df75788095771c562e95123403) format("woff");
}
.m-food-bank-update__links ul {
  margin-left: 0;
}
.m-food-bank-update__links ul.inline li {
  padding-left: 0;
}
.m-food-bank-update__meta {
  font-size: 14px;
  padding-bottom: 10px;
}
.m-food-bank-update__tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 18px;
  margin-bottom: 10px;
}
.m-food-bank-update--type-regular .m-food-bank-update__tag {
  background: #2381d3;
  color: #fff;
}
.m-food-bank-update--type-important .m-food-bank-update__tag {
  background: #ff5414;
  color: #fff;
}
.m-food-bank-update--card {
  padding: 20px;
  border: 1px solid #4c4c4c;
  border-radius: 6px;
  display: flex;
  gap: 20px;
  background-color: #fff;
}
.m-food-bank-update--card .m-food-bank-update__icon {
  display: flex;
  justify-content: center;
  flex: 0 0 40px;
}
.m-food-bank-update--card .m-food-bank-update__icon span {
  font-size: 30px;
  font-family: "Times New Roman", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  position: relative;
  padding-top: 4px;
}
.m-food-bank-update--card .m-food-bank-update__icon span:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #4c4c4c;
  border-radius: 50%;
  box-sizing: border-box;
}
.m-food-bank-update--card .m-food-bank-update__title {
  margin-top: 0;
}
.m-food-bank-update--card.m-food-bank-update--type-regular .m-food-bank-update__icon {
  color: #2381d3;
}
.m-food-bank-update--card.m-food-bank-update--type-regular .m-food-bank-update__icon span:before {
  border-color: #2381d3;
}
.m-food-bank-update--card.m-food-bank-update--type-important .m-food-bank-update__icon {
  color: #ff5414;
}
.m-food-bank-update--card.m-food-bank-update--type-important .m-food-bank-update__icon span:before {
  border-color: #ff5414;
}

.lpb-btn--add {
  width: auto;
  background-image: none;
  padding: 6px 14px 4px;
  text-decoration: none;
}

.o-group-dashboard__food-bank-updates-heading {
  padding: 20px 0 0;
}
.o-group-dashboard__food-bank-update-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
