/**
 * Beyond 'Biz' Experience - Donor Tiers Frontend Styling
 * !important used throughout for the same reason as Form Builder's CSS —
 * Elementor's own global styles are otherwise aggressive on this theme.
 */

/* ---------- Card Grid mode ---------- */
.bbe-dt-card-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
}

.bbe-dt-tier-card {
    flex: 1 1 220px !important;
    max-width: 280px !important;
    background: #ffffff !important;
    border-top: 6px solid #e07856 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    padding: 20px !important;
    text-align: center !important;
}

.bbe-dt-tier-icon {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    margin: 0 auto 12px !important;
}

.bbe-dt-tier-name {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.bbe-dt-tier-desc {
    margin: 0 0 14px !important;
    font-size: 14px !important;
    color: #5a6b70 !important;
}

.bbe-dt-donor-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid #eee !important;
    font-size: 14px !important;
    text-align: left !important;
}
.bbe-dt-donor-list li {
    padding: 3px 0 !important;
}

/* ---------- Themed Graphic mode ---------- */
.bbe-dt-tree-wrap {
    position: relative !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

.bbe-dt-tree-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.bbe-dt-leaf {
    position: absolute !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
    transform: translate(-50%, -50%) !important;
    cursor: default !important;
}