/* Override prizefund plugin for GLHF Gaming theme integration */

.prizefund-page {
    padding-top: calc(var(--glhf-header-height));
    max-width: 100%;
}

.prizefund-page .container {
    max-width: 100%;
    padding: 0;
}

.prizefund-page .page-header {
    display: none;
}

.glhf-prizefund-wrap .stats-bar {
    border-radius: 0;
}

.glhf-prizefund-wrap .main {
    flex: 1;
    min-height: 60vh;
}

.glhf-prizefund-wrap .items-grid {
    padding: 20px 24px 40px;
}

.glhf-prizefund-wrap .modal-overlay {
    z-index: 10000;
}

.glhf-prizefund-wrap #modal-item-details {
    z-index: 10100;
}

.glhf-prizefund-wrap .fullscreen-viewer {
    z-index: 10200;
}

.glhf-prizefund-wrap .toast {
    z-index: 10002;
}

.glhf-prizefund-wrap .add-to-list-popup {
    z-index: 10003;
}
