.tool-content {
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    padding: 1.2em;
    border-radius: .6em;
    position: relative;
}

.table-container table th{
    border-width: 0;
    font-family: var(--font-simple);
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
}

.table-container table td{
    border-width: 0;
    font-family: var(--font-simple);
    font-weight: 500;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 14px;
}

.table-container table td:nth-child(2),.table-container table td:nth-child(3),.table-container table td:nth-child(4){
    text-align: center;
}

.university{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 12px;
    font-weight: bold !important;
}

.university img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align:middle;
}

.university a:hover{
    color: #d00;
}

.zonghe{
    color: #e00;
    border: solid 1px rgba(238, 0, 0, 0.3);
    background-color: #fff2f2;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 12.5px;
}

.ligong{
    color: #0cb900;
    border: solid 1px rgba(0, 189, 60, 0.5);
    background-color: #eefff3;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 12.5px;
}

.other{
    color: var(--primary-color);
    border: solid 1px #aba5ff;
    background-color: #f1f1ff;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 12.5px;
}

@media (max-width: 768px) {
    .tool-content {
        padding: .8em !important;
    }

    .table-container table th, .table-container table td{
        padding: 6px 8px !important;
    }

    .timezone-badge{
        font-weight: normal;
        font-family: var(--font-simple);
        font-size: 13.5px;
        padding: 0 6px;
    }
}