/* @override http://localhost:8888/development/tallacmans_tasty_templates/packages/tallacmans_tasty_templates/blocks/feature/templates/better_hover_description/view.css?ccm_nocache=c2f810f838c393a212b03734e81cad1b159e6ccc */
div.ccm-better-block-feature-item-hover-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
div.ccm-better-block-feature-item-hover-wrapper i {
  color: #333;
}
div.ccm-better-block-feature-item-hover-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid silver;
  font-size: 2.4em;
}
p.tbbf-para {
  position: absolute;
  top: 100%;
  z-index: 22;
  padding: 1em;
  background-color: white;
  box-shadow: 2px 4px 12px -3px #aaa;
  border: 1px solid silver;
  display: none;
  color: #333;
}
p.tbbf-para a {
  color: #333;
}
div.ccm-better-block-feature-item-hover-wrapper:hover p.tbbf-para {
  display: block;
}
div.ccm-better-block-feature-item-hover div.ccm-better-block-feature-item-hover-icon {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  div.ccm-better-block-feature-item-hover-icon {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  div.ccm-better-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-better-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-better-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
