/*
Global Page Views CSS
@package GlobalPageViews
*/

.widget_gpv_global_views_widget span {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.widget_gpv_global_views_widget span.counter-frame {
    display: inline-block;
    padding: 2px 4px;
    margin-right: 4px;
    min-width: 36px;
    border: 1px solid #f00;
    background: rgb(207, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(207, 0, 0, 1) 0%,
      rgba(255, 0, 0, 1) 50%,
      rgba(255, 78, 78, 1) 50%,
      rgba(255, 0, 0, 1) 100%
    );
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25) inset;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25) inset;
    -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25) inset;
    border-radius: 8px;
}