/* =========================================================
   LUXURY PAWS CONTENT MANAGER CLEAN - FRONTEND STYLES
   ========================================================= */

/* IMPORTANT:
   This CSS is scoped only to the blog plugin classes.
   It does NOT target Elementor header, logo, global images, or menu.
*/

.lpcmc-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: 'Montserrat', sans-serif !important;
}

/* =========================================================
   SEARCH BAR
   ========================================================= */

.lpcmc-search-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 28px auto;
    position: relative !important;
}

.lpcmc-search-icon {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 0 !important;
    opacity: 0.55;
    pointer-events: none;
    z-index: 2 !important;
}

.lpcmc-search-icon::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #777777;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.lpcmc-search-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #777777;
    transform: rotate(45deg);
    left: 10px;
    top: 12px;
    border-radius: 2px;
}

.lpcmc-search-input {
    width: 100% !important;
    height: 50px;
    border: 1px solid #eeeeee;
    background: #fafafa;
    border-radius: 50px;
    padding: 0 20px 0 70px !important;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    font-family: 'Montserrat', sans-serif !important;
    outline: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.lpcmc-search-input::placeholder {
    color: #9a9a9a;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}

.lpcmc-search-input:focus {
    background: #ffffff;
    border-color: #E5308A;
    box-shadow: 0 10px 26px rgba(229, 48, 138, 0.12);
}

.lpcmc-search-box:focus-within .lpcmc-search-icon {
    opacity: 0.85;
}

/* =========================================================
   FILTER BUTTONS
   ========================================================= */

.lpcmc-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 38px;
}

.lpcmc-filter-btn {
    border: 1px solid #E5308A;
    background: #E5308A;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    transition: all 0.25s ease;
}

.lpcmc-filter-btn:hover,
.lpcmc-filter-btn.active {
    background: #C91F73;
    border-color: #C91F73;
    color: #ffffff;
    transform: translateY(-2px);
}

/* =========================================================
   BLOG GRID CARDS
   ========================================================= */

.lpcmc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.lpcmc-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.lpcmc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.13);
}

.lpcmc-card-link {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lpcmc-image {
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: #f4f4f4;
}

.lpcmc-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.lpcmc-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-category-label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 6px 13px;
    border-radius: 30px;
    background: #FDEAF4;
    color: #E5308A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.lpcmc-content h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
    color: #111111;
    font-weight: 800;
}

.lpcmc-content p {
    margin: 0 0 20px;
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
}

.lpcmc-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    background: #E5308A;
    color: #ffffff !important;
    padding: 9px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    line-height: 1;
}

.lpcmc-read-more:hover {
    background: #C91F73;
    color: #ffffff !important;
}

.lpcmc-empty {
    text-align: center;
    font-size: 16px;
    color: #777777;
}

/* =========================================================
   SINGLE ARTICLE PAGE
   ========================================================= */

.single-luxury_content_clean {
    font-family: 'Montserrat', sans-serif !important;
}

/* Hide only default theme title on single Luxury Content pages.
   Do NOT hide Elementor header titles or logo widgets. */
.single-luxury_content_clean .entry-header > .entry-title,
.single-luxury_content_clean main > .entry-title,
.single-luxury_content_clean article > .entry-title,
.single-luxury_content_clean h1.wp-block-post-title {
    display: none !important;
}

/* Keep plugin custom title visible */
.single-luxury_content_clean .lpcmc-single-title {
    display: block !important;
}

.lpcmc-single-layout {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 760px) 280px;
    gap: 50px;
    align-items: start;
    padding: 30px 20px 60px;
}

.lpcmc-single-main {
    width: 100%;
}

.lpcmc-single-title {
    max-width: 760px !important;
    margin: 12px 0 14px 0 !important;
    text-align: left !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #005ea8 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-single-categories {
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px !important;
}

.lpcmc-single-category {
    display: inline-flex;
    padding: 6px 13px;
    border-radius: 50px;
    background: #FDEAF4;
    color: #E5308A;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
}

.lpcmc-single-featured-image {
    width: 100% !important;
    max-width: 760px !important;
    height: 390px !important;
    margin: 0 0 26px 0 !important;
    border-radius: 28px 0 28px 0 !important;
    overflow: hidden !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
    background: #f5f5f5;
}

.lpcmc-single-featured-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.lpcmc-single-content {
    max-width: 760px !important;
    margin: 0 !important;
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-single-content p,
.lpcmc-single-content li {
    font-size: 16px !important;
    line-height: 1.85 !important;
    color: #444444 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-single-content h2 {
    margin-top: 32px;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;
    color: #111111;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-single-content h3 {
    margin-top: 26px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
    color: #111111;
    font-family: 'Montserrat', sans-serif !important;
}

/* =========================================================
   SINGLE ARTICLE SIDEBAR
   ========================================================= */

.lpcmc-single-sidebar {
    position: sticky;
    top: 110px;
}

.lpcmc-sidebar-box {
    margin-bottom: 28px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.lpcmc-sidebar-box h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #005ea8;
}

.lpcmc-sidebar-box a {
    display: block;
    margin-bottom: 10px;
    color: #0073e6;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none !important;
    font-weight: 500;
}

.lpcmc-sidebar-box a:hover {
    color: #E5308A;
}

.lpcmc-sidebar-book {
    margin-top: 14px !important;
    padding: 10px 16px;
    border-radius: 50px;
    background: #E5308A;
    color: #ffffff !important;
    text-align: center;
    font-weight: 700 !important;
}

.lpcmc-sidebar-book:hover {
    background: #C91F73;
    color: #ffffff !important;
}

/* =========================================================
   CTA
   ========================================================= */

.lpcmc-single-cta {
    max-width: 760px !important;
    margin: 40px 0 34px 0 !important;
    padding: 30px 28px;
    border-radius: 22px;
    background: #111111;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
}

.lpcmc-single-cta h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

.lpcmc-single-cta p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
}

.lpcmc-single-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lpcmc-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E5308A;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.lpcmc-cta-button:hover {
    background: #C91F73;
    color: #ffffff !important;
}

.lpcmc-cta-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

/* =========================================================
   RELATED POSTS
   ========================================================= */

.lpcmc-related-posts {
    max-width: 760px;
    margin: 45px 0 35px 0;
}

.lpcmc-related-posts h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 800;
    color: #111111;
}

.lpcmc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lpcmc-related-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.lpcmc-related-card a {
    text-decoration: none !important;
    color: inherit;
}

.lpcmc-related-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #f3f3f3;
}

.lpcmc-related-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.lpcmc-related-card h3 {
    padding: 14px;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: #111111;
    font-weight: 800;
}

/* =========================================================
   LEAD FORM
   ========================================================= */

.lpcmc-lead-comment-box {
    max-width: 760px;
    margin: 45px 0 20px 0;
    padding: 28px;
    border-radius: 22px;
    background: #fafafa;
    border: 1px solid #eeeeee;
}

.lpcmc-lead-comment-box h2 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 800;
    color: #111111;
}

.lpcmc-lead-comment-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

.lpcmc-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lpcmc-lead-form input,
.lpcmc-lead-form textarea {
    width: 100%;
    margin-bottom: 14px;
    padding: 13px 15px;
    border: 1px solid #dddddd;
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-lead-form textarea {
    min-height: 120px;
    resize: vertical;
}

.lpcmc-lead-form button {
    background: #E5308A;
    color: #ffffff;
    border: none;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.lpcmc-lead-form button:hover {
    background: #C91F73;
}

.lpcmc-hidden-field {
    display: none !important;
}

/* =========================================================
   BACK TO BLOG BOTTOM
   ========================================================= */

.lpcmc-bottom-back {
    max-width: 760px;
    margin: 35px 0 10px 0;
}

.lpcmc-back-blog {
    display: inline-flex;
    margin-bottom: 18px;
    color: #E5308A !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-bottom-back .lpcmc-back-blog {
    color: #E5308A !important;
    font-weight: 800;
    font-size: 16px;
}

/* =========================================================
   CATEGORY ARCHIVE PAGE
   ========================================================= */

.lpcmc-category-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px 70px;
    display: grid;
    grid-template-columns: minmax(0, 760px) 280px;
    gap: 50px;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-category-title {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
    color: #005ea8;
}

.lpcmc-category-description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
}

.lpcmc-category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.lpcmc-category-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.lpcmc-category-card a {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.lpcmc-category-card-image {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #f4f4f4;
}

.lpcmc-category-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.lpcmc-category-card-content {
    padding: 24px;
}

.lpcmc-category-card-content h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
    color: #111111;
}

.lpcmc-category-card-content p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
}

.lpcmc-category-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
}

.lpcmc-category-empty {
    padding: 25px;
    background: #fafafa;
    border-radius: 18px;
    border: 1px solid #eeeeee;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {
    .lpcmc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .lpcmc-single-layout {
        display: block;
        padding: 24px 16px 50px;
    }

    .lpcmc-single-sidebar {
        position: static;
        margin-top: 40px;
    }

    .lpcmc-single-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .lpcmc-single-featured-image {
        height: 260px !important;
        max-width: 100% !important;
        border-radius: 22px 0 22px 0 !important;
    }

    .lpcmc-form-row {
        grid-template-columns: 1fr;
    }

    .lpcmc-related-grid {
        grid-template-columns: 1fr;
    }

    .lpcmc-single-cta-buttons {
        flex-direction: column;
    }

    .lpcmc-cta-button {
        width: 100%;
    }

    .lpcmc-category-page {
        display: block;
        padding: 30px 16px 50px;
    }

    .lpcmc-category-title {
        font-size: 28px;
    }

    .lpcmc-category-card-image {
        height: 240px;
    }

    .lpcmc-category-sidebar {
        position: static;
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .lpcmc-wrapper {
        padding: 30px 16px 45px;
    }

    .lpcmc-search-box {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .lpcmc-search-input {
        height: 48px;
        font-size: 15px;
        padding-left: 70px !important;
    }

    .lpcmc-search-input::placeholder {
        font-size: 15px;
    }

    .lpcmc-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .lpcmc-filter-bar {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }

    .lpcmc-filter-btn {
        white-space: nowrap;
        font-size: 14px;
        padding: 10px 18px;
    }

    .lpcmc-image {
        height: 230px;
    }

    .lpcmc-content h3 {
        font-size: 19px;
    }

    .lpcmc-single-content p,
    .lpcmc-single-content li {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .lpcmc-single-cta {
        padding: 26px 22px;
    }
}
/* ===== HIDE DUPLICATED THEME TITLE ON SINGLE BLOG ARTICLE ONLY ===== */

.single-luxury_content_clean main .entry-title:not(.lpcmc-single-title),
.single-luxury_content_clean main .page-title:not(.lpcmc-single-title),
.single-luxury_content_clean .site-main .entry-title:not(.lpcmc-single-title),
.single-luxury_content_clean .site-main .page-title:not(.lpcmc-single-title),
.single-luxury_content_clean .entry-header .entry-title:not(.lpcmc-single-title),
.single-luxury_content_clean .page-header .page-title:not(.lpcmc-single-title),
.single-luxury_content_clean main h1:not(.lpcmc-single-title):first-of-type {
    display: none !important;
}

/* Keep our blue plugin title visible */
.single-luxury_content_clean .lpcmc-single-title {
    display: block !important;
}
/* =========================================================
   BLOG PAGINATION
   ========================================================= */

.lpcmc-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 45px auto 10px;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif !important;
}

.lpcmc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 50px;
    background: #ffffff;
    color: #E5308A !important;
    border: 1px solid #E5308A;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.lpcmc-pagination .page-numbers:hover,
.lpcmc-pagination .page-numbers.current {
    background: #E5308A;
    color: #ffffff !important;
    border-color: #E5308A;
    transform: translateY(-2px);
}

.lpcmc-pagination .page-numbers.dots {
    border: none;
    box-shadow: none;
    background: transparent;
    color: #999999 !important;
}

@media (max-width: 767px) {
    .lpcmc-pagination {
        gap: 8px;
        margin-top: 35px;
    }

    .lpcmc-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
        padding: 0 12px;
    }
}
/* =========================================================
   MOBILE FIX - READ MORE / CARD STICKING OVER HEADER
   ========================================================= */

/* Keep blog content below sticky/header layers */
.lpcmc-wrapper,
.lpcmc-grid,
.lpcmc-card,
.lpcmc-card-link,
.lpcmc-read-more {
    position: relative;
    z-index: 1 !important;
}

/* Remove mobile tap selection highlight */
.lpcmc-card-link,
.lpcmc-read-more,
.lpcmc-card a {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

/* Avoid the clicked/read more button staying visually selected */
.lpcmc-card-link:focus,
.lpcmc-card-link:active,
.lpcmc-read-more:focus,
.lpcmc-read-more:active {
    outline: none !important;
    box-shadow: none !important;
}

/* On mobile, disable hover lift effect that can stay stuck after tap */
@media (max-width: 767px) {

    .lpcmc-card:hover {
        transform: none !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
    }

    .lpcmc-filter-btn:hover,
    .lpcmc-read-more:hover,
    .lpcmc-cta-button:hover,
    .lpcmc-sidebar-book:hover {
        transform: none !important;
    }

    .lpcmc-card,
    .lpcmc-card-link,
    .lpcmc-read-more {
        z-index: 1 !important;
    }
}

/* Make sure common sticky headers stay above blog cards/buttons */
header,
.site-header,
.elementor-location-header,
.elementor-sticky,
.elementor-sticky--active,
.elementor-section.elementor-sticky {
    z-index: 9999 !important;
}