.unit-details{
    margin:0 auto;
    max-width: 50%;
    margin-bottom: 2%;
}

.patchButtonRow {
    /*border:2px solid yellowgreen;*/
    /*margin: auto;
    height: auto;*/
    position: relative;
    margin-bottom:1%;
}

.patchButton {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    font-family: "Jost";
    color: white;
    /*outline: 2px solid brown;*/

}

.patchButton:hover {
    color: #FFB719;
    /*background-color: white;*/
    transform: scale(1.1);
}

.galleryPanel {
    display: none;
    width: auto;
    height: auto;
    margin-bottom: 25px;
    margin: 0 auto;
    /*outline: 2px solid white;
    background-color: grey;*/
}

.gallery-container{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust as needed to control spacing between items */
    justify-content: center;
    margin-block: 2%;
}

/*----------------------------------------------------------------object galleries-------------------------------------------------*/
.gallery-item {
    max-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0)
}

.gallery-item:hover {
    /*background-color: rgba(255, 255, 255, 0.25);*/
    transform: scale(1.05);
    border: 1px solid white;
}

.gallery-item img {
    width: 95%;
    height: auto;
}

.gallery-item a {
    background-color: #a9a9a900;
}

.title {
    padding: 5px;
    text-align: center;
    color: #d2d2d2;
    font-family: "Jost";
    Font-size: 14px;
}

.desc {
    /*padding: 7px;*/
    text-align: center;
    color: #A9A9A9;
    font-family: "Jost";
    Font-size: 13px;
}