#church-map {
    width: 100%;
    height: 650px;
    border-radius: 14px;
}

#church-search {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.church-popup {
    width: 380px;
    max-width: 100%;
    padding: 5px;
}

.church-popup img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.church-popup h3 {
    margin: 0 0 15px;
    font-size: 22px;
}

.church-popup p {
    margin: 0 0 12px;
    line-height: 1.5;
}

.church-description {
    margin-top: 15px;
    line-height: 1.6;
}

.church-button-wrapper {
    text-align: center;
    margin-top: 20px;
}

.church-button {
    display: inline-block;
    background: #dba22d;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
