.chiesa-front-box {
    text-align: center;
    margin-bottom: 2em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.chiesa-front-box img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1em;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#single-church-map {
    width: 100%;
    height: 300px;
    margin-bottom: 1em;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.chiesa-info {
    background: #f9f9f9;
    padding: 1.5em;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.6;
}

.chiesa-info h2 {
    text-align: center;
    margin-top: 0;
}

.chiesa-info a {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #0073aa;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 1.5em;
}
