/* Creator profile page */

/* Cap the bio and description so they don't push the buttons off the screen */
.scroll-box {
    max-height: 25vh;
    overflow-y: auto;
}

.price-badge {
    font-size: 14px;
}

/* Hold each chart's room open so the card doesn't collapse before Chart.js draws */
.likes-chart {
    min-height: 22rem;
}

.post-chart {
    min-height: 20rem;
}

.pricing-chart {
    min-height: 25rem;
}

.banner-blur {
    filter: blur(8px);
}

/* Fixed height so the detail card doesn't jump between promotions */
.promo-message-box {
    height: 10rem;
}
