.tool-url {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.tool-url a {
    color: var(--primary-color);
    text-decoration: none;
}

.tool-url a:hover {
    text-decoration: underline;
}

body.dark-mode .tool-url a {
    color: var(--primary-light);
}
