.tool-content {
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    padding: 1.2em;
    border-radius: .6em;
    position: relative;
}

.tool-content .tool-item {
    display: flex;
    flex-direction: column;
    font-family: var(--font-simple);
}

.tool-content .tool-item h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.6em;
}

.tool-content table td:nth-child(1),.tool-content table td:nth-child(2){
    white-space: nowrap;
    min-width: 250px;
}

.tool-content table td:nth-child(3) {
    color: #00f;
    font-weight: 400;
}

@media (max-width: 768px) {
    .tool-content {
        padding: .9em !important;
    }

    .tool-content table tr th, .tool-content table tr td {
        padding: 6px 8px !important;
        white-space: nowrap;
    }

    .copy{
        width: 60px;
    }
}
