/* Plant label section */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Lora:wght@500&family=Montserrat:wght@400;600;700&family=Poppins:wght@400;500;600&display=swap");
* {
    font-family: "Poppins", sans-serif;
}

*,*:after,*:before {
    box-sizing: border-box;
}
.gap10 {
    margin: 100px 0;
}
.qr-container {
    display: flex;
    flex-wrap: wrap;
}
.qr-wrapper {
    width: 400px;
    margin: 0 25px 45px 0;
    display: flex;
}
.qr-content {
    display: flex;
}
.qr-img {
    margin-right: 24px;
}
.qr-img img {
    width: 134px;
    height: 134px;
    margin-bottom: 8px;
}
.qr-detail {
    width: 240px;
    display: flex;
    align-items: center;
    text-align: left;
}
.qr-detail h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: rgba(16, 18, 30, 1);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    word-break: break-word;
}
.qr-detail .text-content .scientific-name {
    color: rgba(16, 18, 30, 1);
    font-size: 17px;
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.qr-list .qr-detail .text-content .scientific-name {
    font-size:clamp(15px,1vw,18px)!important;
    line-height: clamp(20px,1vw,24px);
}
.site-name {
    font-size: 21px;
    line-height: 24px;
}

/* Plant sign section */

.plantsign {
    padding: 120px 0 64px;
}
.plantsign h3 {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1%;
    margin-bottom: 16px;
}
.title p {
    font-size: 24px;
    line-height: 28px;
}
.plant-qr img {
    width: 89px;
    height: 89px;
}
.plant-qr .site-name {
    font-size: 13px;
    line-height: 24px;
}
.plantsign .plant__intro figure {
    position: relative;
    border-radius: 1rem;
    background-color: var(--light-grey);
    min-height: 100px;
    overflow: hidden;
    box-shadow: 0px 60px 60px -30px rgba(16, 18, 30, 0.2);
    padding-bottom: calc(420 / 630 * 100%);
    margin-bottom: 1.5625rem;
}
.plantsign .plant__intro figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.lists .items img {
    width: 36px;
    height: auto;
    display: flex;
    text-align: center;
    align-items: center;
}
.plantsign .details {
    margin-bottom: 28px;
    padding-left: 7.5rem;
    @media (max-width: 900px) {
        padding-left: 0;
    }
}
.details h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.details .list-items {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
}
.details-wildlife > strong {
    margin-bottom: 5px;
    display: inline-flex;
}
.details-wildlife .items {
    width: 78px;
    height: 78px;
    border: 2px solid rgba(39, 99, 144, 1);
    border-radius: 50%;
}
.lists {
    display: flex;
    gap: 30px;
    @media (max-width: 900px) {
        gap: 1rem;
    }
}
.items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.items i {
    font-size: 36px;
    color: rgba(39, 99, 144, 1);
}
.items i img {
    width: 33px;
    height: auto;
}
.plant__intro .align-items-center .col-12.col-md-6:last-child:after {
    border: none;
}
.plant__intro .align-items-center .col-12.col-md-6:last-child {
    padding-bottom: 0;
}
.plant__landscape {
    padding-top: 0;
    margin-top: 0;
}
.plant__landscape .items {
    display: flex;
    align-items: flex-start;
}
.plant__landscape .content-wrapper {
    display: flex;
    gap: 2rem;
    border-top: 1px solid rgba(39, 99, 144, 1);
    padding-top: 2.5rem;
    @media (max-width: 900px) {
        gap: 1rem;
    }
}
.plant__landscape .items .icon-part {
    width: 3rem;
    height: 3rem;
    margin-right: 25px;
    font-size: 3rem;
    display: flex;
    color: var(--theme-blue-light);
    @media (max-width: 900px) {
        margin-right: 5px;
    }
}
.plant__landscape .items .text-part {
    color: var(--gray60);
    font-size: 17px;
    flex: 1;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 156px;
    @media (max-width: 900px) {
        font-size: 15px;
        min-width: 82px;
    }
}

@media print {
    @page {
        size: letter portrait; /* Set the page size to letter and landscape orientation */
        margin: 15mm 5mm 10mm;
    }
    body {
        margin-top: 5px;
        margin-left: 10px;
        /* transform: scale(0.43);
            transform-origin: 0 0; */
    }
    .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .plantsign {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .plant__landscape .content-wrapper {
        gap: 0.5rem;
    }
    .plant__landscape .items .icon-part {
        margin-right: 5px;
    }
    .plantsign .details {
        margin-bottom: 15px;
        padding-left: 0.5rem;
    }
    .details h5 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .content-wrapper h5 {
        display: none;
    }

    .qr-wrapper {
        width: 100%;
        flex: 100%;
        /* max-width: 270px; */
        padding-right: 20px;
        margin: 0;
        page-break-after: avoid;
        padding: 24px 20px 24px 0;
    }

    .qr-content {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .gap10 {
        margin: 0;
        /* width: 960px; */
    }

    .qr-img img {
        width: 100%;
        aspect-ratio: 1;
        height: auto;
    }
    .qr-img {
        width: 42%;
        flex: 42%;
        max-width: 42%;
        margin-right: 8%;
    }

    .qr-large .qr-img {
        max-width: 200px;
    }

    .qr-detail {
        width: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .qr-large .qr-detail {
        max-width: 80%;
        flex: 100%;
        padding-bottom: 30px;
    }


    .site-name {
        font-size:clamp(17px,2vw,24px)!important
    }

    .qr-detail p.scientific-name {
        margin: 0 0 15px 0;
        line-height: 1.64;
    }

    .qr-detail h5 {
        font-size:clamp(17px,3vw,30px)!important;
        line-height: 1.167;
        margin-bottom: 5px;
    }

    .qr-list .qr-detail h5 {
        font-size:clamp(15px,1vw,19px)!important;
        font-size: 11px;
    }

    .qr-list .site-name {
        font-size:clamp(13px,1vw,18px)!important;
        font-size: 9px;
        margin-bottom: 0;
    }

    .qr-list .qr-wrapper {
        width: 33.33333%;
        flex: 33.33333%;
        max-width: 33.33333%;
        padding-right: 15px;
        margin: 0;
        page-break-after: avoid;
        padding: 24px 15px 15px 0;
    }

    .qr-list .qr-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
    }
}
