/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 08 2026 | 11:04:37 */
.menu-tracuu > a{
    background:#fb5d13;
    color:#ff0000 !important;
    border-radius:30px;
    padding:8px 18px;
    font-weight:600;
    transition:.3s;
    box-shadow:0 4px 12px rgba(251,93,19,.35);
}

.menu-tracuu > a:hover{
    background:#ff7b3d;
    color:#fb5d13 !important;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(251,93,19,.45);
}

.menu-tracuu i{
    margin-right:8px;
    font-size:15px;
}