#divGeckoSummer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    width: 100% !important;
    height: 100% !important;
}

#divSummerContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: 100%;
    gap: 5px;
}

#divLeftSide,
#divRightSide {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 260px;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    gap: 10px;
}

.sideDiv {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px;
    color: white;
    text-align: center;
    min-height: 100px;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#divCenterColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#divSummerGecko {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.geckoSummerImage {
    width: 500px;
    height: 500px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

.trait-header {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    text-align: left;
}

.trait-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #4CAF50;
}

.checkbox-label {
    font-size: 12px;
    color: white;
    cursor: pointer;
    flex: 1;
    text-align: left;
}

.checkbox-label:hover {
    color: #4CAF50;
}

#miscDiv {
    width: 500px;
    min-height: 80px;
}