/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.model-socials_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.model-socials_wrapper div {
    display: inline-block;
    margin-right: 15px;
}

.model-socials_wrapper div:last-of-type {
    margin-right: 0;
}

.model-socials_wrapper div a {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.model-social-link:hover {
    filter: invert(38%) sepia(1%) saturate(0%) hue-rotate(169deg) brightness(99%) contrast(84%);
}