.parish-details{margin:2rem 0;padding:1.5rem;background:#f9f9f9;border-radius:8px;}.parish-detail-item{margin-bottom:1.5rem;}.parish-detail-item:last-child{margin-bottom:0;}.parish-detail-label{font-weight:600;color:#1d2327;margin-bottom:0.5rem;display:block;font-size:1.1em;}.parish-detail-content{color:#3c434a;line-height:1.6;white-space:pre-line;}.parish-detail-content a{color:#2271b1;text-decoration:none;}.parish-detail-content a:hover{text-decoration:underline;}.parish-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin:2rem 0;}.parish-card{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:box-shadow 0.3s ease;}.parish-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);}.parish-card-image{width:100%;height:200px;object-fit:cover;}.parish-card-content{padding:1.5rem;}.parish-card-title{margin:0 0 0.5rem 0;font-size:1.3em;}.parish-card-title a{color:#1d2327;text-decoration:none;}.parish-card-title a:hover{color:#2271b1;}.parish-card-excerpt{color:#646970;margin-bottom:1rem;line-height:1.5;}.parish-card-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:0.9em;color:#646970;}.parish-card-meta-item{display:flex;align-items:center;gap:0.3rem;}.parish-card-meta-item::before{content:"•";color:#2271b1;}@media (max-width:768px){.parish-list{grid-template-columns:1fr;gap:1.5rem;}.parish-details{padding:1rem;}.parish-card-content{padding:1rem;}}