/* Mulch Calculator - Calculator-specific styles */

/* Shape fields visibility */
.shape-fields.hidden {
    display: none;
}

/* Results note styling */
.results-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 12px;
    font-style: italic;
}

/* Total cost highlight */
.total-cost {
    font-weight: 700;
    color: #059669;
}
