:root{--italian-green:#007a33;--italian-red:#ce2b37;--italian-white:#fff;--light-gray:#f7f7f7;--dark-gray:#333;--shadow-color:#0000001a;--font-title:"Libre Baskerville", serif;--font-body:"Lato", sans-serif}.svelte-1uha8ag{box-sizing:border-box;margin:0;padding:0}p.svelte-1uha8ag,a.svelte-1uha8ag,button.svelte-1uha8ag,table.svelte-1uha8ag{font-family:var(--font-body)}header.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);margin:0;font-size:2rem;font-weight:700}header.svelte-1uha8ag .logo:where(.svelte-1uha8ag){align-items:center;gap:1rem;display:flex}header.svelte-1uha8ag img:where(.svelte-1uha8ag){height:60px}header.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);margin:0;font-size:1.8rem}main.svelte-1uha8ag{flex-direction:column;gap:2rem;padding:2rem;display:flex}section.svelte-1uha8ag{background:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;padding:1.5rem}h2.svelte-1uha8ag{font-family:var(--font-title);color:var(--italian-green);margin-bottom:1rem;font-size:1.8rem;font-weight:400}.social-icons.svelte-1uha8ag{justify-content:center;gap:1rem;padding:1rem 0;display:flex}.social-icons.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--italian-white);background-color:var(--italian-red);border-radius:4px;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out}.social-icons.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{background-color:var(--italian-green)}.events-table.svelte-1uha8ag{border-collapse:collapse;width:100%}.events-table.svelte-1uha8ag th:where(.svelte-1uha8ag),.events-table.svelte-1uha8ag td:where(.svelte-1uha8ag){text-align:left;border-bottom:1px solid var(--light-gray);padding:1rem}.events-table.svelte-1uha8ag th:where(.svelte-1uha8ag){background:var(--italian-green);color:var(--italian-white)}.events-table.svelte-1uha8ag tr:where(.svelte-1uha8ag):hover{background:#007a331a}.modal-overlay.svelte-1uha8ag{z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content.svelte-1uha8ag{text-align:center;background:#fff;border-radius:8px;max-width:90%;max-height:90%;padding:1rem;overflow:auto}.modal-content.svelte-1uha8ag img:where(.svelte-1uha8ag){width:auto;max-width:100%;height:auto;max-height:100%;margin:auto;display:block}.close-button.svelte-1uha8ag{background-color:var(--italian-red);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.5rem 1rem}.close-button.svelte-1uha8ag:hover{background-color:#a31e26}footer.svelte-1uha8ag{background:var(--dark-gray);color:var(--light-gray);text-align:center;margin-top:2rem;padding:1rem}footer.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:.9rem}.featured-articles.svelte-1uha8ag{background:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;margin-top:2rem;padding:2rem}.featured-articles.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);margin-bottom:1.5rem;font-size:2rem}.articles-grid.svelte-1uha8ag{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.article-card.svelte-1uha8ag{background:var(--italian-white);width:400px;box-shadow:0 4px 6px var(--shadow-color);text-align:center;border-radius:8px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.article-card.svelte-1uha8ag:hover{transform:scale(1.05)}.article-thumbnail.svelte-1uha8ag{border-bottom:1px solid var(--light-gray);background-position:50%;background-size:cover;width:100%;height:200px}.article-thumbnail.no-image.svelte-1uha8ag{background-color:var(--light-gray);color:var(--dark-gray);font-family:var(--font-body);justify-content:center;align-items:center;font-size:.9rem;display:flex}.article-content.svelte-1uha8ag{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.article-title.svelte-1uha8ag{font-family:var(--font-title);color:var(--dark-gray);margin-bottom:.5rem;font-size:1.5rem}.article-description.svelte-1uha8ag{font-family:var(--font-body);color:var(--dark-gray);margin-bottom:1rem;font-size:1rem}.article-link.svelte-1uha8ag{font-family:var(--font-body);color:var(--italian-white);background:var(--italian-red);border-radius:4px;padding:.5rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .3s}.article-link.svelte-1uha8ag:hover{background:var(--italian-green)}@media (width<=768px){header.svelte-1uha8ag{text-align:center;flex-direction:column}header.svelte-1uha8ag .logo:where(.svelte-1uha8ag){flex-direction:column}header.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-size:1.5rem}.social-icons.svelte-1uha8ag{flex-wrap:wrap}.events-table.svelte-1uha8ag th:where(.svelte-1uha8ag),.events-table.svelte-1uha8ag td:where(.svelte-1uha8ag){padding:.5rem}.articles-grid.svelte-1uha8ag{flex-direction:column}.article-card.svelte-1uha8ag{width:100%}.article-thumbnail.svelte-1uha8ag{height:200px}}footer.svelte-1uha8ag{background:var(--italian-green);color:var(--italian-white);text-align:center;border-top:4px solid var(--italian-red);font-family:var(--font-body);padding:1.5rem;box-shadow:0 -4px 6px #0000001a}.footer-content.svelte-1uha8ag p:where(.svelte-1uha8ag){margin:.5rem 0;font-size:.9rem}.footer-content.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--italian-white);font-weight:700;text-decoration:underline;transition:color .3s}.footer-content.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{color:var(--italian-red);text-decoration:none}@media (width<=768px){footer.svelte-1uha8ag{padding:1rem;font-size:.8rem}}.shop-section.svelte-1uha8ag{background:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;padding:2rem}.shop-section.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);text-align:left;margin-bottom:1.5rem;font-size:2rem}.shop-grid.svelte-1uha8ag{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.shop-card.svelte-1uha8ag{background:var(--italian-white);width:300px;box-shadow:0 4px 6px var(--shadow-color);text-align:center;border-radius:8px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.shop-card.svelte-1uha8ag:hover{transform:scale(1.05)}.shop-card.svelte-1uha8ag h3:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--dark-gray);margin:.5rem 0;font-size:1.25rem}.shop-card.svelte-1uha8ag p:where(.svelte-1uha8ag){font-family:var(--font-body);margin-bottom:1rem;padding:0 1rem;font-size:1rem}.shop-image-container.svelte-1uha8ag{border-radius:.5rem;width:100%;height:200px;margin-bottom:.75rem;position:relative;overflow:hidden}.shop-image-container.svelte-1uha8ag img.carousel-image:where(.svelte-1uha8ag){object-fit:cover;border-radius:.5rem;width:100%;height:100%}.image-hover-preview.svelte-1uha8ag{z-index:999;background:#fff;border:1px solid #ccc;width:300px;max-height:400px;padding:6px;display:none;position:absolute;top:0;left:105%;box-shadow:0 4px 10px #00000040}.shop-image-container.svelte-1uha8ag:hover .image-hover-preview:where(.svelte-1uha8ag){display:block}.image-hover-preview.svelte-1uha8ag img:where(.svelte-1uha8ag){object-fit:contain;border-radius:4px;width:100%;height:auto}@media (width<=768px){.image-hover-preview.svelte-1uha8ag{display:none!important}}.carousel-wrapper.svelte-1uha8ag{flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.carousel-container.svelte-1uha8ag{border-radius:8px;width:100%;height:200px;position:relative;overflow:hidden}.carousel-image.svelte-1uha8ag{object-fit:cover;width:100%;height:100%}.carousel-arrow.svelte-1uha8ag{color:#fff;cursor:pointer;z-index:1;background-color:#0006;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow.left.svelte-1uha8ag{left:10px}.carousel-arrow.right.svelte-1uha8ag{right:10px}.carousel-dots.svelte-1uha8ag{justify-content:center;align-items:center;gap:.5rem;min-height:24px;margin-top:.5rem;display:flex}.carousel-dots.svelte-1uha8ag span:where(.svelte-1uha8ag){background-color:var(--light-gray);cursor:pointer;border-radius:50%;width:10px;height:10px;transition:background .3s;display:inline-block}.carousel-dots.svelte-1uha8ag span.dot-active:where(.svelte-1uha8ag){background-color:var(--italian-red)}.shop-card.svelte-1uha8ag a:where(.svelte-1uha8ag){background:var(--italian-red);color:var(--italian-white);border-radius:4px;margin:0 1rem 1rem;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:background .3s}.shop-card.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{background:var(--italian-green)}.shop-button.svelte-1uha8ag{background:var(--italian-green);color:var(--italian-white);cursor:pointer;border:none;border-radius:4px;margin:0 1rem 1rem;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:background .3s}.shop-button.svelte-1uha8ag:hover{background:var(--italian-red)}.newsletters-section.svelte-1uha8ag{margin-top:2rem}.newsletters-grid.svelte-1uha8ag{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.newsletter-card.svelte-1uha8ag{background:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);text-align:center;border-radius:8px;width:200px;transition:transform .3s;overflow:hidden}.newsletter-card.svelte-1uha8ag:hover{transform:scale(1.05)}.newsletter-card.svelte-1uha8ag img:where(.svelte-1uha8ag){border-bottom:1px solid var(--light-gray);width:100%;height:auto}.newsletter-card.svelte-1uha8ag h3:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--dark-gray);padding:1rem .5rem;font-size:1rem}.newsletter-card.svelte-1uha8ag a:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--italian-green);margin-bottom:1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.newsletter-card.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{text-decoration:underline}.about-us.svelte-1uha8ag{background-color:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:2rem;padding:2rem;display:flex}.about-text.svelte-1uha8ag{font-family:var(--font-body);color:var(--dark-gray);flex:1;padding:1rem}.about-text.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);margin-bottom:1rem;font-size:2rem}.about-text.svelte-1uha8ag p:where(.svelte-1uha8ag){margin-bottom:1rem;line-height:1.6}.about-text.svelte-1uha8ag a:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--italian-red);font-weight:700;text-decoration:none}.about-image.svelte-1uha8ag{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.about-image.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;max-width:80%;height:auto;box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;display:block}.mass-schedule.svelte-1uha8ag{flex-flow:row-reverse;align-items:stretch;height:100%;display:flex}.left-container.svelte-1uha8ag{background:var(--italian-white);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.left-container.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-family:var(--font-title);color:var(--italian-green);margin-bottom:1rem;font-size:2rem}.church-list.svelte-1uha8ag{max-height:250px;margin-bottom:1rem;overflow-y:auto}.church-list.svelte-1uha8ag button:where(.svelte-1uha8ag){font-size:1rem;font-family:var(--font-body);color:var(--italian-red);text-align:left;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .3s;display:block}.church-list.svelte-1uha8ag button:where(.svelte-1uha8ag):hover{color:var(--italian-green)}.details-container.svelte-1uha8ag p:where(.svelte-1uha8ag),.details-container.svelte-1uha8ag ul:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--dark-gray);margin-bottom:1rem}.details-container.svelte-1uha8ag ul:where(.svelte-1uha8ag){padding:0;list-style:none}.details-container.svelte-1uha8ag ul:where(.svelte-1uha8ag) li:where(.svelte-1uha8ag){margin-bottom:.5rem}.map-container.svelte-1uha8ag{height:100%;box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;flex:1}#map.svelte-1uha8ag{width:100%;height:702px}.details-container.svelte-1uha8ag{background:var(--italian-white);border:1px solid var(--light-gray);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.details-header.svelte-1uha8ag{background-color:var(--italian-green);color:var(--italian-white);font-family:var(--font-title);text-align:center;border-radius:6px 6px 0 0;padding:.5rem 1rem;font-size:1.5rem;font-weight:700}.details-body.svelte-1uha8ag{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.details-body.svelte-1uha8ag p:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--dark-gray);margin:0}.details-body.svelte-1uha8ag ul:where(.svelte-1uha8ag){padding:0;list-style:none}.details-body.svelte-1uha8ag ul:where(.svelte-1uha8ag) li:where(.svelte-1uha8ag){font-family:var(--font-body);color:var(--dark-gray);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.details-body.svelte-1uha8ag ul:where(.svelte-1uha8ag) li:where(.svelte-1uha8ag):before{content:"🕒";color:var(--italian-green)}@media (width<=768px){.about-us.svelte-1uha8ag{flex-direction:column}.about-image.svelte-1uha8ag img:where(.svelte-1uha8ag){max-width:80%}.about-text.svelte-1uha8ag,.about-image.svelte-1uha8ag{text-align:center}.events-table.svelte-1uha8ag{border:none;display:block}.events-table.svelte-1uha8ag thead:where(.svelte-1uha8ag){display:none}.events-table.svelte-1uha8ag tbody:where(.svelte-1uha8ag){flex-direction:column;gap:1rem;display:flex}.events-table.svelte-1uha8ag tr:where(.svelte-1uha8ag){background:var(--italian-white);border:1px solid var(--light-gray);box-shadow:0 4px 6px var(--shadow-color);border-radius:8px;flex-direction:column;padding:1rem;display:flex}.events-table.svelte-1uha8ag td:where(.svelte-1uha8ag){border:none;justify-content:space-between;padding:.5rem 0;display:flex}.events-table.svelte-1uha8ag td:where(.svelte-1uha8ag):before{content:attr(data-label);color:var(--dark-gray);flex-shrink:0;margin-right:1rem;font-weight:700}.mass-schedule.svelte-1uha8ag{flex-direction:column-reverse}.left-container.svelte-1uha8ag{width:100%}.map-container.svelte-1uha8ag{min-height:300px}}
