.wc-block-components-checkbox.pod-tree-plant-tree {
    margin: 1em 0;
    padding: 1em;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.wc-block-components-checkbox.pod-tree-plant-tree .wc-block-components-checkbox__label {
    font-size: 1em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.wc-block-components-checkbox.pod-tree-plant-tree .wc-block-components-checkbox__input {
    margin-right: 0.5em;
    width: 1.2em;
    height: 1.2em;
}

.pod-tree-shortcode-container {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.pod-tree-message p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pod-tree-stats {
    display: flex;
    margin-top: 10px;
    gap: 15px;
}

.pod-tree-stats-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}

.pod-tree-stats-vertical {
    flex-direction: column;
}

.pod-tree-stat-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    min-width: 80px;
    text-align: center;
}

.pod-tree-stats-horizontal .pod-tree-stat-item {
    flex: 1;
}

.pod-tree-stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #2271b1;
}

.pod-tree-stat-label {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
} 