.pod-tree-overview {
    background: #f8f8f8;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
    padding: 18px 24px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.pod-tree-tab-content { display: none; }
.pod-tree-tab-content.active { display: block; }
.pod-tree-tab-content h2 {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 0;
}
.meta-key:contains("_wc_other/pod-tree/plant-tree"),
.meta-key:contains("pod-tree/plant-tree") {
    display: none !important;
}
.meta-key:contains("_wc_other/pod-tree/plant-tree") + .meta-value,
.meta-key:contains("pod-tree/plant-tree") + .meta-value {
    display: none !important;
}
.podtree-wrap {
    max-width: 900px;
}
.podtree-flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.podtree-header {
    margin-bottom: 0;
}
.podtree-version {
    font-size: 1em;
    color: #2271b1;
    font-weight: 600;
}
.podtree-shortcode-options {
    background: #f6f8fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 8px;
    font-size: 13px;
}
.podtree-shortcode-list {
    margin: 8px 0 0 18px;
    padding: 0;
    list-style: disc;
}
.podtree-margin-bottom {
    margin-bottom: 10px;
}
.podtree-margin-top {
    margin-top: 8px;
}
.podtree-label-flex {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}
.podtree-checkbox-margin {
    margin-right: 6px;
}
.podtree-api-call {
    margin: 0;
}
.podtree-tree-not-selected {
    color: #888;
    margin: 0;
    font-size: 13px;
}
.podtree-order-data-margin-top {
    margin-top: 20px;
}
.podtree-kpi-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.podtree-kpi-card {
    flex: 1;
    min-width: 180px;
    max-width: 400px;
    background: #f9f9f9;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.podtree-kpi-number {
    font-size: 2em;
    font-weight: bold;
    color: #2271b1;
    margin-bottom: 5px;
}
.podtree-kpi-label {
    font-size: 0.9em;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pod-tree-shop-notice {
    margin: 30px 0 0 0;
    padding: 18px 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
}
.pod-tree-email-message {
    margin: 20px 0;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
} 