.rtp-plantas-page .rtp-plantas-hero-image {
    object-position: center 52%;
}

.rtp-plantas-page .rtp-plantas-directory {
    padding: 55px 0 85px;
    background: #ffffff;
}

.rtp-plantas-page .rtp-plantas-heading {
    margin: 0 auto 35px;
    text-align: center;
}

.rtp-plantas-page .rtp-plantas-heading h2 {
    margin: 0 0 10px;
    color: #111111;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.2;
}

.rtp-plantas-page .rtp-plantas-heading p {
    margin: 0;
    color: #555555;
    font-size: 16px;
}

.rtp-plantas-page .rtp-plantas-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 30px;
}

.rtp-plantas-page .rtp-plantas-grid > [class*='col-'] {
    display: flex;
}

.rtp-plantas-page .rtp-plant-card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 390px;
    padding: 24px 22px 25px;
    border-radius: 7px;
    background: #ffd101;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .12);
    color: #111111;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rtp-plantas-page .rtp-plant-card:hover {
    box-shadow: 0 13px 28px rgba(0, 0, 0, .2);
    transform: translateY(-4px);
}

.rtp-plantas-page .rtp-plant-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 18px;
}

.rtp-plantas-page .rtp-plant-card-image img {
    display: block;
    width: min(100%, 185px);
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
}

.rtp-plantas-page .rtp-plant-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.rtp-plantas-page .rtp-plant-card h3 {
    min-height: 48px;
    margin: 0 0 14px;
    color: #111111;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}

.rtp-plantas-page .rtp-plant-maintenance {
    margin: -4px 0 12px;
    padding: 6px 8px;
    background: #ed1c24;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    text-align: center;
}

.rtp-plantas-page .rtp-plant-detail {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 11px 0 0;
    border-top: 1px solid rgba(17, 17, 17, .35);
    color: #111111;
    font-size: 14px;
    line-height: 19px;
}

.rtp-plantas-page .rtp-plant-detail + .rtp-plant-detail {
    margin-top: 11px;
}

.rtp-plantas-page .rtp-plant-detail i {
    flex: 0 0 18px;
    width: 18px;
    padding-top: 1px;
    font-size: 16px;
    text-align: center;
}

.rtp-plantas-page .rtp-plant-detail span {
    overflow-wrap: anywhere;
}

.rtp-plantas-page .rtp-plantas-empty {
    padding: 20px;
    margin: 0;
    color: #555555;
    text-align: center;
}

@media (max-width: 767px) {
    .rtp-plantas-page .rtp-plantas-directory {
        padding: 40px 0 55px;
    }

    .rtp-plantas-page .rtp-plantas-heading {
        margin-bottom: 25px;
    }

    .rtp-plantas-page .rtp-plant-card {
        min-height: 0;
    }
}
