/* Counter Block Frontend Styles */

.fireweed-counter-block {
    display: block;
    line-height: 1;
}

/* Counter number display */
.fireweed-counter-prefix,
.fireweed-counter-number,
.fireweed-counter-suffix {
    display: inline;
}


/* Block alignment - positions the block in its container */
.fireweed-counter-block.alignleft {
    float: left;
    margin-right: 1em;
}

.fireweed-counter-block.alignright {
    float: right;
    margin-left: 1em;
}

.fireweed-counter-block.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

/* Donut Chart Styles */
.fireweed-counter-block.has-donut-chart {
    position: relative;
    display: inline-block;
}

.fireweed-counter-block.has-donut-chart.has-text-align-center {
    display: block;
}

.fireweed-counter-block.has-donut-chart.has-text-align-center .fireweed-donut-chart,
.fireweed-counter-block.has-donut-chart.has-text-align-center .fireweed-counter-content {
    margin-left: auto;
    margin-right: auto;
}

.fireweed-donut-chart {
    display: block;
    width: 150px;
    height: 150px;
}

.has-donut-chart .fireweed-counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.fireweed-donut-progress {
    transition: stroke-dashoffset 0.1s ease-out;
}
