.lgy-hero-title {
    margin: auto;
    font-family: 'Averia Serif Libre', serif;
    max-width: 630px;
    padding: 5px;
}

.lgy-hero {
    background: url("/assets/img/lgy-hero-bg.png") center / cover;
}

.lgy-help-card-title {
    font-size: 18px;
}

.lgy-help-card {
    border-radius: 10px;
    box-shadow: 0px 4px 11px 1px rgb(192,195,198);
    border-style: none;
    cursor: pointer;
    background: #fff;
}

.lgy-card-section {
    background: #fff;
    border-radius: 7px;
}

.lgy-camera-card {
    height: 71px;
    border: #F2F2F2 solid 2px;
    border-radius: 6px;
    cursor: pointer;
}

    .lgy-camera-card.active {
        background: linear-gradient(270deg, #F58A62 0% 0%, #E26B3A 100% 100%);
    }

        .lgy-camera-card.active > img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(205deg) brightness(103%) contrast(102%);
        }

.lgy-model-card {
    height: 71px;
    border: #F2F2F2 solid 2px;
    border-radius: 6px;
    cursor: pointer;
}

    .lgy-model-card.active {
        background: linear-gradient(270deg, #F58A62 0% 0%, #E26B3A 100% 100%);
        color: #fff;
    }

.lgy-os-card {
    height: 71px;
    width: 153px;
    border: #F2F2F2 solid 2px;
    border-radius: 6px;
    cursor: pointer;
}

    .lgy-os-card.active {
        background: linear-gradient(270deg, #F58A62 0% 0%, #E26B3A 100% 100%);
        color: #fff;
    }

.lgy-dl-card {
    height: 71px;
    width: 153px;
    border: #F2F2F2 solid 2px;
    border-radius: 6px;
    cursor: pointer;
}

    .lgy-dl-card.active {
        background: linear-gradient(270deg, #F58A62 0% 0%, #E26B3A 100% 100%);
        color: #fff;
    }

.lgy-accord-button:focus {
    box-shadow: none;
}

.lgy-accord-button:not(.collapsed) {
    background-color: transparent;
    color: #000 !important;
}

.accordion-button.collapsed::after {
    background: url("/assets/img/chevron-down.png") center no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background: url("/assets/img/chevron-down-black.png") center no-repeat;
}
