<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* block.css */
div.notice-box {
   border: 1px LightSkyBlue solid;
   border-left-width: 5px;
   padding: 10px 15px;
   margin: 30px;
}

div.notice-box.notice-success {
  border-color: MediumSpringGreen ;
}

div.notice-box.notice-danger{
   border-color: LightCoral ;
}

div.notice-box h4 {
   font-size: 18px;
   margin:0 0 10px 0;
}
div.notice-box p {
   font-size: 16px;
   line-height: 24px;
   margin:0;
}

.wp-statistics-widget {
   background-color: #fff;
   border: 0;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
   border-radius: 2px;
   margin-bottom: 3rem;
}

.wp-statistics-widget::before {
   content: attr(data-block-name);
   display: flex;
   margin: 0 0 4px;
   line-height: 1.5;
   padding: 12px 15px;
   font-size: 16px;
   border-bottom: 1px solid #E7E7E7;
   font-weight: 600;
}

.wp-statistics-widget__main {
   padding: 10px 15px 15px;
}

.wp-statistics-widget__table {
   overflow-x: auto;
   width: 100%;
}

.wp-statistics-widget table {
   font-size: 16px;
   border: 0;
   border-collapse: collapse;
   margin: 0;
}

.wp-statistics-widget table th {
   font-size: 16px;
   font-weight: bold;
   text-align: left;
   padding: 10px;
   border: none;
   word-break: keep-all;
}

.wp-statistics-widget table td {
   font-size: 16px;
   font-weight: 400;
   padding: 8px 10px;
   border: none;
   word-break: keep-all;
   background-color: #fff;
}

.wp-statistics-widget table tr:nth-child(even) td, .wp-statistics-widget table tr:nth-child(even) th {
   background-color: #fbfbfb;
}

.wp-statistics-widget table tr:nth-child(odd) td {
   background-color: #fff;
}

.wp-statistics-widget table tr:nth-child(odd) th {
   background-color: #fff;
}
.wp-statistics-widget table thead tr:nth-child(odd) th {
   background-color: #fbfbfb;
}

.wp-statistics-widget--online-users p {
   font-size: 18px;
}

.wp-statistics-widget img {
   width: auto;
   display: inline-block;
}
</pre></body></html>