.grb-wrap {
    border: 1px solid rgba(0,0,0,.16);
    padding: 10px 12px;
    background: #fff;
}

.grb-summary {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0,0,0,.10);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.grb {
    position: relative;
    min-height: 88px;
    overflow: hidden;
}

.grb-item {
    display: none;
    text-decoration: none !important;
    color: inherit !important;
    opacity: 0;
    transition: opacity .4s ease;
}

.grb-item.is-active {
    display: block;
    opacity: 1;
}

.grb-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.25;
}

.grb-stars {
    color: #fbbc04;
    letter-spacing: .7px;
    white-space: nowrap;
}

.grb-source {
    opacity: .62;
    white-space: nowrap;
}

.grb-text {
    display: -webkit-box;
    -webkit-line-clamp: var(--grb-lines, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13.5px;
    line-height: 1.38;
}

.grb-name {
    margin-top: 4px;
    font-size: 11.5px;
    opacity: .72;
}

.grb-item[href] {
    cursor: pointer;
}

.grb-item[href]:hover .grb-text,
.grb-item[href]:focus .grb-text {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.grb-overview {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(0,0,0,.10);
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 600;
}

.grb-overview a {
    display: block;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.grb-empty {
    border: 1px solid rgba(0,0,0,.16);
    padding: 10px 12px;
    font-size: 13px;
    opacity: .7;
}

@media (prefers-reduced-motion: reduce) {
    .grb-item {
        transition: none;
    }
}
