.gameletdetails {
    padding: 0 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 85vh;
    overflow-y: auto;
}

.gameletdetails .backgroundContainer {
    background-color: white;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.gameletdetails .backgroundContainer .input-title {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gameletdetails.hide,
.gameletdetails .gameletImagePicker .imageWrapper .gvinput .inputContainer .action-icon {
    display: none;
}

.gameletdetails .pageSubtitle {
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #0d4962;
    width: 100%;
    padding: 20px;
}

.gameletdetails .columnOne,
.gameletdetails .columnTwo {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.gameletdetails .columnTwo {
    align-items: flex-end;
}

.gameletdetails .inputWrapper {
    width: 96%;
    padding: 20px;
}

.gameletdetails .inputWrapper .expandable .header {
    padding-right: 0px;
}

.gameletdetails .imageContainer {
    width: 100%;
}

.buttonContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.buttonContainer .backButton {
    font-family: "Metropolis Bold";
    font-size: 13px;
    letter-spacing: 0.17px;
    color: #0d4962;
    margin-top: 20px;
    cursor: pointer;
}

.gameletdetails .pageTitle {
    font-family: "Metropolis Bold";
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.24px;
    text-align: left;
    color: #0d4962;
    margin-bottom: 10px;
}

.gameletdetails .backgroundContainer {
    background-color: white;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.gameletdetails .imagesWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.gameletdetails .imagesWrapper .imageContainer {
    display: flex;
    flex-direction: column;
    max-width: 120px;
}

.gameletdetails .imageContainer img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    border: solid 2px #0d4962;
    border-radius: 8px;
}

.gameletdetails .imageContainer .title {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
}

.gameletdetails .labelsWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.gameletdetails .labelsWrapper .organizations {
    width: 56%;
    margin-right: 55%;
    padding: 20px;
    border-bottom: solid 1px #cae4ef;
    opacity: 0.8;
    font-family: "Metropolis Regular";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
}

.gameletdetails .labelContainer,
.gameletdetails .labelContainerDescription {
    display: flex;
    width: 45%;
    padding: 20px;
    align-items: center;
    height: fit-content;
    border-bottom: solid 1px #cae4ef;
}

.gameletdetails .labelContainer .showVisibilityContainer {
    display: flex;
    align-items: center;
    width: 100%;
}

.gameletdetails .labelContainer .showVisibilityContainer .icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/hide_eye_icon_blue_portal_v1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
    margin-right: 8px;
}

.gameletdetails .labelContainer .showVisibilityContainer .icon.hidden {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/eye_icon_blue_portal_v1.svg);
}

.gameletdetails .labelContainer .label,
.gameletdetails .labelContainerDescription .label,
.gameletdetails .labelContainer .showVisibilityContainer .showLabel {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    opacity: 0.8;
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    text-align: left;
    color: #0d4962;
}

.gameletdetails .labelContainer .content,
.gameletdetails .labelContainerDescription .content {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    padding-left: 10px;
    opacity: 0.8;
    font-family: "Metropolis Regular";
    font-size: 14px;
    letter-spacing: 0.14px;
    text-align: left;
    color: #0d4962;
    word-break: break-word;
}

.gameletdetails .labelContainerDescription,
.gameletdetails .labelContainerDescription .content,
.gameletdetails .labelContainer .showVisibilityContainer .showLabel {
    width: 100%;
}

.gameletdetails .buttonContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gameletdetails .editButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 42px;
    font-family: "Metropolis Bold";
    letter-spacing: 0.17px;
    color: white;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #0d4962;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 767px) {
    .gameletdetails,
    .gameletdetails .labelContainerDescription,
    .gameletdetails .labelsWrapper .organizations {
        padding: 20px 0;
    }
    .gameletdetails .columnOne,
    .gameletdetails .columnTwo {
        width: 100%;
    }
    .gameletdetails .columnTwo {
        align-items: flex-start;
    }
    .gameletdetails .descriptionInputWrapper {
        width: 100%;
    }
    .gameletdetails .backgroundContainer {
        padding: 20px 10px;
    }
    .gameletdetails .inputWrapper,
    .gameletdetails .pageSubtitle {
        width: 100%;
        padding: 10px 0 0;
    }
    .gameletdetails .labelContainer .showVisibilityContainer .icon {
        width: 20px;
        height: 18px;
    }
    .gameletdetails .backgroundContainer .input-title,
    .gameletdetails .imageContainer .title,
    .gameletdetails .labelsWrapper .organizations,
    .gameletdetails .labelContainer .label,
    .gameletdetails .labelContainerDescription .label,
    .gameletdetails .labelContainer .showVisibilityContainer .showLabel,
    .gameletdetails .labelContainer .content,
    .gameletdetails .labelContainerDescription .content {
        font-size: 12px;
    }
    .gameletdetails .pageTitle {
        font-size: 20px;
        text-align: center;
    }
    .gameletdetails .pageSubtitle {
        font-size: 16px;
    }
}

/* iPad */
@media (max-width: 1023px) {
    .gameletdetails .columnOne,
    .gameletdetails .columnTwo {
        width: 100%;
    }
    .gameletdetails .columnTwo {
        align-items: flex-start;
    }
    .gameletdetails .descriptionInputWrapper {
        width: 100%;
    }
    .gameletdetails {
        padding: 20px 0;
        width: 92%;
        height: auto;
        margin: auto;
    }
    .gameletdetails .labelContainer {
        width: 100%;
        padding: 10px 0;
    }
    .gameletdetails .labelContainer .label {
        width: 40%;
    }
    .gameletdetails .labelContainer .content {
        width: 60%;
    }
    .gameletdetails .labelContainerDescription {
        flex-wrap: wrap;
    }
    .gameletdetails .labelsWrapper .organizations {
        width: 100%;
        margin-right: 0;
    }
    .gameletdetails .labelContainerDescription .label {
        margin-bottom: 15px;
        width: 100%;
    }
    .gameletdetails .labelContainerDescription .content {
        padding: 0;
    }
    .gameletdetails .pageSubtitle,
    .gameletdetails .inputWrapper {
        width: 100%;
        padding: 20px 0 0;
    }
    .gameletdetails,
    .gameletdetails .labelContainerDescription,
    .gameletdetails .labelsWrapper .organizations {
        padding: 20px 0;
    }
    .gameletdetails .pageTitle {
        text-align: center;
    }
}

/* DARK MODE */
.dark .gameletdetails .gvinput .editable-placeholder,
.dark .gameletdetails .backgroundContainer,
.dark .gvinput .list-item {
    background-color: #0d4962;
}

.dark .gameletdetails .pageSubtitle,
.dark .gameletdetails .container .labelTitle,
.dark .gameletdetails .backgroundContainer .input-title,
.dark .gameletdetails .pageTitle,
.dark .gameletdetails .imageContainer .title,
.dark .gameletdetails .labelContainer .label,
.dark .gameletdetails .labelContainerDescription .label,
.dark .gameletdetails .labelContainer .content,
.dark .gameletdetails .labelContainerDescription .content,
.dark .gameletdetails .viewGameletButton,
.dark .gameletdetails .labelsWrapper .organizations,
.dark .buttonContainer .backButton,
.dark .gameletdetails .labelContainer .showVisibilityContainer .showLabel {
    color: rgba(255, 255, 255, 0.87);
}

.dark .gameletdetails .labelContainer,
.dark .gameletdetails .labelsWrapper .organizations,
.dark .gameletdetails .labelContainerDescription {
    border-color: rgba(179, 205, 216, 0.5);
}

.dark .gameletdetails .labelContainer .showVisibilityContainer .icon.hidden {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/eye_icon_white_portal_v1.svg);
}

.dark .gameletdetails .labelContainer .showVisibilityContainer .icon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/hide_eye_icon_white_portal_v1.png);
}
