.pl-container-ea5686d4 {
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.pl-container-ea5686d4 *, 
.pl-container-ea5686d4 *::before, 
.pl-container-ea5686d4 *::after {
    box-sizing: border-box;
}

/* HEADER AREA */
.pl-header-ea5686d4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.pl-header-text-ea5686d4 {
    display: flex;
    flex-direction: column;
}

/* Subtitle with Line */
.pl-subtitle-wrapper-ea5686d4 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pl-line-ea5686d4 {
    display: inline-block;
    width: 28px;
    height: 1px;
}

.pl-subtitle-ea5686d4 {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
}

.pl-title-ea5686d4 {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    font-family: serif;
    font-weight: normal;
}

/* Dynamic Listings Count Button */
.pl-count-btn-ea5686d4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* GRID LAYOUT */
.pl-grid-ea5686d4 {
    display: grid;
    width: 100%;
}

/* CARD OUTER STYLES */
.pl-card-ea5686d4 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #FAF8F5; /* Matches warm sand card backdrop */
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pl-card-ea5686d4:hover {
    transform: translateY(-4px);
}

/* CARD MEDIA / SOLID BOX */
.pl-card-media-ea5686d4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-card-img-ea5686d4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Blueprint overlay lines */
.pl-media-grid-overlay-ea5686d4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
}

.pl-overlay-line-v-ea5686d4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #FFFFFF;
}

.pl-overlay-line-h-ea5686d4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #FFFFFF;
}

/* Badge overlay */
.pl-badge-ea5686d4 {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* CARD BODY */
.pl-card-body-ea5686d4 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pl-card-tags-ea5686d4 {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.pl-card-title-ea5686d4 {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.2;
    font-family: serif;
    font-weight: normal;
}

/* Beds & Baths Specs */
.pl-card-specs-ea5686d4 {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}

.pl-spec-item-ea5686d4 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.pl-spec-icon-ea5686d4 {
    opacity: 0.6;
}

/* CARD FOOTER */
.pl-card-footer-ea5686d4 {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pl-card-footer-text-ea5686d4 {
    font-size: 13px;
}

.pl-card-footer-link-ea5686d4 {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
}

.pl-card-footer-link-ea5686d4:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .pl-header-ea5686d4 {
        align-items: flex-start;
    }
}
