.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumbs li {
    color: white;
    font-size: 16px;
}

.breadcrumbs a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: text-shadow 0.3s ease;
}

.breadcrumbs a:hover {
    color: #ffffff;
    text-shadow: 0px 0px 20px white;
}
