*,
*::before,
*::after {
  box-sizing: border-box;
}

/*

.cards {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(50px,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
}
*/
/*
.cards_item {
  display: flex;
  padding: 1rem;
}


.cards_item {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
*/

.card {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  /* background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#66afe1 0 1.2rem) right bottom /100% 100%,linear-gradient(red 0 0) 30px 0/2px 100% #fff; */
  background: #aaa;
  background-repeat: no-repeat;
  line-height: 1.0rem;
  /*-webkit-mask:radial-gradient(circle .8rem at 2px 50%,#0000 98%,#000)0 0/100% 2.4rem; */
}

.card-text {
  padding: 0; 
  margin: 0; 
  font-size: 0.8em;
}


p.card-title {
    font-size: 1.0em;
	padding-bottom: 2px;
}