.panel-social {
    margin-bottom: 30px;
}

.panel-social .top-row {
    position: relative;
}

.panel-social .top-row .inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.panel-social .hash-col {
    position: relative;
    padding: 26px var(--space-4) 26px 90px;
    margin-bottom: 17px;
}

.panel-social :is(.top-row, .hash-col)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-image: url('/includes/public/assets/shared/pat-ugc.svg');
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
}

.panel-social.red-pattern :is(.top-row, .hash-col)::before {
    background-image: url('/includes/public/assets/shared/pat-ugc-red.svg');
}

.panel-social .top-row::before {
    display: none;
    width: 327px;
    background-size: auto 326px;
    background-position: right center;
}

.panel-social .hash-col::before {
    width: 82px;
    background-size: 200% auto;
    background-position: right top;
}

.panel-social .hash-col > * {
    position: relative;
    z-index: 2;
}

.panel-social .hashtag {
    margin-bottom: 2px;
}

.panel-social .hash-start {
    font-size: 33px;
}

.panel-social .hash-end {
    font-size: 84px;
}

.panel-social .profile-link {
    display: inline-block;
    margin-left: 25px;
    font-family: var(--font-display);
    font-weight: var(--font-weight-bold);
    font-size: var(--text-lg);
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #153758;
    text-decoration: none !important;
}

.panel-social .content-col {
    padding: 0 var(--space-4);
    margin-bottom: var(--space-3);
}

.panel-social .content-col p {
    line-height: 1.75;
    letter-spacing: 0;
}

.panel-social .content-col > *:last-child {
    margin-bottom: 0;
}

.panel-social .custom-embed {
    max-width: none;
}

@media (min-width: 64em) {
    .panel-social {
        margin-bottom: 104px;
    }

    .panel-social .top-row {
        padding: 14px 0 14px 337px;
        margin-bottom: 2px;
    }

    .panel-social .top-row::before {
        display: block;
    }

    .panel-social .hash-col::before {
        display:none;
    }

    .panel-social .top-row .inner {
        display: grid;
        grid-template: auto / 1fr 1fr;
        align-items: center;
        gap: var(--space-5);
    }

    .panel-social .hash-col,
    .panel-social .content-col {
        padding: 0;
        margin: 0;
    }

    .panel-social .hash-start {
        font-size: 49px;
    }
    
    .panel-social .hash-end {
        font-size: 126px;
    }

    .panel-social .profile-link {
        font-size: 21px;
    }

    .panel-social .content-col p {
        font-size: 17px;
        line-height: 2.12;
    }
}

@media (min-width: 90em) {
    .panel-social .top-row {
        padding: 73px 0 117px 337px;
    }

    .panel-social .top-row .inner {
        grid-template: auto / minmax(348px, auto) 1fr;
        gap: 25px;
        margin: 0 0 0 34px;
    }

    .panel-social .hash-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .panel-social .hash-start {
        margin-top: 14px;
    }

    .panel-social .profile-link {
        align-self: flex-end;
        margin: 0;
    }

    .panel-social .content-col {
        padding: 9px 0;
    }
}