Features Overview
/* Target the event summary block and make it a grid */ .sqs-block-event-summary .eventlist { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Create responsive grid columns */ gap: 20px; /* Add space between the events */ } /* Style individual event items */ .sqs-block-event-summary .eventlist .eventlist-item { background-color: #f9f9f9; padding: 20px; border-radius: 10px; transition: transform 0.3s ease; } /* Add a hover effect */ .sqs-block-event-summary .eventlist .eventlist-item:hover { transform: scale(1.05); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* Style the event title */ .sqs-block-event-summary .eventlist .eventlist-title { font-size: 1.5em; color: #333; } /* Style the event date */ .sqs-block-event-summary .eventlist .eventlist-meta { color: #777; font-size: 1em; margin-bottom: 10px; } /* Style the event description */ .sqs-block-event-summary .eventlist .eventlist-description { color: #555; font-size: 1.2em; } /* Button styling */ .sqs-block-event-summary .eventlist .eventlist-button { background-color: #0066cc; color: #fff; padding: 10px 20px; text-align: center; display: inline-block; border-radius: 5px; text-decoration: none; } /* Button hover effect */ .sqs-block-event-summary .eventlist .eventlist-button:hover { background-color: #005bb5; }
Festival 1
TK TK
Festival 2
TK TK
Festival 3
TK TK