.points-wrapper {
    font-family: "Mulish",serif;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
    background-color: white;
    padding: 30px;
}

.points-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}

.points-left {
    color: #444;
}

.points-type {
    font-size: 16px;
    font-weight: 600;
}

.points-rules-title{
    color: #344054;
    font-size: 16px;
    font-weight: 600;
}

.points-date,
.points-time {
    font-size: 14px;
    color: #666;
}

.points-value {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.points-plus {
    color: #00994d;
}

.points-minus {
    color: #d11d1d;
}

.arrow {
    font-size: 16px;
    font-weight: bold;
}

.arrow.up {
    color: #00994d;
}

.arrow.down {
    color: #d11d1d;
}

.points-rules h4 {
    margin-top: 20px;
    font-size: 18px;
    color: #344054;
    font-weight: 600;
}

.points-rules ul {
    margin-left: 20px;
    margin-bottom: 10px;
}
