
/* MyGreed footer link — isolated addition only */
.sgd-mygreed-link-row{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:24px;
    margin-top:42px;
    padding-top:34px;
    padding-bottom:34px;
    border-top:1px solid rgba(200,164,110,.12);
}

.sgd-mygreed-link-label{
    margin:0;
    color:#c8a46e;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:.16em;
    line-height:1.4;
    text-transform:uppercase;
    white-space:nowrap;
}

.sgd-mygreed-link{
    display:inline-flex;
    align-items:center;
    gap:16px;
    min-height:68px;
    padding:10px 20px 10px 16px;
    border:1px solid rgba(200,164,110,.48);
    border-radius:999px;
    background:#0b0b0c;
    color:#f3eee5;
    text-decoration:none;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
    transition:border-color .25s ease,background-color .25s ease,transform .25s ease;
}

.sgd-mygreed-link:hover{
    border-color:rgba(200,164,110,.78);
    background:#101011;
    transform:translateY(-1px);
}

.sgd-mygreed-link-logo{
    display:block;
    width:38px;
    height:48px;
    object-fit:contain;
    flex:0 0 auto;
}

.sgd-mygreed-link-divider{
    width:1px;
    height:34px;
    background:rgba(200,164,110,.28);
    flex:0 0 auto;
}

.sgd-mygreed-link-domain{
    color:#c8a46e;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:600;
    letter-spacing:.01em;
    line-height:1;
    white-space:nowrap;
}

@media(max-width:900px){
    .sgd-mygreed-link-row{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:16px;
    }
}

@media(max-width:520px){
    .sgd-mygreed-link-row{
        align-items:flex-start;
        flex-direction:column;
    }
    .sgd-mygreed-link-label{
        white-space:normal;
    }
    .sgd-mygreed-link{
        min-height:62px;
        padding:8px 16px 8px 12px;
    }
    .sgd-mygreed-link-logo{
        width:34px;
        height:42px;
    }
    .sgd-mygreed-link-domain{
        font-size:17px;
    }
}


.sgd-mygreed-link-row + .footer-bottom{
    margin-top:0;
}


.site-footer .sgd-mygreed-link-row + .footer-bottom{
    margin-top:0 !important;
    padding-top:0 !important;
}

.site-footer .sgd-mygreed-link-row + .footer-bottom p{
    padding-top:24px;
}
