/* Planning Center Pro Calendar - Showcase Theme Styles */
.pc-events-container.pc-layout-showcase {
    margin: 20px 0;
}

.pc-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin: 0;
}

.pc-showcase-card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.pc-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.pc-showcase-date-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.pc-showcase-month {
    font-size: 0.8em;
    text-transform: uppercase;
}

.pc-showcase-day {
    font-size: 1.5em;
}

.pc-showcase-img-wrap,
.pc-showcase-img-fallback {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #f0f0f0;
}

.pc-showcase-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-showcase-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

.pc-showcase-img-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.pc-showcase-fallback-content {
    text-align: center;
    color: white;
}

.pc-showcase-fallback-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.pc-showcase-fallback-text {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}

.pc-showcase-content {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    color: #333;
    z-index: 2;
    background: #f0f0f0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    margin-top: auto; /* Pushes content to the bottom */
}

.pc-showcase-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    /* padding-right: 60px; Ensure title doesn't overlap with date badge */
    /* padding-top: 60px; */
}

.pc-showcase-meta {
    margin-bottom: 1rem;
    opacity: 0.95;
}

.pc-showcase-time,
.pc-showcase-location {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #555;
    text-shadow: none;
}

.pc-showcase-description {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
    color: #555;
    text-overflow: ellipsis;
}   max-height: 80px;
    overflow: hidden;
/* Responsive Design */
@media (max-width: 768px) {
    .pc-showcase-grid {
        grid-template-columns: 1fr;
        gap: 20px; 768px) {
    }pc-showcase-grid {
        grid-template-columns: 1fr;
    .pc-showcase-card {
        height: 350px;
    }
    .pc-showcase-card {
    .pc-showcase-content {
        width: calc(100% - 60px);
        padding: 25px 20px;
    }pc-showcase-content {
        width: calc(100% - 60px);
    .pc-showcase-date-badge {
        top: 12px;
        right: 12px;
        min-width: 60px;dge {
        padding: 10px 12px;
    }   right: 12px;
        min-width: 60px;
    .pc-showcase-title {px;
        font-size: 20px;
    }
    .pc-showcase-title {
    .pc-showcase-time {;
        font-size: 15px;
    }
    .pc-showcase-time {
    .pc-showcase-description {
        font-size: 14px;
        max-height: 60px;
    }pc-showcase-description {
}       font-size: 14px;
        max-height: 60px;
@media (max-width: 480px) {
    .pc-showcase-card {
        height: 300px;
    }a (max-width: 480px) {
    .pc-showcase-card {
    .pc-showcase-content {
        width: calc(100% - 30px);
        padding: 20px 10px;
    }pc-showcase-content {
        width: calc(100% - 30px);
    .pc-showcase-date-badge {
        top: 8px;
        right: 8px;
        min-width: 48px;dge {
        padding: 8px 8px;
        border-radius: 8px;
    }   min-width: 48px;
        padding: 8px 8px;
    .pc-showcase-title {px;
        font-size: 18px;
        margin-bottom: 15px;
    }pc-showcase-title {
        font-size: 18px;
    .pc-showcase-time {15px;
        font-size: 14px;
    }
    .pc-showcase-time {
    .pc-showcase-description {
        font-size: 13px;
        max-height: 50px;
    }pc-showcase-description {
        font-size: 13px;
    .pc-showcase-day {px;
        font-size: 20px;
    }
    .pc-showcase-day {
    .pc-showcase-month {
        font-size: 11px;
    }
}   .pc-showcase-month {
        font-size: 11px;
    }
}