.ycacct-social {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    margin:14px 0 2px;
}

.ycacct-social > span {
    width:100%;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#738078;
    font-size:12px;
    font-weight:800;
    line-height:1.4;
    text-align:center;
}

.ycacct-social > span::before,
.ycacct-social > span::after {
    content:"";
    flex:1 1 30px;
    min-width:20px;
    height:1px;
    background:#dfe7e1;
}

.ycacct-social > div {
    width:max-content;
    max-width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:8px;
    background-color:#fff;
}

.ycacct-social > div > *,
.ycacct-social iframe {
    max-width:100%;
}

.ycacct.google-loading .ycacct-social {
    opacity:.65;
    pointer-events:none;
}


/* =========================
   Mobile Adjustments
========================= */

@media only screen and (max-width:480px) {
    .ycacct-social {
        gap:10px;
        margin-top:12px;
    }

    .ycacct-social > span {
        gap:9px;
        font-size:11px;
    }

    .ycacct-social > div {
        min-height:40px;
    }
}

@media only screen and (max-width:340px) {
    .ycacct-social > span {
        gap:7px;
        font-size:10.5px;
    }

    .ycacct-social > span::before,
    .ycacct-social > span::after {
        min-width:14px;
    }
}