.elementor-2322 .elementor-element.elementor-element-a085663{--display:flex;}.elementor-2322 .elementor-element.elementor-element-1a5f493{margin:0px 210px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2322 .elementor-element.elementor-element-1a5f493.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2322 .elementor-element.elementor-element-1a5f493{width:var( --container-widget-width, 490.765px );max-width:490.765px;--container-widget-width:490.765px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* ===================================================== */
/* PLANMIO – GROUPED / PAST EVENTS CARD                  */
/* GLOBAL CSS VERSION                                    */
/* ===================================================== */


/* ===================================================== */
/* 0) EVENTS LIST WRAPPER                                */
/* ===================================================== */

.planmio-grouped-events-grid,
.planmio-group-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}


/* ===================================================== */
/* 1) CARD STRUCTURE                                     */
/* ===================================================== */

.planmio-grouped-card {
    width: min(100%, 960px);
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

.planmio-grouped-card-top {
    border: 2px solid #d4af37;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.15);
}

.planmio-grouped-card-inner {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 190px;
    align-items: center;
    min-height: 140px;
    gap: 20px;
}


/* ===================================================== */
/* 2) EVENT IMAGE                                        */
/* ===================================================== */

.planmio-grouped-card-image-col {
    height: 100%;
    align-self: stretch;
}

.planmio-grouped-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.planmio-grouped-card .planmio-event-image {
    display: block;
    width: 200px;
    height: 170px;
    object-fit: cover;
}


/* ===================================================== */
/* 3) CONTENT AREA                                       */
/* ===================================================== */

.planmio-grouped-card-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 16px 0;
    gap: 10px;
}

.planmio-grouped-card-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.planmio-grouped-card-title a {
    color: #2563eb;
    text-decoration: none;
}

.planmio-grouped-card-title a:hover {
    text-decoration: underline;
}

.planmio-grouped-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.planmio-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: #f3f4f6;
    color: #374151;
}

.planmio-card-badge.type {
    background: #eef2ff;
    color: #3730a3;
}

.planmio-card-badge.countdown {
    background: #ecfdf3;
    color: #166534;
}

.planmio-grouped-card-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.planmio-grouped-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #4b5563;
}


.event-date-calendar-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    box-shadow: none !important;
    text-decoration: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.event-date-calendar-link:hover,
.event-date-calendar-link:focus,
.event-date-calendar-link:active {
    background: transparent !important;
    border: none !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.event-date-calendar-link span {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
}



.planmio-grouped-card-links-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}


/* ===================================================== */
/* 4) RIGHT COLUMN                                       */
/* ===================================================== */

.planmio-grouped-card-action-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 190px;
    min-height: 140px;
    padding: 16px 12px 16px 0;
    gap: 16px;
}

.planmio-grouped-card-top-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.planmio-grouped-card-bottom-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}


/* ===================================================== */
/* 5) MAIN ACTION BUTTON                                 */
/* ===================================================== */

.planmio-card-corner-btn {
    white-space: nowrap;
}


/* ===================================================== */
/* 6) PARTICIPANTS COUNT                                 */
/* ===================================================== */

.planmio-grouped-card-count-wrap {
    font-size: 14px;
    z-index: 11;
}

.planmio-grouped-card-count-wrap .planmio-event-participants-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.2;
}


/* ===================================================== */
/* 7) SEND TO A FRIEND                                   */
/* ===================================================== */

.planmio-grouped-card-share-wrap {
    z-index: 9;
}

.planmio-share-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f9f2e8;
    color: #8b5e3c;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.planmio-share-link:hover {
    background: #f1e4d3;
    color: #8b5e3c;
    transform: translateY(-1px);
    text-decoration: none;
}


/* ===================================================== */
/* 8) MORE DETAILS BUTTON                                */
/* ===================================================== */

.planmio-details-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #dc2626 !important;
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}

.planmio-details-toggle:hover {
    color: #b91c1c !important;
    background: transparent !important;
    box-shadow: none !important;
}

.planmio-details-caret {
    font-size: 13px;
    line-height: 1;
}

/* ===================================================== */
/* 9) MY PAST EVENTS – HIDE MORE DETAILS CARET           */
/* ===================================================== */

.planmio-group-section-my-past-events .planmio-details-caret {
    display: none !important;
}

/* ===================================================== */
/* 10) MAP LINK                                           */
/* ===================================================== */

.planmio-inline-link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.planmio-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb;
    text-decoration: none;
}

.planmio-map-link:hover {
    text-decoration: underline;
}

.planmio-map-icon {
    line-height: 1;
}


/* ===================================================== */
/* 11) EXTRA DETAILS PANEL                               */
/* ===================================================== */

.planmio-grouped-card-extra {
    display: none;
    padding: 16px 18px 18px 208px;
    border-top: 1px solid #f1f5f9;
    background: #fafafa;
}

.planmio-grouped-card-extra.open {
    display: block;
}

.planmio-grouped-card-extra-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.planmio-extra-info-item {
    font-size: 14px;
    line-height: 1.55;
    color: #374151;
}


/* ===================================================== */
/* 12) PRICE BREAKDOWN                                   */
/* ===================================================== */

.planmio-grouped-card-price-breakdown {
    margin-top: 8px;
}

.planmio-price-breakdown-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #111827;
}

.planmio-price-breakdown-line {
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
    font-weight: 400;
}

.planmio-price-breakdown-line.total {
    font-weight: 400;
}


/* ===================================================== */
/* 13) GROUP TITLES / EMPTY STATE                        */
/* ===================================================== */

.planmio-group-title {
    font-size: 24px;
    font-weight: 700;
    margin: 1px 0 18px;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.2;
}

.planmio-group-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin-top: 10px;
}

.planmio-group-section {
    margin-bottom: 24px;
}

.planmio-grouped-events-empty {
    font-size: 16px;
    color: #6b7280;
    padding: 20px 0;
}


/* ===================================================== */
/* 14) MOBILE RESPONSIVE                                 */
/* ===================================================== */

@media (max-width: 767px) {
    .planmio-grouped-events-grid,
    .planmio-group-grid {
        gap: 14px;
    }

    .planmio-group-title {
        font-size: 20px;
    }

    .planmio-grouped-card-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
    }

    .planmio-grouped-card .planmio-event-image {
        width: 100%;
        height: 190px;
    }

    .planmio-grouped-card-content-col {
        padding: 16px;
    }

    .planmio-grouped-card-action-col {
        min-width: 0;
        min-height: auto;
        padding: 0 16px 16px;
        align-items: flex-start;
    }

    .planmio-grouped-card-top-right,
    .planmio-grouped-card-bottom-right {
        justify-content: flex-start;
    }

    .planmio-grouped-card-extra {
        padding: 16px;
    }
}

/* ===================================================== */
/* 15) PAST EVENTS – WIDTH FIX FOR IPHONE / IPAD         */
/* ===================================================== */

@media (max-width: 1024px) {
    .planmio-grouped-events-grid,
    .planmio-group-grid,
    .planmio-group-section,
    .planmio-group-section-my-past-events {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .planmio-grouped-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .planmio-grouped-card-inner {
        grid-template-columns: 190px minmax(0, 1fr) 170px !important;
        gap: 16px !important;
    }

    .planmio-grouped-card-content-col {
        min-width: 0 !important;
    }

    .planmio-grouped-card-action-col {
        min-width: 170px !important;
        padding-right: 16px !important;
    }

    .planmio-grouped-card-extra {
        padding: 16px 18px 18px 206px !important;
    }
}

@media (max-width: 767px) {
    .planmio-grouped-card {
        border-radius: 18px !important;
    }

    .planmio-grouped-card-inner {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        gap: 0 !important;
    }

    .planmio-grouped-card-image-col,
    .planmio-grouped-card-image-link {
        width: 100% !important;
    }

    .planmio-grouped-card .planmio-event-image {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
    }

    .planmio-grouped-card-content-col {
        width: 100% !important;
        min-width: 0 !important;
        padding: 16px !important;
    }

    .planmio-grouped-card-action-col {
        width: 100% !important;
        min-width: 0 !important;
        min-height: auto !important;
        padding: 0 16px 16px !important;
        align-items: flex-start !important;
    }

    .planmio-grouped-card-top-right,
    .planmio-grouped-card-bottom-right {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .planmio-grouped-card-extra {
        padding: 16px !important;
    }
}

/* ===================================================== */
/* 16) PAST EVENTS – NARROW WIDTH FIX                    */
/* ===================================================== */

@media (max-width: 820px) {
    .planmio-grouped-events-grid,
    .planmio-group-grid,
    .planmio-group-section,
    .planmio-group-section-my-past-events,
    .planmio-group-section-my-past-events > div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .planmio-grouped-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .planmio-grouped-card-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ===================================================== */
/* 17) PAST EVENTS – WRAPPER WIDTH FIX                   */
/* ===================================================== */

@media (max-width: 820px) {
    body.elementor-page-2322 .planmio-past-events-wrap,
    body.elementor-page-2322 .planmio-past-events-wrap .elementor-widget-shortcode,
    body.elementor-page-2322 .planmio-past-events-wrap .elementor-widget-container,
    body.elementor-page-2322 .planmio-past-events-wrap .elementor-shortcode,
    body.elementor-page-2322 .planmio-past-events-wrap .planmio-grouped-events-grid,
    body.elementor-page-2322 .planmio-past-events-wrap .planmio-group-grid,
    body.elementor-page-2322 .planmio-past-events-wrap .planmio-group-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.elementor-page-2322 .planmio-past-events-wrap .planmio-grouped-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.elementor-page-2322 .planmio-past-events-wrap .planmio-grouped-card-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
}/* End custom CSS */