.cvr_spots_single {
  /* width: calc(33% - 25px);
  max-width: 300px; */
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: black;
  box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.05);
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .cvr_spots_single {
    width: 100%;
    max-width: 100%;
  }
}

.cvr_spot_featured_img {
  display: block;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cvr_content_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 25px;
}

.cvr_body .cvr_spot_title h3 {
  color: #463c68;
  font-size: 1.2rem;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 800;
}

.cvr_spot_cat {
  line-height: 1.2em;
}

.cvr_body .cvr_spot_cat a {
  padding: 2px 5px;
  font-size: .75rem;
  border-radius: 3px;
  color: #463c68;
  /* background-color: #edf2f9; */
  font-weight: 600;
  border: 1px solid #edf2f9;
}

.cvr_spot_loc {
  display: flex;
  align-content: center;
  margin-top: auto;
  line-height: 1em;
}

.cvr_spot_loc:before {
  content: '';
  color: var(--cyan);
  margin-right: 5px;
  background-image: url(../Images/icon-map-pin.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  margin-top: 3px;
}

.cvr_body .cvr_spot_loc a {
  color: #463c68;
  font-size: .875rem;
  font-weight: 600;
  font-family: var(--font-primary);
  letter-spacing: .5px;
}

.cvr_home__main .cvr_btn__o_black {
  text-align: center;
}

/* Dashboard Menu */
#adminmenu .wp-menu-image img {
  padding: 6px;
  opacity: 1;
  width: 18px;
}