/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.category-list-container {
  grid-column: 1 / span 4;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 600px) {
  .category-list-container {
  	grid-column: 1 / span 8;
    margin-top: -20px;
  	grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 840px) {
  .category-list-container {
    grid-column: 1 / span 12;
	margin-top: -20px;
  	grid-template-columns: repeat(3, 1fr);
  }
}

.category-item {
  text-align: left;
  display: flex;
  text-decoration: none !important;
  outline: none !important;
	 margin-bottom: 33px;
	   border-bottom: 1px solid rgb(225, 225, 225);
}
@media only screen and (min-width: 600px) {
  .category-item {
	 margin-left: 26px;
	 margin-bottom: 27px;
	 border: 1px solid rgb(255, 255, 255);
  }
}


@media only screen and (min-width: 600px) {
  .category-item:hover {
    border-bottom: 0px;
	border-radius: 12px;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
	 margin-left: 26px;
	 margin-bottom: 27px;
  }
}

.category-item-text-content {
  margin: 0px 20px 15px 10px;
  display: contents;
}
@media only screen and (min-width: 600px) {
  .category-item-text-content {
  	display: block;
	    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 15px;
	margin-left: 15px;
    margin-bottom: auto;
  }
}

.category-item-title {
  color: rgb(16, 0, 79);
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .category-item-title {
    margin-left: 0px;
    padding-bottom: 0px;
  }
}

.category-item-info {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin-top: 10px;
}



.covit-category-item {
  margin: 24px -16px 0px -16px;

  border-radius: 12px;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);

  text-align: left;
  display: flex;
  text-decoration: none !important;
  outline: none !important;
}
@media only screen and (min-width: 600px) {
  .covit-category-item {
    margin: 36px 0px 0px 0px;

  }
}

.covit-category-item-text-content {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
	  margin: auto 15px;
}

.covit-category-item-title {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: bold;
}

.covit-link-more {

  text-align: center;
  color: rgb(12, 24, 238);
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .covit-link-more {
    text-align: left;
  }
}

.covit-main-category-icon{
  height: 64px !important;
  width: 64px !important;
  margin: 20px 0px auto 15px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 600px) {
.covit-main-category-icon{
  height: 96px !important;
  width: 96px !important;
}}


.important { 
background: rgb(128, 15, 113);
border-radius: 6px;
width: 214px;
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: bold;
letter-spacing: 0px;
text-align: center;
margin-bottom: -24px;
margin-left: 27px;
position: relative;
z-index: 2 !important;
width: max-content;
padding-left: 8px;
padding-right: 8px;
}

@media only screen and (max-width: 599px) {
    .important {
        display: none;
    }
}


.important_mobile_container {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 30px;
    text-align: right;
}

@media only screen and (min-width: 600px) {
    .important_mobile_container {
        display: none;
    }
}

.important_mobile {
 background: rgb(128, 15, 113);
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  margin-left: 7px;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
	overflow: auto;
}