/* Component {Tip with Icon Text} */
#reminder .icontexttip:not(:last-child){margin-bottom:15px;}
#reminder .icontexttip .tip__container{margin:0 auto; padding-top:0 !important; padding-bottom:0 !important;}
/* @media (min-width: 991.98px) { #reminder .icontexttip .tip__container{width:87%;} } */
#reminder .icontexttip .tip__body{display:flex !important; padding-top:0 !important; padding-bottom:0 !important; border-radius:10px; background-color:#DCF9F0
 !important; border:1px solid #eee; box-shadow:0px 8px 20px 0px #ddd; overflow:hidden;}
#reminder .icontexttip .tip__visual{display:flex; justify-content:center; align-items:center; margin-right:30px; border-top-right-radius:10px; /* border-bottom-right-radius:12px; */ background-color:#049FB9;}
#reminder .icontexttip .tip__visual .tip__icon{width:35px !important;}
#reminder .icontexttip :is(.tip__content, .tip__content *){color:#000;}
#reminder .icontexttip .tip__content a{word-break:break-word;}
#reminder .icontexttip :is(.tip__content a:hover, .tip__content a:hover *){color:#E2002C;}
#reminder .icontexttip .tip__content{padding-top:15px; padding-bottom:15px;}
#reminder .icontexttip .tip__content .title{text-transform:none;}
#reminder .icontexttip .cmp-title__text h5, #reminder .icontexttip .cmp-title__text h5 *{color:#04454b; font-size:20px !important;}
#reminder .icontexttip .copy.copy--small p:not(.dynamic-page-details__list--data){margin-bottom:16px !important;}
#reminder .icontexttip .copy.copy--small p:last-child{margin-bottom: 0 !important;}

@media (max-width: 767.98px) {
   /* Component {Tip with Icon Text} */
   #reminder .icontexttip .tip__visual{position:relative !important; margin-right:15px; height:auto !important; right:auto !important; top:auto !important; flex: 0 0 12%; border-top-right-radius:8px;}
   #reminder .icontexttip .tip__body{border-radius:8px;}
   #reminder .icontexttip .tip__body .tip__visual .tip__icon{width:26px !important;}
   #reminder .icontexttip .tip__body .tip__content{padding-left:0 !important;}
   #reminder .icontexttip .cmp-title__text h5, #reminder .icontexttip .cmp-title__text h5 *{font-size:17px !important;}
}