.dropdown-menu {
    min-width: 600px;
}

.dropdown-menu .col {
    min-width: 150px;
}

.dropdown-menu-lang {
    min-width: 100px;
}

.tool-card {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 12px;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.tool-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tool-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    flex-shrink: 0;
}

.tool-text h5 {
    margin: 0;
    font-size: 1rem;
}

.tool-text p {
    margin: 4px 0 0;
    font-size: 0.9rem;
    color: #666;
    max-height: 1.5em;
    overflow: hidden;
}

.category-title {
    border-left: 4px solid red;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
}


footer {
    background-color: #222;
    color: #ccc;
    padding: 20px 0;
    margin-top: 50px;
}

footer a {
    color: #aaa;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}