/* ==========================================================================
   Dashboard Page Styles
   ========================================================================== */

/* Dashboard mini standing emblem */
.dashboard-emblem {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}

/* Finance Canvas */
.finance-canvas {
    width: 100%;
    aspect-ratio: 3/1;
}

/* Action Card Badge */
.action-card-badge {
    width: 20px;
    padding: 0;
    height: 20px;
    line-height: 22px;
    border: none;
    position: absolute;
    transform: translate(0px, -14px);
    font-size: 10px;
}

/* Sponsor Sprite */
.sponsor-sprite {
    background-size: 1536px 1024px;
    max-width: 100%;
    border-radius: 0;
}

/* News Item */
.news-image-col {
    background: linear-gradient(135deg, #dedede 0%, #f3f3f3 100%);
    border-radius: 8px;
}

.news-text {
    font-size: 0.9em;
}

/* Finances Header */
.finances-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Balance Chart Containers */
.balance-chart-container {
    position: relative;
    height: 400px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.mini-balance-chart-container {
    position: relative;
    height: 180px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

/* Progress Bar */
.progress--custom {
    height: 22px;
    min-width: 60px;
}

/* Card Claim Title (initially hidden) */
.card-claim-title--hidden {
    display: none;
}
