.plug-dev-top--card {
    border: 2px solid rgba(118, 74, 188, 0.2);
    border-radius: 8px;
    background-color: #491d90;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-family: 'Proxima Nova', sans-serif;
    display:flex;
    gap: 1rem;
    cursor: pointer;
}

.plug-dev-top--logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.plug-dev-top--blurb {
    h2 {
        font-weight: 800;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        width: 70%;
        margin: 0 0 5px 0;
    }

    h3 {
        font-weight: 900;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.1em;
        color: #fff;
        opacity: 0.5;
        white-space: nowrap;
        margin: 0;
    }
}

.plug-dev-top--cta {
    background-color: #fff;
    color: #764abc;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Proxima Nova', sans-serif;
    text-decoration: none;
    width: 25%;
    text-align: center;

    &:hover {
        text-decoration: none;
        color: #a58ec8;
    }
}

.plug-dev-top--asset {
    position: relative;
    height: 400px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 30px;

    &.lr-hidden {
        height: 0;
        margin: 0;
    }
}

@media (width < 889px) {
    .plug-dev-top {
        display: none;
    }
}
