.elementor-387 .elementor-element.elementor-element-050fef6{margin-top:75px;margin-bottom:75px;}.elementor-387 .elementor-element.elementor-element-2c8feab .elementor-heading-title{color:#F50124;font-family:"Inconsolata", Sans-serif;font-weight:600;font-style:normal;text-decoration:none;}.elementor-387 .elementor-element.elementor-element-23eefe2{text-align:left;color:#000000;font-family:"Inconsolata", Sans-serif;font-size:18px;font-weight:400;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-387 .elementor-element.elementor-element-23eefe2{font-size:16px;}}@media(max-width:767px){.elementor-387 .elementor-element.elementor-element-23eefe2{font-size:14px;}}/* Start custom CSS for text-editor, class: .elementor-element-23eefe2 */.gift-ideas li {
    margin-bottom: 20px
}
.gift-ideas a {
    position: relative;
  text-decoration: none;
}

.gift-ideas a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  transition: transform 0.3s ease-out;
}

.gift-ideas a:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in;
}
.gift-ideas a:hover {
    color: #f50124;
}/* End custom CSS */