.widgets-grid-layout {
width: 100%;
}
.widgets-grid-layout::before,
.widgets-grid-layout::after {
content: " ";
display: table;
}
.widgets-grid-layout::after {
clear: both;
}
.widget-grid-view-image {
float: left;
max-width: 50%;
}
.widget-grid-view-image a {
display: block;
margin: 0 2px 4px 0;
}
.widget-grid-view-image:nth-child(even) {
float: right;
}
.widget-grid-view-image:nth-child(even) a {
margin: 0 0 4px 2px;
}
.widgets-grid-layout .widget-grid-view-image img {
max-width: 100%;
height: auto;
} .widgets-multi-column-grid ul {
overflow: hidden;
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-multi-column-grid ul li {
background: none;
clear: none;
float: left;
margin: 0 -5px -3px 0;
padding: 0 8px 6px 0;
border: none;
list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
background: none;
margin: 0;
padding: 0;
border: 0;
}
.widgets-multi-column-grid .avatar {
vertical-align: middle;
} .widgets-list-layout {
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-list-layout li::before,
.widgets-list-layout li::after {
content: "";
display: table;
}
.widgets-list-layout li::after {
clear: both;
}
.widgets-list-layout li {
zoom: 1;
margin-bottom: 1em;
list-style-type: none !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
float: left;
width: 21.276596%;
max-width: 40px;
height: auto;
}
.widgets-list-layout-links {
float: right;
width: 73.404255%;
}
.widgets-list-layout span {
opacity: 0.5;
}
.widgets-list-layout span:hover {
opacity: 0.8;
}.burst-statistics-wrapper {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} .burst-statistics-number {
font-size: 1.5rem;
font-weight: 600;
} .burst-statistics-text {
font-size: 1.125rem;
} .burst-statistics-custom-label {
font-size: 1.125rem;
} .burst-statistics-list {
list-style: none;
padding: 0;
margin: 1rem 0;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
}
.burst-statistics-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 1rem;
border-bottom: 1px solid #eee;
}
.burst-statistics-item:last-child {
border-bottom: none;
}
.burst-statistics-label {
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 70%;
}
.burst-statistics-value {
font-weight: 600;
} .burst-statistics-empty {
font-style: italic;
display: block;
padding: 0.5rem 0;
} .burst-statistics-error {
font-style: italic;
display: block;
padding: 0.5rem 0;
} .burst-posts-list {
list-style: none;
padding: 0;
margin: 1rem 0;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
}
.burst-posts-list__item {
padding: 0.75rem 1rem;
border-bottom: 1px solid #eee;
}
.burst-posts-list__item:last-child {
border-bottom: none;
}
.burst-posts-list__item a {
display: flex;
justify-content: space-between;
width: 100%;
}
.burst-post-count {
font-weight: 600;
}
.burst-posts-list__not-found {
font-style: italic;
padding: 0.5rem 0;
} @media (max-width: 768px) {
.burst-statistics-item {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
.burst-statistics-label {
max-width: 100%;
}
}