/* ================================================================================================ */
/* collection *;
/* ================================================================================================ */

.garden_collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    row-gap: 20px;
    margin-top: 20px
}

/* element */
/* -------- */
.garden_collection_elem {
    aspect-ratio: 1;
    width: 145px;
    height: 178px;
    position: relative;
}

/* element image */
/* ------------- */
.garden_collection_elem_img {
    width: 100%;
    height: 80%;
    border: 2px dashed var(--col-black-500, black);
}

.garden_collection_elem_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/* element help button */
/* ------------------- */
.garden_collection_elem_img > button {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
}

/* element button */
/* -------------- */
.garden_collection_elem_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: var(--col-black-300); */
    height: 33px;
    padding-inline: 5px;
    font-size: 1em;
    color: black;
}

.garden_collection_elem_btn > span {
    text-align: center;
}

.garden_collection_elem_btn > span {
    text-align: center;
}