.page-id-8581 .entry-title,
.page-id-10 .entry-title,
.page-id-11 .entry-title,
.page-id-129 .entry-title,
.page-id-7288 .entry-title,
.page-id-110 .entry-title,
.page-id-5469 .entry-title {
    display: none;
}
.related-posts,
#jp-relatedposts {
    display: none !important;
}
/* ===== POPUP LAYOUT ===== */

.pum-content {
    text-align: center !important;
}

/* ===== COUNTDOWN ===== */

/* Κεντράρει όλο το countdown block */
.wp-block-jetpack-event-countdown,
.wp-block-coblocks-event-countdown {
    margin-bottom: 8px !important;
}

/* Κάνει το counter μία γραμμή και να μη σπάει */
.event-countdown__counter {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    white-space: nowrap !important;
    margin-bottom: 6px !important;
}

/* Αφαιρεί κενά από τα p */
.event-countdown__counter p {
    margin: 0 !important;
    display: inline !important;
    white-space: nowrap !important;
}

/* Κρύβει labels και default κείμενα */
.event-countdown__counter p,
.event-countdown__counter span {
    font-size: 0 !important;
    line-height: 1 !important;
}

/* Δείχνει μόνο τους αριθμούς */
.event-countdown__day,
.event-countdown__hour,
.event-countdown__minute,
.event-countdown__second {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    display: inline !important;
}

/* Βάζει τελεία ανάμεσα στους αριθμούς */
.event-countdown__day::after,
.event-countdown__hour::after,
.event-countdown__minute::after {
    content: " · ";
    font-size: 22px !important;
    font-weight: 400 !important;
}

/* Κρύβει το τελευταίο "until" */
.event-countdown__counter p:last-child {
    display: none !important;
}

/* ===== TITLE ===== */

.event-countdown__event-title {
    margin-top: 4px !important;
}

.event-countdown__event-title p {
    font-size: 17px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    opacity: 0.8 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* ===== IMAGE ===== */

.pum-content img {
    display: block;
    margin: 14px auto 12px auto !important;
    max-width: 100% !important;
    height: auto !important;
}

/* ===== BUTTON ===== */

.pum-content .wp-block-buttons {
    justify-content: center !important;
    margin-top: 8px !important;
}

.pum-content .wp-block-button__link {
    background: transparent !important;
    color: #6f6f6f !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.pum-content .wp-block-button__link:hover {
    color: #4f4f4f !important;
    background: transparent !important;
}
.wp-block-details .wp-block-group {
    max-width: 600px;
    margin: 0 auto;
}

.wp-block-details ul {
    text-align: left;
}