.dw-grs {
--dw-grs-card-bg: #ffffff;
--dw-grs-card-border: #e2e0db;
--dw-grs-radius: 6px;
--dw-grs-pad: 28px;
--dw-grs-star: #f2a900;
--dw-grs-star-off: #dcd9d2;
--dw-grs-text: inherit;
--dw-grs-muted: #6d6b66;
--dw-grs-accent: currentColor;
--dw-grs-lines: 6;
--dw-grs-border-width: 1px;
--dw-grs-shadow: none;
--dw-grs-shadow-space: 0px;
--dw-grs-line-height: 1.6;
position: relative;
color: var(--dw-grs-text);
}
.dw-grs *,
.dw-grs *::before,
.dw-grs *::after {
box-sizing: border-box;
} .dw-grs-summary {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px 16px;
margin: 0 0 28px;
}
.dw-grs-summary__logo {
width: 32px;
height: 32px;
flex: none;
}
.dw-grs-summary__value {
font-size: 2.5em;
font-weight: 700;
line-height: 1;
letter-spacing: -0.02em;
font-variant-numeric: tabular-nums;
}
.dw-grs-summary__meta {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.dw-grs-summary__name {
font-weight: 600;
line-height: 1.3;
}
.dw-grs-summary__line {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 10px;
}
.dw-grs-summary__count {
font-size: 0.875em;
color: var(--dw-grs-muted);
}
.dw-grs-summary__cta {
margin-left: auto;
font-size: 0.9375em;
font-weight: 600;
color: var(--dw-grs-accent);
text-decoration: underline;
text-underline-offset: 3px;
}
.dw-grs-summary__ctas {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 14px;
margin-left: auto;
font-size: 0.9375em;
}
.dw-grs-summary--cta-only .dw-grs-summary__cta,
.dw-grs-summary--cta-only .dw-grs-summary__ctas {
margin-left: 0;
}
.dw-grs-summary__ctas-label {
color: var(--dw-grs-muted);
}
.dw-grs-summary__ctas .dw-grs-summary__cta {
margin-left: 0;
} .dw-grs-stars {
display: inline-flex;
gap: 2px;
line-height: 0;
transform: none !important;
}
.dw-grs-star {
width: 17px;
height: 17px;
fill: var(--dw-grs-star-off);
}
.dw-grs-star.is-on {
fill: var(--dw-grs-star);
} .dw-grs .owl-stage {
display: flex;
}
.dw-grs .owl-item {
display: flex;
} .dw-grs-card {
display: flex;
flex-direction: column;
width: 100%;
padding: var(--dw-grs-pad);
background: var(--dw-grs-card-bg);
border: var(--dw-grs-border-width) solid var(--dw-grs-card-border);
border-radius: var(--dw-grs-radius);
box-shadow: var(--dw-grs-shadow);
}
.dw-grs-card__top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 16px;
}
.dw-grs-card__date {
font-size: 0.8125em;
color: var(--dw-grs-muted);
white-space: nowrap;
}
.dw-grs-card__text {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: var(--dw-grs-lines);
line-clamp: var(--dw-grs-lines);
overflow: hidden;
font-size: var(--dw-grs-text-size, inherit);
line-height: var(--dw-grs-line-height);
overflow-wrap: anywhere;
}
.dw-grs-card.is-expanded .dw-grs-card__text {
display: block;
-webkit-line-clamp: unset;
line-clamp: unset;
overflow: visible;
}
.dw-grs-card__more {
align-self: flex-start;
margin: 10px 0 0;
padding: 0;
background: none;
border: 0;
border-radius: 0;
box-shadow: none;
color: var(--dw-grs-accent);
font: inherit;
font-size: 0.875em;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
}
.dw-grs-card__more:hover,
.dw-grs-card__more:focus {
background: none;
color: var(--dw-grs-accent);
}
.dw-grs-card__more[hidden] {
display: none;
}
.dw-grs-card__author {
display: flex;
align-items: center;
gap: 12px;
margin-top: auto;
padding-top: 22px;
}
.dw-grs-card__avatar {
position: relative;
display: grid;
place-items: center;
flex: none;
width: 40px;
height: 40px;
overflow: hidden;
border-radius: 50%;
background: var(--dw-grs-card-border);
color: var(--dw-grs-muted);
font-weight: 600;
line-height: 1;
transform: none !important;
}
.dw-grs .dw-grs-card__avatar img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
}
.dw-grs-card__who {
display: flex;
flex-direction: column;
min-width: 0;
}
.dw-grs-card__name {
overflow: hidden;
font-size: var(--dw-grs-name-size, inherit);
font-weight: 600;
line-height: 1.3;
color: inherit;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
a.dw-grs-card__name:hover {
text-decoration: underline;
text-underline-offset: 3px;
}
.dw-grs-card__source {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.8125em;
color: var(--dw-grs-muted);
}
.dw-grs-card__g {
width: 13px;
height: 13px;
} .dw-grs .owl-carousel.owl-loaded {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px 16px;
} .dw-grs .owl-carousel .owl-stage-outer {
flex: 0 0 100%;
max-width: 100%;
padding-block: var(--dw-grs-shadow-space);
margin-block: calc(var(--dw-grs-shadow-space) * -1);
}
.dw-grs .owl-carousel .owl-dots {
order: 2;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 auto 0 0;
}
.dw-grs .owl-carousel .owl-nav {
order: 3;
display: flex;
gap: 8px;
margin: 0 0 0 auto;
}
.dw-grs .owl-carousel .owl-nav.disabled,
.dw-grs .owl-carousel .owl-dots.disabled {
display: none;
}
.dw-grs .owl-carousel .owl-dot {
display: block;
padding: 6px 0 !important;
background: none !important;
border: 0 !important;
}
.dw-grs .owl-carousel .owl-dot span {
display: block;
width: 8px;
height: 8px;
border-radius: 4px;
background: var(--dw-grs-card-border);
transition: width 0.25s ease, background-color 0.25s ease;
}
.dw-grs .owl-carousel .owl-dot.active span {
width: 8px;
background: var(--dw-grs-accent);
transform: none !important;
}
.dw-grs .owl-carousel .owl-nav button.owl-prev,
.dw-grs .owl-carousel .owl-nav button.owl-next {
display: grid;
place-items: center;
width: 44px;
height: 44px;
margin: 0;
padding: 0 !important;
border: 1px solid var(--dw-grs-card-border) !important;
border-radius: 50%;
background: var(--dw-grs-card-bg) !important;
color: var(--dw-grs-accent) !important;
cursor: pointer;
}
.dw-grs .owl-carousel .owl-nav button.owl-prev:hover,
.dw-grs .owl-carousel .owl-nav button.owl-next:hover {
border-color: var(--dw-grs-accent) !important;
}
.dw-grs .owl-carousel .owl-nav button.disabled {
opacity: 0.35;
cursor: default;
}
.dw-grs .owl-carousel .owl-nav svg {
width: 18px;
height: 18px;
}
.dw-grs .owl-carousel button:focus-visible,
.dw-grs-card__more:focus-visible,
.dw-grs a:focus-visible {
outline: 2px solid var(--dw-grs-accent);
outline-offset: 3px;
} .dw-grs--nav-bottom-center .owl-carousel.owl-loaded {
justify-content: center;
}
.dw-grs--nav-bottom-center .owl-carousel .owl-nav:not(.disabled) {
display: contents;
}
.dw-grs--nav-bottom-center .owl-carousel .owl-nav button.owl-prev {
order: 2;
}
.dw-grs--nav-bottom-center .owl-carousel .owl-dots {
order: 3;
margin: 0 8px;
}
.dw-grs--nav-bottom-center .owl-carousel .owl-nav button.owl-next {
order: 4;
} .dw-grs--nav-sides {
--dw-grs-nav-offset: -22px;
}
.dw-grs--nav-sides .owl-carousel.owl-loaded {
position: relative;
}
.dw-grs--nav-sides .owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: var(--dw-grs-nav-offset);
right: var(--dw-grs-nav-offset);
z-index: 2;
display: flex;
justify-content: space-between;
height: 0;
margin: 0;
pointer-events: none;
}
.dw-grs--nav-sides .owl-carousel .owl-nav button.owl-prev,
.dw-grs--nav-sides .owl-carousel .owl-nav button.owl-next {
transform: translateY(-50%);
pointer-events: auto;
}
.dw-grs--nav-sides .owl-carousel .owl-nav button.disabled {
opacity: 0;
pointer-events: none;
}
.dw-grs--nav-sides .owl-carousel .owl-dots {
margin: 0 auto;
}
@media (max-width: 767px) {
.dw-grs--nav-sides {
--dw-grs-nav-offset: 6px;
}
} .dw-grs--static .dw-grs__carousel {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 24px;
} .dw-grs-empty {
padding: 16px;
border: 1px dashed #c9c5bc;
font-size: 0.875em;
}
@media (max-width: 600px) {
.dw-grs {
--dw-grs-pad: 22px;
}
.dw-grs-summary__cta,
.dw-grs-summary__ctas {
margin-left: 0;
flex-basis: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.dw-grs .owl-carousel .owl-dot span {
transition: none;
}
}