﻿.my-room-itemwqsa {
}

.my-room-listsa {
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding-bottom: 50px;
}

.my-room-itemwqsa {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    background: #8080800a;
    border-radius: 30px;
    overflow: hidden;
}

    .my-room-itemwqsa:nth-child(odd) .descript {
        padding-left: 0;
    }

    .my-room-itemwqsa .my-room-imvc {
        width: 60%;
    }

.d-img-hover {
    height: 500px;
}

.my-room-itemwqsa .my-room-content {
    width: 50%;
}

.my-room-listsa .my-room-itemwqsa:nth-child(even) {
    background-color: #43a7ae1a;
}
/* Ảnh nằm bên trái cho vị trí lẻ */
.my-room-listsa .my-room-itemwqsa:nth-child(even) {
    flex-direction: row;
}

/* Ảnh nằm bên phải cho vị trí chẵn */
.my-room-listsa .my-room-itemwqsa:nth-child(odd) {
    flex-direction: row-reverse;
}

.descript {
    padding-top: 0.8333333333333334rem;
    padding-right: 0%;
    padding-bottom: 1.6666666666666667rem;
    padding-left: 2%;
    font-family: MonL;
    font-size: 15px;
}


.saxca-ttes {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: monR;
    color: var(--default-color-1);
}

.plus-minus::before {
    content: "+";
    font-size: 20px;
    transition: transform 0.3s ease;
}

.saxca-ttes.active .plus-minus::before {
    content: "-";
}

.sasckjz p {
    margin: 9px 0;
}

.saxca-desa {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
    font-family: MonL;
    font-size: 15px;
    margin-top: 9px;
}

.num-pr {
    padding-top: 24px;
}

.saxca {
    padding-top: 24px;
}

.num-pr-title {
    font-size: 18px;
    font-family: monR;
    color: var(--default-color-1);
}

.num-pr-descript {
    font-family: MonL;
    font-size: 15px;
    margin-top: 9px;
}

@media (max-width: 739px) {
    .my-room-itemwqsa {
        flex-direction: column !important;
        align-items: flex-start;
    }

        .my-room-itemwqsa .my-room-imvc,
        .my-room-itemwqsa .my-room-content {
            width: 100% !important;
        }

        .my-room-itemwqsa .my-room-content {
            padding-top: 0px;
        }

    .d-img-hover {
        height: auto;
        aspect-ratio: 4 / 3; /* Giữ tỷ lệ hình ảnh đẹp */
    }

    .descript {
        padding-left: 0 !important;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .price,
    .num-pr,
    .saxca {
        padding-left: 0;
        padding-right: 0;
        padding-top: 11px;
    }

    .my-room-itemwqsa {
        gap: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .saxca-ttes {
        font-size: 16px;
    }

    .num-pr-title,
    .num-pr-descript {
        font-size: 14px;
    }

    .descript {
        font-size: 14px;
        padding: 7px 10px !important;
    }

    .my-room-listsa {
        padding: 10px
    }
}
