File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/stateblock/index.css
/* Statistics Block Editor Styles */
.wp-block-custom-statistics-block .statistics-block-wrapper {
max-width: 1200px;
margin: 0 auto;
border: 2px dashed #ddd;
}
.wp-block-custom-statistics-block .statistics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
align-items: start;
}
.wp-block-custom-statistics-block .stat-item {
text-align: center;
padding: 20px;
border: 1px solid #e1e5e9;
border-radius: 8px;
background: white;
position: relative;
}
.wp-block-custom-statistics-block .stats-icon {
margin: 0 auto 16px;
}
.wp-block-custom-statistics-block .stat-number {
font-weight: bold;
margin-bottom: 8px;
line-height: 1;
}
.wp-block-custom-statistics-block .stat-description {
line-height: 1.4;
max-width: 200px;
margin: 0 auto;
}
/* Editor-specific styles */
.wp-block-custom-statistics-block .components-button {
margin-top: 20px;
}
.wp-block-custom-statistics-block .components-panel__body {
border-bottom: 1px solid #e2e4e7;
}
.wp-block-custom-statistics-block .components-color-palette {
margin-top: 8px;
}
/* Responsive Design for Editor */
@media (max-width: 768px) {
.wp-block-custom-statistics-block .statistics-grid {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.wp-block-custom-statistics-block .statistics-block-wrapper {
padding: 30px 15px;
}
}
@media (max-width: 480px) {
.wp-block-custom-statistics-block .statistics-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.wp-block-custom-statistics-block .statistics-block-wrapper {
padding: 25px 15px;
}
}