/* Business open status */
.pk-control-panel-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.pk-control-panel-buttons__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
}

.pk-control-panel-buttons__link--main {
    background: #3BA1DA;
}

.pk-control-panel-buttons__link--partner {
    background: #FF7231;
}

.pk-control-panel-buttons__link:hover {
    background: #ffffff;
    border-color: #D4DD4C;
    color: #000000 !important;
}

.pk-event-repeats-notice {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
}

.pk-event-repeats-notice__value {
    margin: 0 0 6px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.pk-event-repeats-notice__text {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.pk-event-repeats-notice__text p {
    margin: 0 0 5px;
}

.pk-event-repeats-notice__text p:last-child {
    margin-bottom: 0;
}

.pk-completed-events__image .pk-event-repeats-image-notice,
.case-single-related-event__image .pk-event-repeats-image-notice {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: min(86%, 300px);
    box-sizing: border-box;
    padding: 7px 9px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #FFF3A3;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.pk-event-repeats-image-notice__value {
    margin: 0 0 3px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.pk-event-repeats-image-notice__text {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.business-status,
.business-status.open,
.business-status.closed,
.business-status.season-closed {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

/* Business hours card */
.business-hours-card {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.business-hours-card-title {
    padding: 5px;
    margin: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.business-hours-list {
    width: 100%;
    box-sizing: border-box;
}

.business-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px 0;
    border-bottom: 1px solid #D4DD4C;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.business-hours-row:last-child {
    border-bottom: 0;
}

.business-hours-row.today {
    font-weight: 500;
}

.business-hours-day {
    min-width: 100px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.business-hours-time {
    text-align: right;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Single post social links */
.dyn-single-post-social-icons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.dyn-single-post-social-icons__link {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC !important;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.dyn-single-post-social-icons__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dyn-single-post-social-icons__text {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Admin source links */
.dyn-single-post-admin-sources {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dyn-single-post-admin-sources__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration: none !important;
}

.dyn-single-post-admin-sources__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dyn-single-post-admin-sources__text {
    min-width: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.dyn-single-post-admin-sources__link:hover,
.dyn-single-post-admin-sources__link:focus {
    color: #000000 !important;
    text-decoration: none !important;
}

.dyn-single-post-admin-sources__link:hover .dyn-single-post-admin-sources__text,
.dyn-single-post-admin-sources__link:focus .dyn-single-post-admin-sources__text {
    color: #FF7231;
}

/* Event action links */
.event-action-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.event-action-links__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
}

.event-action-links__item:hover {
    border: 1px solid #D4DD4C;
    background: #E7F1EC;
    color: #000000 !important;
}

.event-action-links__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.event-action-links__text {
    display: inline;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.event-action-links__item--facebook .event-action-links__icon,
.event-action-links__item--ticket .event-action-links__icon,
.event-action-links__item--video .event-action-links__icon {
    color: #000000 !important;
    font-weight: 500;
}

.event-action-links__item::after {
    display: none;
    content: none;
}

/* Single post map */
.dyn-single-post-map {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}

.dyn-single-post-map__frame {
    width: 70%;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    background: #f8fafc;
}

.dyn-single-post-map__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.dyn-single-post-map__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    background: #2563eb;
    color: #ffffff !important;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.dyn-single-post-map__button:hover {
    background: #1d4ed8;
}

.dyn-single-post-map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: Arial, sans-serif;
}

.dyn-single-post-map-icon__pin {
    line-height: 1;
}

/* Admin contact, social and views */
.dyn-admin-contact-details {
    display: grid;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dyn-admin-contact-details__row {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.dyn-admin-contact-details__label {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dyn-admin-contact-details__value,
.dyn-admin-contact-details__value a {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.dyn-admin-social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.dyn-admin-social-icons__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC !important;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    text-align: center;
}

.dyn-admin-social-icons__link--facebook,
.dyn-admin-social-icons__link--instagram,
.dyn-admin-social-icons__link--website,
.dyn-admin-social-icons__link--extra {
    background: #E7F1EC !important;
    color: #000000 !important;
}

.dyn-admin-social-icons__link::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    box-sizing: border-box;
    max-width: 220px;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
    text-align: center;
}

.dyn-admin-social-icons__link:hover::after,
.dyn-admin-social-icons__link:focus::after {
    opacity: 1;
    visibility: visible;
}

.dyn-admin-post-views {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.dyn-admin-post-views__label,
.dyn-admin-post-views__number {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Extra event days */
.all-klik-extra-list {
    list-style: none;
    margin: 3px 0;
    padding: 3px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.all-klik-extra-item,
.all-klik-extra-now-box {
    box-sizing: border-box;
    margin: 3px 0;
    padding: 4px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.all-klik-extra-now-box {
    font-size: 12px;
    font-weight: 500;
}

.all-klik-extra-date {
    margin: 2px 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.all-klik-extra-now-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin: 2px 0;
}

.all-klik-extra-date-main {
    min-width: 0;
    line-height: 1.4;
}

.all-klik-extra-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

.all-klik-extra-item.is-past,
.all-klik-extra-item.is-next,
.all-klik-extra-item.is-upcoming,
.all-klik-extra-status.is-live,
.all-klik-extra-status.is-completed {
    color: #000000;
}

/* Event days only - no extra date presentation fields */
.klik-event-days-list {
    list-style: none;
    display: grid;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.klik-event-days-item,
.klik-event-days-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #9fb7ad;
    border-radius: 4px;
    background: #f7faf8;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.klik-event-days-item--past {
    border-color: #d60000;
}

.klik-event-days-item--next {
    border-color: #2563eb;
}

.klik-event-days-item--future {
    border-color: #ff7231;
}

.klik-event-days-date,
.klik-event-days-now__date {
    min-width: 0;
    color: #000000;
    overflow-wrap: anywhere;
}

.klik-event-days-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 2px 6px;
    border: 1px solid #9fb7ad;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
}

.klik-event-days-status.is-live {
    border-color: #22c55e;
}

.klik-event-days-status.is-completed {
    border-color: #d60000;
}

.all-klik-extra-presentations {
    margin: 3px 0;
    padding: 3px;
    box-sizing: border-box;
}

.all-klik-extra-presentation {
    margin: 3px 0;
    padding: 4px;
    border-top: 1px solid #D4DD4C;
}

.all-klik-extra-presentations .all-klik-extra-title {
    margin: 3px 0;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.all-klik-extra-presentations .all-klik-extra-text {
    margin: 3px 0;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.25;
}

.all-klik-extra-gallery-box {
    box-sizing: border-box;
    margin: 3px 0;
    padding: 4px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    text-align: center;
}

.all-klik-extra-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.all-klik-extra-gallery a {
    display: inline-flex;
}

.all-klik-extra-gallery img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    cursor: pointer;
}

/* Home event date */
.home-event-date-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    background: #ffffff;
    border-top: 1px solid #dbeafe;
    border-bottom: 1px solid #dbeafe;
    border-left: 4px solid #2563eb;
    border-right: 4px solid #2563eb;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.home-event-date-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    margin-left: -2px;
}

.home-event-date-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-event-date-main {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    color: #1e3a8a;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.home-event-date-day {
    color: #1d4ed8;
}

.home-event-date-date {
    color: #111827;
}

.home-event-date-time {
    color: #2563eb;
    white-space: nowrap;
}

.home-event-date-secondary {
    align-self: flex-start;
    color: #475569;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

.home-event-date-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 3px;
    padding: 3px 9px;
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

/* Event days presentation shortcodes */
.case-event-extra-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.case-event-extra-item,
.case-event-extra-current {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 7px 9px;
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.case-event-extra-current {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-color: #16a34a;
    border-left: 4px solid #16a34a;
    border-right: 4px solid #16a34a;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.case-event-extra-current::before {
    content: "🗓️";
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    border: 1px solid #86efac;
    border-radius: 50%;
    font-size: 15px;
    margin-bottom: 1px;
}

.case-event-extra-date {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.case-event-extra-past {
    border-color: #dc2626;
}

.case-event-extra-past .case-event-extra-date {
    color: #b91c1c;
}

.case-event-extra-current .case-event-extra-date {
    color: #15803d;
}

.case-event-extra-next {
    border-color: #0284c7;
}

.case-event-extra-next .case-event-extra-date {
    color: #0369a1;
}

.case-event-extra-future {
    border-color: #ea580c;
}

.case-event-extra-future .case-event-extra-date {
    color: #c2410c;
}

.case-event-extra-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.case-event-extra-status.is-completed {
    background: #fee2e2;
    color: #991b1b;
}

.case-event-extra-presentations {
    width: 100%;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
}

.case-event-extra-presentation {
    width: 100%;
    max-width: 620px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    padding: 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.case-event-extra-title {
    margin: 0 0 3px;
    color: #111827;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.case-event-extra-text {
    margin: 0;
    color: #374151;
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.35;
    text-align: center;
}

.case-event-extra-gallery {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.case-event-extra-gallery a {
    display: inline-block;
}

.case-event-extra-gallery img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    cursor: zoom-in;
}

@media (max-width: 767px) {
    .dyn-single-post-map__frame {
        width: 100%;
        height: 260px;
    }

    .dyn-single-post-map__button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .business-status,
    .business-status.open,
    .business-status.closed,
    .business-status.season-closed {
        display: block;
        width: 100%;
    }

    .business-hours-card {
        width: 100%;
        margin: 5px 0;
    }

    .business-hours-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .business-hours-day {
        min-width: 0;
        text-align: center;
    }

    .business-hours-time {
        text-align: center;
    }

    .dyn-single-post-social-icons__link {
        justify-content: flex-start;
    }

    .dyn-single-post-social-icons__text {
        overflow-wrap: anywhere;
    }

    .event-action-links {
        align-items: stretch;
    }

    .event-action-links__item {
        width: 100%;
    }

    .event-action-links__text {
        overflow-wrap: anywhere;
    }

    .dyn-admin-contact-details {
        width: 100%;
    }

    .dyn-admin-contact-details__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .dyn-admin-social-icons {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .dyn-admin-social-icons__link::after {
        white-space: normal;
        max-width: 180px;
    }

    .dyn-admin-post-views {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .all-klik-extra-now-date {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .all-klik-extra-status {
        white-space: normal;
        text-align: center;
    }

    .all-klik-extra-gallery img {
        width: 80px;
        height: 80px;
    }

    .case-event-extra-list {
        gap: 5px;
    }

    .case-event-extra-item,
    .case-event-extra-current {
        padding: 6px 7px;
        border-radius: 7px;
    }

    .case-event-extra-current::before {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

    .case-event-extra-date {
        font-size: 12.5px;
        line-height: 1.35;
    }

    .case-event-extra-title {
        font-size: 12.5px;
    }

    .case-event-extra-text {
        font-size: 12px;
    }

    .case-event-extra-gallery img {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 480px) {
    .home-event-date-card {
        align-items: flex-start;
        padding: 11px 12px;
        gap: 10px;
    }

    .home-event-date-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 20px;
        margin-top: 1px;
    }

    .home-event-date-main {
        font-size: 14px;
        gap: 5px;
    }

    .home-event-date-secondary {
        font-size: 12.5px;
    }
}

/* Event card relations */
.event-card-relations {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    width: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.event-card-relations-row {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.event-card-relations-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: top;
}

.event-card-relations-content {
    display: inline;
    min-width: 0;
    text-align: center;
}

.event-card-relations-label {
    color: #374151;
    font-weight: 700;
}

.event-card-relations-links a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.event-card-relations-links a:hover {
    text-decoration: underline;
}

/* Simple related events boxes */
.events-overlay-in-all,
.organizer-whith-events-diafimisi {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif !important;
}

.events-overlay-in-all__item,
.organizer-whith-events-diafimisi__item {
    position: static !important;
    display: grid !important;
    gap: 2px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 5px !important;
    border: 1px solid rgba(212, 221, 76, 0.85) !important;
    border-radius: 5px !important;
    background: rgba(0, 0, 0, 0.58) !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.events-overlay-in-all__item:hover,
.organizer-whith-events-diafimisi__item:hover {
    background: rgba(0, 0, 0, 0.72) !important;
    color: #ffffff !important;
}

.events-overlay-in-all__title,
.organizer-whith-events-diafimisi__title {
    display: block !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

.events-overlay-in-all__presentation-title,
.organizer-whith-events-diafimisi__presentation-title {
    display: block !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.events-overlay-in-all__type,
.organizer-whith-events-diafimisi__type {
    display: block !important;
    color: #D4DD4C !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.events-overlay-in-all__date,
.organizer-whith-events-diafimisi__date {
    display: block !important;
    color: #ffd98a !important;
    font-family: Arial, sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

.organizer-whith-events-diafimisi__item:nth-child(1) {
    border-color: #D4DD4C !important;
}

.organizer-whith-events-diafimisi__item:nth-child(2) {
    border-color: #00a6d6 !important;
}

.organizer-whith-events-diafimisi__item:nth-child(3) {
    border-color: #FF7231 !important;
}

.organizer-whith-events-diafimisi__item:nth-child(4) {
    border-color: #d60000 !important;
}

.organizer-whith-events-diafimisi__date {
    color: #FF7231 !important;
}

@media (max-width: 600px) {
    .event-user-debug-extra-body {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
    }

    .event-user-debug-extra-col {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Admin event dates debug */
.event-admin-date-debug {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 3px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.event-admin-date-debug__title {
    display: none;
}

.event-admin-date-debug__row {
    display: grid;
    grid-template-columns: 90px 95px 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 2px;
    box-sizing: border-box;
    margin: 2px 0 !important;
    padding: 2px !important;
    min-height: 0 !important;
    height: auto !important;
    border: 1px solid #d60000;
    border-radius: 5px;
    background: #ffffff;
}

.event-admin-date-debug__head,
.event-admin-date-debug__body {
    display: contents;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

.event-admin-date-debug__label,
.event-admin-date-debug__status,
.event-admin-date-debug__col {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px !important;
    height: 22px !important;
    box-sizing: border-box;
    padding: 2px 4px !important;
    margin: 0 !important;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.event-admin-date-debug__label,
.event-admin-date-debug__status {
    font-weight: 600;
}

.event-admin-date-debug__col strong {
    display: none;
}

.event-admin-date-debug__row--past {
    border-color: #d60000;
}

.event-admin-date-debug__row--current {
    border-color: #22c55e;
}

.event-admin-date-debug__row--next {
    border-color: #2563eb;
}

.event-admin-date-debug__row--future {
    border-color: #ff7231;
}

.event-admin-date-debug {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 3px !important;
    line-height: 1 !important;
}

.event-admin-date-debug * {
    box-sizing: border-box !important;
}

.event-admin-date-debug__title {
    display: none !important;
}

.event-admin-date-debug__row {
    display: grid !important;
    grid-template-columns: 90px 95px 1fr 1fr 1fr 1fr !important;
    gap: 2px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 2px !important;
    min-height: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}

.event-admin-date-debug__head,
.event-admin-date-debug__body {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.event-admin-date-debug__label,
.event-admin-date-debug__status,
.event-admin-date-debug__col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 2px 4px !important;
    line-height: 1 !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.event-admin-date-debug__col strong,
.event-admin-date-debug__col br {
    display: none !important;
}

@media (max-width: 900px) {
    .event-admin-date-debug__row {
        grid-template-columns: 1fr 1fr !important;
    }

    .event-admin-date-debug__label,
    .event-admin-date-debug__status,
    .event-admin-date-debug__col {
        height: auto !important;
        min-height: 24px !important;
        max-height: none !important;
        white-space: normal !important;
    }
}

@media (max-width: 520px) {
    .event-admin-date-debug__row {
        grid-template-columns: 1fr !important;
    }

    .event-admin-date-debug__head,
    .event-admin-date-debug__body {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2px !important;
    }
}
/* Unified catalog cards */
.pk-uni-catalog {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-uni-search {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
}

.pk-uni-search__form {
    display: flex;
    gap: 5px;
    width: 100%;
}

.pk-uni-search__input {
    flex: 1;
    min-width: 0;
    height: 38px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pk-uni-search__button,
.pk-uni-search__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer;
}

.pk-uni-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.pk-uni-card {
    display: grid;
    grid-template-rows: 92px auto 1fr;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.pk-uni-card__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    max-height: 92px;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 1px solid #D4DD4C;
    background: #E7F1EC;
    text-align: center;
    overflow: hidden;
}

.pk-uni-card__type {
    display: -webkit-box;
    max-width: 100%;
    max-height: 32px;
    box-sizing: border-box;
    margin: 0 0 3px;
    padding: 2px 6px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    line-height: 1.25;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-uni-card__title {
    max-width: 100%;
    max-height: 38px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.pk-uni-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: #2c6f8f !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-uni-card__head:hover .pk-uni-card__title a {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-uni-card__image {
    position: relative;
    isolation: isolate;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #E7F1EC;
    text-align: center;
}

.pk-uni-card__image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.pk-uni-card__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background: #E7F1EC;
    color: #2c6f8f;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.pk-uni-card__overlay {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.pk-uni-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 95px;
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #D4DD4C;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.pk-uni-card__line {
    width: 100%;
    overflow-wrap: anywhere;
}

.pk-uni-card__address,
.pk-uni-card__phones,
.pk-uni-card__socials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

.pk-uni-card__area {
    color: #2c6f8f;
    font-weight: 600;
}

.pk-uni-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.pk-uni-status {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.pk-uni-status.is-open {
    color: #15803d;
}

.pk-uni-status.is-closed {
    color: #d60000;
}

.pk-uni-empty {
    padding: 15px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    text-align: center;
}

.pk-uni-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.pk-uni-pagination a,
.pk-uni-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    box-sizing: border-box;
    padding: 5px 9px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    text-decoration: none !important;
}

.pk-uni-pagination .current {
    background: #D4DD4C;
}

@media (max-width: 1024px) {
    .pk-uni-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-uni-grid {
        grid-template-columns: 1fr;
    }

    .pk-uni-search__form {
        flex-direction: column;
    }
}
/* End unified catalog cards */

/* Single event related cards */
.pk-event-related-cards {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-event-related-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
}

.pk-event-related-card {
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.pk-event-related-card__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 1px solid #D4DD4C;
    background: #E7F1EC;
    text-align: center;
    overflow: hidden;
}

.pk-event-related-card__relation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 5px;
    padding: 5px 12px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #FF7231;
    color: #15803d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.pk-event-related-card__type {
    display: -webkit-box;
    max-width: 100%;
    max-height: 32px;
    box-sizing: border-box;
    margin: 0 0 4px;
    padding: 2px 6px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-event-related-card__title {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #2c6f8f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.pk-event-related-card__title a {
    color: #2c6f8f !important;
    text-decoration: none !important;
}

.pk-event-related-card__head:hover .pk-event-related-card__title a {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-event-related-card__image {
    width: 100%;
    box-sizing: border-box;
    background: #E7F1EC;
    text-align: center;
}

.pk-event-related-card__image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.pk-event-related-card__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background: #E7F1EC;
    color: #2c6f8f;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.pk-event-related-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 95px;
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #D4DD4C;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.pk-event-related-card__line {
    width: 100%;
    overflow-wrap: anywhere;
}

.pk-event-related-card__address,
.pk-event-related-card__phones,
.pk-event-related-card__socials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

.pk-event-related-card__area {
    color: #2c6f8f;
    font-weight: 600;
}

.pk-event-related-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.pk-event-related-card__status {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.pk-event-related-card__status.is-open {
    color: #15803d;
}

.pk-event-related-card__status.is-closed {
    color: #d60000;
}
/* Unified catalog fixed image area */
.pk-uni-card__image {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pk-uni-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pk-uni-card__image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
}

@media (max-width: 600px) {
    .pk-uni-card__image {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
    }
}
/* End single event related cards */

.event-day-presentation-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

.event-day-presentation-title__item {
    box-sizing: border-box;
    padding: 4px 6px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

/* Single related events loop */
.case-single-related-events {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.case-single-related-events__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.case-single-related-event {
    display: grid;
    grid-template-rows: 106px 285px 1fr;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.case-single-related-event__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    box-sizing: border-box;
    min-height: 106px;
    padding: 5px;
    border-bottom: 1px solid #D4DD4C;
    background: #E7F1EC;
    color: #000000;
    text-align: center;
    overflow: hidden;
}

.case-single-related-event__head > * {
    max-width: 100%;
    min-width: 0;
}

.case-single-related-event__type {
    display: block;
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: 0;
    min-height: 22px;
    max-height: 22px;
    box-sizing: border-box;
    padding: 3px 7px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-single-related-event__title {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    max-height: 34px;
    box-sizing: border-box;
    margin: 0;
    color: #2c6f8f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-single-related-event__title a {
    color: #2c6f8f !important;
    text-decoration: none !important;
}

.case-single-related-event__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.case-single-related-event__current {
    width: 100%;
    min-width: 0;
    max-height: 38px;
    overflow: hidden;
}

.case-single-related-event__current .klik-event-days-now {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 3px 5px !important;
    overflow: hidden !important;
}

.case-single-related-event__current .klik-event-days-now,
.case-single-related-event__current .klik-event-days-now * {
    font-size: 11px !important;
    line-height: 1.25 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.case-single-related-event__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 285px;
    box-sizing: border-box;
    padding: 10px;
    background: #E7F1EC;
    overflow: hidden;
}

.case-single-related-event__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case-single-related-event__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2c6f8f;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.case-single-related-event__dates {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    max-height: 64%;
    overflow: hidden;
}

.case-single-related-event__dates .klik-event-days-list {
    margin: 0 !important;
}

.case-single-related-event__dates .klik-event-days-list,
.case-single-related-event__dates .klik-event-days-list *,
.case-single-related-event__dates .klik-event-days-now,
.case-single-related-event__dates .klik-event-days-now * {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.case-single-related-event__relations {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #D4DD4C;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
}

.case-single-related-event__relations .event-card-relations {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.case-single-related-event__relations .event-card-relations,
.case-single-related-event__relations .event-card-relations * {
    font-size: 11px !important;
    line-height: 1.25 !important;
}

.case-single-related-events__load {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 12px auto 0;
    padding: 7px 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.case-single-related-events__load:hover {
    color: #FF7231;
}

.case-single-related-events__load:disabled {
    cursor: wait;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .case-single-related-events__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .case-single-related-events__grid {
        grid-template-columns: 1fr;
    }

    .case-single-related-event {
        grid-template-rows: 106px 265px 1fr;
    }

    .case-single-related-event__image {
        height: 265px;
    }
}

/* Advertising post blocks */
.pk-ad-posts {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-ad-posts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.pk-ad-posts__card {
    display: grid;
    grid-template-rows: 76px 250px;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b83280;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.pk-ad-posts__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    box-sizing: border-box;
    padding: 5px;
    background: #ffffff;
    text-align: center;
}

.pk-ad-posts__type {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 24px;
    box-sizing: border-box;
    padding: 3px 7px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pk-ad-posts__title {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    max-height: 36px;
    box-sizing: border-box;
    margin: 0;
    color: #2c9aa0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-ad-posts__title a {
    color: #2c9aa0 !important;
    text-decoration: none !important;
}

.pk-ad-posts__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-ad-posts__image {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 10px;
    background: #E7F1EC;
    overflow: hidden;
}

.pk-ad-posts__image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.pk-ad-posts__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pk-ad-posts__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2c6f8f;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.pk-ad-posts__events {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    max-height: 62%;
    overflow: hidden;
}

.pk-ad-posts__events .organizer-whith-events-diafimisi,
.pk-ad-posts__events .organizer-whith-events-diafimisi * {
    font-size: 10px !important;
    line-height: 1.18 !important;
}

.pk-ad-posts__events .organizer-whith-events-diafimisi__item {
    padding: 4px !important;
}

@media (max-width: 1024px) {
    .pk-ad-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-ad-posts__grid {
        grid-template-columns: 1fr;
    }

    .pk-ad-posts__card {
        grid-template-rows: 76px 230px;
    }

    .pk-ad-posts__image {
        height: 230px;
    }
}

/* Home events grid */
.pk-home-events {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-home-events-filter {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 12px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.pk-home-events-filter__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pk-home-events-filter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 5px 9px;
    border-right: 1px solid #D4DD4C;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.pk-home-events-filter__link:first-child {
    border-left: 1px solid #D4DD4C;
}

.pk-home-events-filter__link:hover,
.pk-home-events-filter__link.is-active {
    color: #FF7231 !important;
}

.pk-home-events-filter__select-form {
    display: none;
    width: 100%;
    margin: 0;
}

.pk-home-events-filter__select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.pk-home-events__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.pk-home-events__card {
    display: grid;
    grid-template-rows: 142px 430px 62px;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.pk-home-events__head {
    display: grid;
    grid-template-rows: 24px 42px 60px;
    align-items: stretch;
    justify-content: stretch;
    gap: 3px;
    min-width: 0;
    box-sizing: border-box;
    padding: 4px 5px 6px;
    border-bottom: 1px solid #D4DD4C;
    background: #E7F1EC;
    text-align: center;
}

.pk-home-events__type {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: 23px;
    box-sizing: border-box;
    padding: 3px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pk-home-events__title {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    margin: 0;
    color: #2c6f8f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    overflow: hidden;
}

.pk-home-events__title a {
    display: -webkit-box;
    max-width: 100%;
    max-height: 38px;
    overflow: hidden;
    color: #2c6f8f !important;
    text-decoration: none !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-home-events__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-home-events__date {
    align-self: center;
    width: 100%;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.pk-home-events__date .home-event-date-card {
    display: grid !important;
    grid-template-columns: 28px minmax(0, auto) !important;
    min-height: 60px !important;
    height: 60px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 5px !important;
    gap: 6px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    text-align: center !important;
}

.pk-home-events__date .home-event-date-icon {
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.pk-home-events__date .home-event-date-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    text-align: center !important;
}

.pk-home-events__date .home-event-date-main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

.pk-home-events__date .home-event-date-secondary,
.pk-home-events__date .home-event-date-status {
    align-self: center !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.pk-home-events__date .home-event-date-status {
    width: fit-content !important;
    margin: 1px auto 0 !important;
    padding: 2px 7px !important;
}

.pk-home-events__image {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 430px;
    min-width: 0;
    box-sizing: border-box;
    background: #E7F1EC;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pk-home-events__image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.pk-home-events__img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.pk-home-events__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2c6f8f;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pk-home-events__image-info {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-height: calc(100% - 12px);
    box-sizing: border-box;
    pointer-events: none;
}

.pk-home-events__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 4px 10px;
    border: 1px solid #d60000;
    border-radius: 5px;
    background: #ffffff;
    color: #d60000;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.pk-home-events__presentation,
.pk-home-events__repeats,
.pk-home-events__price-row {
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid rgba(212, 221, 76, 0.9);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.pk-home-events__presentation .event-day-presentation-title {
    margin: 0 !important;
}

.pk-home-events__presentation .event-day-presentation-title__item {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.pk-home-events__price-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}

.pk-home-events__relations {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    box-sizing: border-box;
    padding: 4px;
    border-top: 1px solid #D4DD4C;
    background: #ffffff;
    text-align: center;
}

.pk-home-events__relations .event-card-relations {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pk-home-events__relations .event-card-relations,
.pk-home-events__relations .event-card-relations * {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.pk-events-grid-loadmore {
    text-align: center;
}

.pk-events-grid-loadmore__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 190px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 16px auto 0;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 8px 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.pk-events-grid-loadmore__button:hover {
    background: #ffffff;
    color: #FF7231;
}

.pk-events-grid-loadmore__button:disabled {
    cursor: wait;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .pk-home-events__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-home-events-filter__links {
        display: none;
    }

    .pk-home-events-filter__select-form {
        display: block;
    }

    .pk-home-events__grid {
        grid-template-columns: 1fr;
    }

    .pk-home-events__card {
        grid-template-rows: 142px 390px 62px;
    }

    .pk-home-events__image {
        height: 390px;
    }

    .pk-events-grid-loadmore__button {
        width: 100%;
    }
}

/* Completed events grid */
.pk-completed-events {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-completed-events__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.pk-completed-events__card {
    display: grid;
    grid-template-rows: 78px 430px 62px;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #D4DD4C;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.pk-completed-events__head {
    display: grid;
    grid-template-rows: 24px 42px;
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
    min-width: 0;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 1px solid #D4DD4C;
    background: #E7F1EC;
    text-align: center;
    overflow: hidden;
}

.pk-completed-events__head > * {
    max-width: 100%;
    min-width: 0;
}

.pk-completed-events__type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: 0;
    height: 23px;
    box-sizing: border-box;
    padding: 3px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pk-completed-events__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    margin: 0;
    color: #2c6f8f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    overflow: hidden;
}

.pk-completed-events__title a {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    max-height: 38px;
    overflow: hidden;
    color: #2c6f8f !important;
    text-decoration: none !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-completed-events__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-completed-events__image {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 430px;
    min-width: 0;
    box-sizing: border-box;
    background: #E7F1EC;
    overflow: hidden;
}

.pk-completed-events__image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.pk-completed-events__img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.pk-completed-events__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2c6f8f;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pk-completed-events__image-info {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-height: calc(100% - 12px);
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: none;
}

.pk-completed-events__presentation,
.pk-completed-events__past-days {
    max-width: 100%;
    box-sizing: border-box;
}

.pk-completed-events__presentation .event-day-presentation-title {
    margin: 0 !important;
}

.pk-completed-events__presentation .event-day-presentation-title__item {
    padding: 5px 8px !important;
    border: 1px solid rgba(212, 221, 76, 0.9) !important;
    border-radius: 5px !important;
    background: rgba(0, 0, 0, 0.58) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.pk-completed-events__past-days {
    width: 100%;
}

.pk-completed-events__past-days .klik-event-days-list {
    margin: 0 !important;
}

.pk-completed-events__past-days .klik-event-days-list,
.pk-completed-events__past-days .klik-event-days-list * {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.pk-completed-events__past-days .klik-event-days-item {
    padding: 4px 6px !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

.pk-completed-events__relations {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    box-sizing: border-box;
    padding: 4px;
    border-top: 1px solid #D4DD4C;
    background: #ffffff;
    text-align: center;
}

.pk-completed-events__relations .event-card-relations {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pk-completed-events__relations .event-card-relations,
.pk-completed-events__relations .event-card-relations * {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

@media (max-width: 1024px) {
    .pk-completed-events__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-completed-events__grid {
        grid-template-columns: 1fr;
    }

    .pk-completed-events__card {
        grid-template-rows: 78px 390px 62px;
    }

    .pk-completed-events__image {
        height: 390px;
    }
}

/* User posts manager */
.pk-user-posts-manager {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-user-posts-manager__search {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    margin: 0 auto 16px;
}

.pk-user-posts-manager__search input {
    flex: 1;
    min-width: 0;
    height: 38px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pk-user-posts-manager__search button,
.pk-user-posts-manager__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    box-sizing: border-box;
    padding: 5px 12px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.pk-user-posts-manager__clear {
    background: #ffffff;
}

.pk-user-posts-manager__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.pk-user-post-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.pk-user-post-card__status {
    min-height: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.pk-user-post-card__status--publish {
    color: #15803d;
}

.pk-user-post-card__status--private {
    color: #d60000;
}

.pk-user-post-card__type {
    min-height: 20px;
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
}

.pk-user-post-card__title {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #2f6f82;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.pk-user-post-card__title a {
    color: #2f6f82 !important;
    text-decoration: none !important;
}

.pk-user-post-card__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-user-post-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
}

.pk-user-post-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pk-user-post-card__image span {
    color: #000000;
    font-size: 13px;
}

.pk-user-post-card__meta {
    display: grid;
    gap: 2px;
    margin-top: auto;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.pk-user-post-card__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 28px;
    box-sizing: border-box;
    margin: 4px auto 0;
    padding: 5px 12px;
    border-radius: 5px;
    background: #4b5563;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
}

.pk-user-post-card__edit--test {
    margin-top: 8px;
    background: #ff7231;
}

.pk-user-post-card__edit--test:hover {
    background: #e35f21;
}

.pk-user-posts-manager__pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.pk-user-posts-manager__pagination a {
    min-width: 32px;
    box-sizing: border-box;
    padding: 5px 9px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
}

.pk-user-posts-manager__pagination a.is-active {
    background: #D4DD4C;
    font-weight: 700;
}

.pk-user-posts-manager__empty {
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1024px) {
    .pk-user-posts-manager__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-user-posts-manager__search {
        flex-direction: column;
    }

    .pk-user-posts-manager__grid {
        grid-template-columns: 1fr;
    }

    .pk-user-post-card__image {
        height: auto;
    }
}

/* User events manager */
.pk-user-events-manager {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-user-events-manager__search {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    margin: 0 auto 16px;
}

.pk-user-events-manager__search input {
    flex: 1;
    min-width: 0;
    height: 38px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pk-user-events-manager__search button,
.pk-user-events-manager__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    box-sizing: border-box;
    padding: 5px 12px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.pk-user-events-manager__clear {
    background: #ffffff;
}

.pk-user-events-manager__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.pk-user-event-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.pk-user-event-card__status,
.pk-user-event-card__event-status {
    min-height: 19px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.pk-user-event-card__status--publish {
    color: #15803d;
}

.pk-user-event-card__status--private {
    color: #d60000;
}

.pk-user-event-card__event-status.is-future {
    color: #15803d;
}

.pk-user-event-card__event-status.is-completed {
    color: #d60000;
}

.pk-user-event-card__event-status.is-warning {
    color: #ff7231;
}

.pk-user-event-card__type {
    min-height: 19px;
    color: #000000;
    font-size: 12px;
    line-height: 1.2;
}

.pk-user-event-card__title {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #2f6f82;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.pk-user-event-card__title a {
    color: #2f6f82 !important;
    text-decoration: none !important;
}

.pk-user-event-card__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-user-event-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px;
    min-height: 360px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
}

.pk-user-event-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pk-user-event-card__no-image {
    color: #000000;
    font-size: 13px;
}

.event-helper-debug {
    width: 100%;
    max-width: 760px;
    box-sizing: border-box;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.15;
}

.event-helper-debug__title {
    margin: 0 0 4px;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.event-helper-debug__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
}

.event-helper-debug__cell {
    box-sizing: border-box;
    min-width: 0;
    min-height: 32px;
    padding: 4px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
}

.event-helper-debug__cell strong {
    display: block;
    margin-bottom: 2px;
    color: #2f6f82;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
}

.event-helper-debug__cell span {
    display: block;
}

.event-helper-debug__cell.is-ok span {
    color: #15803d;
    font-weight: 700;
}

.event-helper-debug__cell.is-warning span,
.event-helper-debug__cell.is-error span {
    color: #d60000;
    font-weight: 700;
}

.event-helper-debug.is-completed {
    border-color: #d60000;
}

.event-helper-debug.is-future {
    border-color: #15803d;
}

.event-helper-debug.is-warning {
    border-color: #FF7231;
}

.event-helper-debug.event-helper-debug--single {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    box-sizing: border-box !important;
    margin: 5px auto !important;
    padding: 5px !important;
    border: 1px solid #D4DD4C !important;
    border-radius: 5px !important;
    background: #E7F1EC !important;
    color: #000000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.event-helper-debug.event-helper-debug--single .event-helper-debug__title {
    margin: 0 0 4px !important;
    color: #000000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

.event-helper-debug.event-helper-debug--single .event-helper-debug__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 3px !important;
}

.event-helper-debug.event-helper-debug--single .event-helper-debug__cell {
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 32px !important;
    padding: 4px !important;
    border: 1px solid #D4DD4C !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

.event-helper-debug.event-helper-debug--single .event-helper-debug__cell strong {
    display: block !important;
    margin: 0 0 2px !important;
    color: #2f6f82 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.event-helper-debug.event-helper-debug--single .event-helper-debug__cell span {
    display: block !important;
}

.pk-user-event-card__debug {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    max-height: 128px;
    overflow: hidden;
}

.pk-user-event-card__debug .event-helper-debug {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 3px !important;
    border: 1px solid rgba(212, 221, 76, 0.9) !important;
    border-radius: 5px !important;
    background: rgba(231, 241, 236, 0.94) !important;
    color: #000000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
}

.pk-user-event-card__debug .event-helper-debug__title {
    margin: 0 0 2px !important;
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    text-align: center !important;
}

.pk-user-event-card__debug .event-helper-debug__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2px !important;
}

.pk-user-event-card__debug .event-helper-debug__cell {
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 2px !important;
    border: 1px solid #D4DD4C !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
}

.pk-user-event-card__debug .event-helper-debug__cell strong {
    display: none !important;
}

.pk-user-event-card__debug .event-helper-debug__cell span {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.pk-user-event-card__relations {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    text-align: center;
}

.pk-user-event-card__relations .event-card-relations {
    width: 100%;
    align-items: center;
    gap: 3px;
    margin: 0;
}

.pk-user-event-card__relations .event-card-relations-row {
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
}

.pk-user-event-card__relations .event-card-relations,
.pk-user-event-card__relations .event-card-relations * {
    font-size: 11px !important;
    line-height: 1.18 !important;
}

.pk-user-event-card__relations .event-card-relations-icon {
    min-width: auto;
    line-height: 1 !important;
}

.pk-user-event-card__relations .event-card-relations-links a {
    color: #2f6f82 !important;
}

.pk-user-event-card__meta {
    display: grid;
    gap: 2px;
    margin-top: auto;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.pk-user-event-card__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 28px;
    box-sizing: border-box;
    margin: 4px auto 0;
    padding: 5px 12px;
    border-radius: 5px;
    background: #4b5563;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
}

.pk-user-events-manager__pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.pk-user-events-manager__pagination a {
    min-width: 32px;
    box-sizing: border-box;
    padding: 5px 9px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
}

.pk-user-events-manager__pagination a.is-active {
    background: #D4DD4C;
    font-weight: 700;
}

.pk-user-events-manager__empty {
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1024px) {
    .pk-user-events-manager__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-user-events-manager__search {
        flex-direction: column;
    }

    .pk-user-events-manager__grid {
        grid-template-columns: 1fr;
    }

    .pk-user-event-card__image {
        height: 390px;
        min-height: 390px;
    }

    .event-helper-debug__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-helper-debug.event-helper-debug--single .event-helper-debug__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* My user content pages */
.pk-my-user-content {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.pk-my-user-content__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
}

.pk-my-user-content__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.pk-my-user-content__add:hover {
    color: #FF7231 !important;
}

.pk-my-user-content__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.pk-my-user-post-card,
.pk-my-user-event-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
}

.pk-my-user-card__status,
.pk-my-user-card__event-status {
    min-height: 19px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.pk-my-user-card__status.is-published,
.pk-my-user-card__event-status.is-future {
    color: #15803d;
}

.pk-my-user-card__status.is-private,
.pk-my-user-card__event-status.is-completed {
    color: #d60000;
}

.pk-my-user-card__event-status.is-warning {
    color: #FF7231;
}

.pk-my-user-post-card__type,
.pk-my-user-event-card__type {
    min-height: 18px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pk-my-user-post-card__title,
.pk-my-user-event-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0;
    color: #2f6f82;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    overflow: hidden;
}

.pk-my-user-post-card__title a,
.pk-my-user-event-card__title a {
    display: -webkit-box;
    max-width: 100%;
    color: #2f6f82 !important;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pk-my-user-post-card__title a:hover,
.pk-my-user-event-card__title a:hover {
    color: #FF7231 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.pk-my-user-post-card__image,
.pk-my-user-event-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
}

.pk-my-user-post-card__image {
    aspect-ratio: 1 / 1;
}

.pk-my-user-event-card__image {
    height: 360px;
    min-height: 360px;
}

.pk-my-user-post-card__image img,
.pk-my-user-event-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pk-my-user-post-card__image span,
.pk-my-user-event-card__image span {
    font-size: 13px;
}

.pk-my-user-event-card__dates {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    z-index: 2;
    max-height: 58%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pk-my-user-event-card__date-line {
    box-sizing: border-box;
    padding: 4px 6px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.92);
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pk-my-user-event-card__date-line.is-live {
    border-color: #22c55e;
}

.pk-my-user-event-card__date-line.is-future {
    border-color: #ff7231;
}

.pk-my-user-event-card__date-line.is-completed {
    border-color: #d60000;
}

.pk-my-user-card__meta {
    display: grid;
    gap: 2px;
    margin-top: auto;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.pk-my-user-card__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 28px;
    box-sizing: border-box;
    margin: 4px auto 0;
    padding: 5px 12px;
    border-radius: 5px;
    background: #4b5563;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
}

.pk-my-user-card__edit--user-form {
    background: #3BA1DA;
}

.pk-my-user-card__edit--user-form:hover {
    background: #FF7231;
}

.pk-my-user-content__pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.pk-my-user-content__pagination a {
    min-width: 32px;
    box-sizing: border-box;
    padding: 5px 9px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000 !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
}

.pk-my-user-content__pagination a.is-active {
    background: #D4DD4C;
    font-weight: 700;
}

.pk-my-user-content__empty {
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1024px) {
    .pk-my-user-content__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pk-my-user-content__grid {
        grid-template-columns: 1fr;
    }

    .pk-my-user-event-card__image {
        height: 390px;
        min-height: 390px;
    }
}
