/* Promo Site Stats - Styles */

/* Line style */
.hpc-stats {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 1.4em 0 1.8em;
    padding: 10px 15px;
}

.hpc-stats strong {
    color: #111;
}

/* Card style */
.hpc-summary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    font-size: 15px;
}

.hpc-summary-item {
    color: #444;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 6px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

a.hpc-summary-item,
a.hpc-summary-item:link,
a.hpc-summary-item:visited,
a.hpc-summary-item:hover,
a.hpc-summary-item:active,
a.hpc-summary-item:focus {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a.hpc-summary-item {
    transition: background-color 0.2s ease;
}

a.hpc-summary-item:hover,
a.hpc-summary-item:active,
a.hpc-summary-item:focus {
    background-color: #eeeeee;
    outline: none;
}

.hpc-summary-date {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-top: 4px;
}

.pss-icon {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 6px;
}

