﻿.movie-breadcrumb {
    padding: 1% 1%;    
    display: flex;
    align-items: center;    
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 10px;
}

.movie-divider {
    color: white;
}

.movie-back-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c2c2c;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

    .movie-back-button:hover {
        background-color: #3d3d3d;
    }

    .movie-back-button svg {
        fill: white;
        width: 16px;
        height: 16px;
    }

.movie-breadcrumb a {
    color: #b3b3b3;
    text-decoration: none;
    margin-right: 5px;
}

    .movie-breadcrumb a:hover {
        color: white;
    }

.movie-breadcrumb span {
    margin: 0 5px;
}

.movie-breadcrumb .movie-current {
    color: white;
    font-weight: bold;
}

@media (max-width: 768px) {
    .movie-breadcrumb {
        padding: 0% 5% !important;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .movie-current {
        font-size: 12px;
    }

    .movie-link {
        font-size: 13px;
    }
}
