.widget_tag_cloud {
padding: 1.2em;
font-size: 85%;
}
.widget_tag_cloud h1 {
text-align: center;
}
.widget_tag_cloud ol.list {
list-style: decimal inside;
margin: 0;
padding: 0;
}
.widget_tag_cloud .combinedtagcloud {
text-align: center;
padding: 0.4em;
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
-webkit-box-shadow: 0 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
}
.widget_tag_cloud .combinedtagcloud a {
display: inline-block;
position: relative;
letter-spacing: -0.04em;
text-decoration: none;
vertical-align: middle;
margin: 0 0.2em 0.02em 0;
padding: 0.3em 0.4em 0.4em;
line-height: 1;
}
.widget_tag_cloud .combinedtagcloud a.smaller {
letter-spacing: 0;
}
.widget_tag_cloud .combinedtagcloud a.larger {
padding: 0.2em 0.4em 0.3em;
}
.widget_tag_cloud .combinedtagcloud li {
margin: 0;
padding: 0;
}
.widget_tag_cloud .combinedtagcloud.boxes a {
-webkit-border-radius: 0.4em;
-moz-border-radius: 0.4em;
border-radius: 0.4em;
margin: 0 0.4em 0.3em 0;
padding: 0.25em 0.4em;
line-height: 0.8;
text-shadow: 0 0 0.1em solid rgba(255, 255, 255, 0.6);
border: 0.1em solid rgba(255, 255, 255, 0.2);
-webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
}
.widget_tag_cloud .combinedtagcloud.boxes a:hover {
text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3);
border: 0.1em solid rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6) inset;
-moz-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6) inset;
box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6) inset;
}
.widget_tag_cloud .combinedtagcloud.boxes a.smaller {
padding: 0.4em 0.6em;
}
.widget_tag_cloud .combinedtagcloud .lower {
text-transform: lowercase;
}
.widget_tag_cloud .combinedtagcloud .upper {
text-transform: uppercase;
}.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%;
}
}