:root{--amlak-primary-color:#0073aa;--amlak-secondary-color:#005177;--amlak-text-color:#333;--amlak-light-text:#666;--amlak-border-color:#ddd;--amlak-background:#fff;--amlak-shadow:0 2px 8px rgba(0,0,0,.1);--amlak-shadow-hover:0 4px 16px rgba(0,0,0,.15);--amlak-border-radius:15px;--amlak-transition:all 0.3s ease}.amlak-events-block{margin:2rem 0}.amlak-events-block__content{width:100%}.amlak-events-grid{display:grid;gap:2rem;margin-bottom:2rem}.amlak-events-grid[data-columns="1"]{grid-template-columns:1fr}.amlak-events-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.amlak-events-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.amlak-events-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.amlak-events-grid[data-columns="3"],.amlak-events-grid[data-columns="4"]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.amlak-events-grid{gap:1rem;grid-template-columns:1fr!important;padding:5px}}.amlak-event-card{background:var(--amlak-background);border-radius:var(--amlak-border-radius);box-shadow:var(--amlak-shadow);overflow:hidden;position:relative;transition:var(--amlak-transition)}.amlak-event-card:hover{box-shadow:var(--amlak-shadow-hover);transform:translateY(-2px)}.amlak-event-card__link{color:inherit;display:block;text-decoration:none}.amlak-event-card__image-container{overflow:hidden;position:relative}.amlak-event-card__image{height:200px;-o-object-fit:cover;object-fit:cover;transition:var(--amlak-transition);width:100%}.amlak-event-card__image:hover{transform:scale(1.05)}.amlak-event-card__placeholder{align-items:center;background:#f5f5f5;color:#999;display:flex;height:200px;justify-content:center;width:100%}.amlak-event-card__placeholder .dashicons{font-size:3rem}.amlak-event-card__content{padding:1.5rem}.amlak-event-card__title{color:var(--amlak-text-color);font-size:1.25rem;font-weight:600;line-height:1.4;margin:0 0 1rem}.amlak-event-card__title a{color:inherit;text-decoration:none}.amlak-event-card__title a:hover{color:var(--amlak-primary-color)}.amlak-event-card__excerpt{color:var(--amlak-light-text);display:-webkit-box;line-height:1.6;margin-bottom:1rem;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.amlak-event-card__meta{color:var(--amlak-light-text);display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem;margin-bottom:1rem}.amlak-event-card__date{background:rgb(0 0 0 / .8);border-radius:0 0 0 15px;color:#fff;font-size:.85rem;font-weight:600;padding:10px 15px;position:absolute;top:0;z-index:10}.amlak-event-card__location,.amlak-event-card__organizer{align-items:center;display:flex;gap:.5rem}.amlak-event-card__location .dashicons,.amlak-event-card__organizer .dashicons{color:var(--amlak-primary-color);font-size:1rem}.amlak-event-card__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.amlak-event-card__organizer-logo{flex-shrink:0;margin-left:1rem}.amlak-event-card__organizer-logo img{border-radius:50%;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.amlak-event-card__actions{border-top:1px solid var(--amlak-border-color);display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem}.amlak-event-card__button{background:var(--amlak-primary-color);border:none;border-radius:var(--amlak-border-radius);color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:var(--amlak-transition)}.amlak-event-card__button:hover{background:var(--amlak-secondary-color);color:#fff}.amlak-event-card__button--primary{background:var(--amlak-primary-color)}.amlak-event-card__button--primary:hover{background:var(--amlak-secondary-color)}.amlak-event-card__button--secondary{background:#28a745}.amlak-event-card__button--secondary:hover{background:#218838}.amlak-event-card--full-image{display:flex;flex-direction:column-reverse;height:450px}.amlak-event-card--full-image .amlak-event-card__link--full{color:inherit;display:contents;flex:1;position:relative;text-decoration:none}.amlak-event-card--full-image .amlak-event-card__image-container{bottom:0;height:90%;left:0;position:absolute;right:0;top:0;z-index:1}.amlak-event-card--full-image .amlak-event-card__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:var(--amlak-transition);width:100%}.amlak-event-card--full-image .amlak-event-card__image:hover{transform:scale(1.05)}.amlak-event-card--full-image .amlak-event-card__placeholder{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);height:100%;width:100%}.amlak-event-card--full-image .amlak-event-card__placeholder .dashicons{color:#ccc;font-size:4rem}.amlak-event-card--full-image .amlak-event-card__link--full:before{background:linear-gradient(180deg,rgb(0 0 0 / .1) 0,rgb(0 0 0 / .3) 50%,rgb(0 0 0 / .7));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.amlak-event-card--full-image .amlak-event-card__content{background:linear-gradient(0deg,rgb(0 0 0 / .8) 0,rgb(0 0 0 / .4) 70%,transparent);bottom:0;color:#fff;left:0;padding:20px;position:absolute;right:0;text-align:center;z-index:3}.amlak-event-card--full-image .amlak-event-card__title{color:#fff;font-size:20px;font-weight:500;margin:0;text-shadow:0 2px 4px rgb(0 0 0 / .5)}.amlak-event-card--full-image .amlak-event-card__date{align-items:center;background:rgb(0 0 0 / .5);color:#fff;display:flex;flex-direction:column;font-weight:300;height:25%;justify-content:center;min-width:70px;padding:8px 12px;text-align:center;z-index:15}.amlak-event-card--full-image .amlak-event-card__date-month{font-size:.75rem;font-weight:500;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.amlak-event-card--full-image .amlak-event-card__date-month.long-month{font-size:.65rem}.amlak-event-card--full-image .amlak-event-card__date-year{font-size:.7rem;margin-top:2px;opacity:.9}.amlak-event-card--full-image .amlak-event-card__date-day{font-size:25px;font-weight:700}.amlak-event-card--full-image .amlak-event-card__date--start{border-radius:0 0 0 0;height:-moz-fit-content;height:fit-content;max-width:110px;min-width:70px;top:0}.amlak-event-card--full-image .amlak-event-card__date--end{border-radius:0 0 0 var(--amlak-border-radius);border-top:1px solid hsl(0 0% 80% / .42);height:-moz-fit-content;height:fit-content;max-width:110px;min-width:70px;top:22%}.amlak-event-card--full-image .amlak-event-card__date:not(.amlak-event-card__date--start):not(.amlak-event-card__date--end){border-radius:0 0 0 var(--amlak-border-radius);height:33.33%}.amlak-event-card--full-image .amlak-event-card__bottom-content{align-items:center;background:#010101;display:flex;gap:.75rem;height:10%;padding:0 1rem;z-index:2}.amlak-event-card--full-image .amlak-event-card__bottom-info{align-items:center;display:flex;gap:.75rem;justify-content:space-between;min-height:100%;width:100%}.amlak-event-card--full-image .amlak-event-card__location-organizer{align-items:center;display:flex;flex:1;gap:.75rem;min-width:0}.amlak-event-card--full-image .amlak-event-card__location{align-items:center;color:#fff;display:flex;flex:1;font-size:.8rem;gap:.25rem;min-width:0}.amlak-event-card--full-image .amlak-event-card__location .dashicons{color:var(--amlak-primary-color);flex-shrink:0;font-size:14px}.amlak-event-card--full-image .amlak-event-card__location span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amlak-event-card--full-image .amlak-event-card__organizer-logo{flex-shrink:0}.amlak-event-card--full-image .amlak-event-card__organizer-logo img{border-radius:50%;height:28px;-o-object-fit:cover;object-fit:cover;width:28px}.amlak-event-card--full-image .amlak-event-card__registration{flex-shrink:0}.amlak-event-card--full-image .amlak-event-card__button--registration{background:#28a745;border-radius:var(--amlak-border-radius);color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:var(--amlak-transition)}.amlak-event-card--full-image .amlak-event-card__button--registration:hover{background:#218838;color:#fff;transform:translateY(-1px)}.amlak-event-card--full-image .amlak-event-card__link-simple{align-items:center;color:var(--amlak-primary-color);display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none;transition:var(--amlak-transition)}.amlak-event-card--full-image .amlak-event-card__link-simple .dashicons{font-size:1rem;opacity:.8}.amlak-event-card--full-image .amlak-event-card__link-simple:hover{opacity:.8;text-decoration:none;transform:translateX(-2px)}.amlak-event-card--full-image .amlak-event-card__link-simple--bottom{color:#fff;font-size:.8rem}.amlak-event-card--full-image .amlak-event-card__link-simple--bottom .dashicons{font-size:.875rem}.amlak-event-card--full-image .amlak-event-card__link-simple--bottom:hover{opacity:.8;transform:translateX(-1px)}.amlak-load-more{margin-top:2rem;text-align:center}.amlak-load-more__button{background:var(--amlak-primary-color);border:none;border-radius:var(--amlak-border-radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:var(--amlak-transition)}.amlak-load-more__button:hover{background:var(--amlak-secondary-color);transform:translateY(-1px)}.amlak-load-more__button:disabled{cursor:not-allowed;opacity:.6;transform:none}.amlak-load-more__button--loading{cursor:wait;opacity:.7}.amlak-load-more__pagination-info{color:var(--amlak-light-text);font-size:.9rem;margin-top:1rem}.amlak-events-error{margin:1rem 0}.amlak-events-grid__empty{color:var(--amlak-light-text);padding:3rem 2rem;text-align:center}.amlak-events-grid__empty .dashicons{color:#ccc;display:block;font-size:4rem;margin-bottom:1rem}.amlak-events-grid__empty p{font-size:1.1rem;margin:0}[dir=rtl] .amlak-event-card__header .amlak-event-card__organizer-logo{margin-left:0;margin-right:1rem}[dir=rtl] .amlak-event-card__location{direction:rtl}