.btn-spec-modal {
    background-color: #ffc000;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ffc000;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 1rem 0 1em auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 8rem;
}

#specGraphModal {
    min-width: 480px;
    padding: 5px 15px;
}

.spec-list {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.spec-item {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 10px;
    padding: 7px 0;
}

/* 最終行（左右どちらも）の下ボーダーを非表示 */
.spec-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.spec-icon {
    height: 24px;
    width: 24px;
}

.spec-label {
    flex: 1;
    font-size: 0.9em;
}

.spec-no-rating {
    color: #aaa;
    font-size: 0.85em;
}
