/****************************
 * Social media
****************************/
.social-buttons ul {display:flex; margin:0; list-style:none;}
.social-buttons ul > li {padding:0;}
.social-buttons ul > li:not(:last-child) {margin:0 30px 0 0;}
.social-buttons ul > li > a {text-decoration:none; color:var(--twc-color-text);}
.social-buttons ul > li > a:hover, .social-buttons ul > li > a:focus {text-decoration:none; color:var(--twc-color-primary);}

/* Text */
.social-buttons.text ul {flex-wrap:wrap;}
.social-buttons.text ul li {width:100%;}
.social-buttons.text ul li:not(:last-child) {margin:0 0 5px;}
