/* Main */
/* Reponsive */
/* Component specific */
/* Main */
/* Specific components */
.Logo {
    box-shadow: 5px 10px 16px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    overflow: hidden;
    margin-top: -6px;
}

.Logo .top {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 0;
}

.Logo .top img.philips {
    width: 84px;
    height: 16px;
}

.Logo .top img.hue {
    width: 49px;
    height: 22px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.Logo .top::after, .Logo .top::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    border-bottom-right-radius: 25px;
}

.Logo .top::after {
    background: #fff;
}

.Logo .top::before {
    top: 2px;
    width: calc(100% + 1px);
    background: #000;
}

.Logo .bottom, .Logo .location {
    display: none;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .Logo {
        background: #fff;
        min-width: 140px;
        margin-top: 70px;
    }

    .Logo .top {
        padding: 0;
        width: 140px;
        height: 67px;
        border-bottom-right-radius: 30px;
    }

    .Logo .top img.philips {
        width: 114px;
        height: 21px;
        margin: 0 auto;
    }

    .Logo .top img.hue {
        display: none;
    }

    .Logo .bottom {
        padding: 10px 14px;
        width: 140px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .Logo .bottom img.hue {
        width: 100%;
        height: 100%;
    }

    .Logo .location {
        display: block;
        background-color: #212A30;
        background: linear-gradient(to bottom right, #222B31 0, #0163A0 100%);
        color: #fff;
        font-weight: 100;
        font-size: 0.95rem;
        vertical-align: center;
        padding: 15px 10px 10px;
    }
}
