.predictions-tab-other-list {
    margin-bottom: 24px;
}

.predictions-tab-other-list__title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.predictions-tab-other-list__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.predictions-tab-other-list__more {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #6d28d9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.predictions-tab-other-list__more:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.predictions-tab-other-list__more:disabled {
    opacity: 0.6;
    cursor: wait;
}
