.av-conversation-strip {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 4px;
}

.av-conv-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #752776;
}

.av-conv-count i {
    font-size: 18px;
    color: #752776;
}

.av-conv-empty {
    opacity: 0.7;
}

.av-conv-excerpt {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    font-style: italic;
}

.av-conv-author {
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.av-conv-nudge {
    font-size: 11.5px;
    margin-top: 2px;
}

.av-conv-more {
    color: rgba(255, 255, 255, 0.55);
}

.av-conv-login {
    color: #752776;
    text-decoration: none;
    font-style: italic;
}

.av-conv-login:hover {
    text-decoration: underline;
}

/* ---------- Go Deeper Panel ------------ */

.av-go-deeper {
    margin: 4em 0 1em;
    border-radius: 2em;
	background: #fc72d2;
    padding: 1em;
	/*border-color: #752776 !important;
	border-width: 3px !important;*/
}

.av-go-deeper-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.av-go-deeper-icon {
    font-size: 1.2em;
    color: #752776;
    flex-shrink: 0;
    margin-top: 2px;
}

.av-go-deeper-heading {
    font-size: .8em;
    font-weight: 700;
    color: #752776 !important;
    margin: 0 0 2px;
}

.av-go-deeper-topic {
    font-size: .8em;
    color: #ffffff;
    margin: 0 0 4px;
    font-style: italic;
}

.av-go-deeper-count {
    font-size: .6em;
    color: #ffffff;
    margin: 0 0 8px;
}

.av-go-deeper-btn {
    color: #752776;
    font-weight: 700;
    font-size: .8em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0px;
    text-decoration: none;
}

.av-go-deeper-btn:hover {
    color: #fc72d2;
}

.av-go-deeper-nudge {
    font-size: .6em;
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-style: italic;
}

.av-go-deeper-nudge a {
    color: #ffffff;
    text-decoration: underline;
}

