.attempt-history {
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 6px;
}

.attempt-history-v1 {
    width: 360px;
}

.attempt-history-v2 {
    width: 360px;
    margin-top: 8px;
}

.attempt-history__row {
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 4px;
    position: relative;
}

.attempt-history__row-v1 {
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    position: relative;
}

.attempt-history__row-v1:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.attempt-history__row-v1 a {
   color: #000000;
}

.attempt-history__row-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    font-weight: 600;
}

.attempt-history__row-header-v1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding: 0px 4px 4px; */
    font-weight: 600;
}

.attempt-history__row-number {
    width: 20px;
    margin-right: 10px;
}

.attempt-history__row-number-v1 {
    width: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}


.attempt-history__row-date {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 20px
}

.attempt-history__row-date-v1 {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 20px
}

.attempt-history__row-duration {
    width: 100px;
    flex: 0 0 auto;
}

.attempt-history__row-points {
    width: 80px;
}

.attempt-history__row-grade {
    width: 30px;
}

.attempt-history__row-grade-icon {
    width: 18px;
    height: 18px;
    margin: 0 4px;
    flex: 0 0 auto;
    margin-right: 50px;
}