/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.visitor-counter-block{background:#f8f9fa;border-radius:8px;padding:20px;margin:20px 0;border-left:4px solid #007bff;}.counter-stats{display:flex;gap:20px;flex-wrap:wrap;}.stat-box{display:flex;align-items:center;gap:12px;padding:15px;background:#ffffff;border-radius:6px;flex:1;min-width:200px;box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease;}.stat-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1);}.stat-icon{font-size:32px;color:#007bff;}.stat-total .stat-icon{color:#28a745;}.stat-today .stat-icon{color:#fd7e14;}.stat-content{display:flex;flex-direction:column;}.stat-value{font-size:28px;font-weight:700;color:#212529;line-height:1;margin-bottom:4px;}.stat-label{font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:0.5px;font-weight:600;}@media (max-width:768px){.counter-stats{flex-direction:column;}.stat-box{min-width:100%;}}
