.st-spec-table {
    width: 100%;
}

.st-header-row {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
}

.st-header-cell {
    padding: 18px 0;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    flex: 1;
}

.st-body-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.st-body-cell {
    padding: 18px 0;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
}

.st-star {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.st-star svg {
    width: 16px;
    height: 16px;
}

.st-star-filled {
    fill: #3d5a80;
}

.st-star-empty {
    fill: #3d5a80;
    opacity: 0.25;
}

@media (max-width: 640px) {
    .st-header-cell {
        font-size: 13px;
        padding: 12px 0;
    }

    .st-body-cell {
        font-size: 13px;
        padding: 12px 0;
    }
}
