.custom-grid{display:grid;grid-template-columns:25% 25% 25% 25%;gap:20px;margin:20px 0}@media (max-width:1024px){.custom-grid{grid-template-columns:50% 50%}}@media (max-width:600px){.custom-grid{grid-template-columns:100%}}.custom-col img{width:100%;height:auto;border-radius:8px}.custom-col h4{margin-top:10px;font-size:16px;font-weight:bold;text-align:center}.custom-col p{font-size:14px;text-align:center}#tribe-community-events{border-radius:10px;border:1px solid #ddd;padding:2rem;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.05)}#tribe-community-events input,#tribe-community-events select,#tribe-community-events textarea{border-radius:5px}#tribe-community-events .tribe-button.submit{background-color:#ff69b4;color:#000;border:1px solid #000;border-radius:5px;padding:12px 24px;font-size:16px;font-weight:bold;box-shadow:0px 2px 2px 0px #000;cursor:pointer;transition:background-color 0.3s ease,box-shadow 0.3s ease}#tribe-community-events .tribe-button.submit:hover{background-color:#e6559f;box-shadow:0px 2px 4px 0px #000}