/* requer dropdown santstyle em widget.css */
.header-contact__content {padding: 12px; background: #fff; border: 1px solid #eee; box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1); border-radius: 4px;}
.header-contact__item:not(:last-child) {border-bottom: 1px solid #eee;}
.header-contact__item-label {font-weight: 500; color: var(--text);}
.header-contact__item-info {font-size: 12px; color: var(--text);}
.header-contact__item i {color: var(--primary); font-size: 16px;}
.header-contact__content:after {content: ''; width: 100%; height: 5px; background: var(--primary); bottom: 0; position: absolute; left: 0; border-radius: 0 0 4px 4px;}