
div.social-media-directive-wrapper {
    width: 100%;
    margin-bottom: 12px;
}

.social-media-directive-wrapper .social-media-item {
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    width: calc(100% - 48px);
    outline: none;
    cursor: pointer;
    margin-right: 24px;
    margin-left: 24px;
    border-top: 1px solid;
}

.social-media-directive-wrapper .social-media-item .media-item-title {
    font-family: PathwayGothicOne;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.36px;
    line-height: 18px;
}

.social-media-directive-wrapper .social-media-item .image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.social-media-directive-wrapper .social-media-item .mask {
    -webkit-mask-size: 100% 100%;
}