.crowdfunding-thermometer .fund-totals .value {
  font-size: 1.4rem;
  font-family: var(--skin-menu-font);
  color: var(--skin-banner-background-color-1); }

.crowdfunding-thermometer .fund-goals {
  font-size: 0.9rem; }

.crowdfunding-thermometer .thermometer-container {
  height: 1.25rem;
  -webkit-appearance: none;
          appearance: none;
  background: var(--color-grey12);
  position: relative;
  border-radius: 100vmax;
  overflow: hidden; }
  .crowdfunding-thermometer .thermometer-container span.thermometer-bar:before {
    content: '';
    margin-left: .5rem; }
  .crowdfunding-thermometer .thermometer-container .thermometer-bar {
    height: 100%;
    display: block;
    border-top-left-radius: 100vmax;
    border-bottom-left-radius: 100vmax;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--skin-primary-color-invert-1);
    color: var(--color-white);
    font-weight: 800; }
    .crowdfunding-thermometer .thermometer-container .thermometer-bar[style*="width:100.0%"] {
      border-top-right-radius: 100vmax;
      border-bottom-right-radius: 100vmax; }

.crowdfunding-thermometer .time-remaining {
  color: var(--color-grey10); }
  .crowdfunding-thermometer .time-remaining span {
    font-size: 0.9rem; }
