
h2 {
    text-align:center;
}

.circle-image {
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 200px;
}

.circle-image-small {
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 140px;
}

.donate-button {
    width: 50%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    border-radius: 20px;
    background-color: #D1481D;
    border-color: #D1481D;
}

.secondary-button {
    width: 75%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    border-radius: 20px;
    background-color: #555555;
    border-color: #555555;
}


.card-donate-button {
    width: 75%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    border-radius: 20px;
    background-color: #D1481D;
    border-color: #D1481D;
}

.card-title {
    line-height: 1.3;
    min-height: 2.5em;
}

.card-body {
    padding-bottom: 0px;
}

.hidden {
    display: none;
}

#search {
    width: 100%;
    margin-right: 1rem;
}

/* Control spacing in fundraiser messages */
.col-lg-6 p {
    margin-bottom: 0.5rem;
}

/* Fix extra spacing between paragraphs from Quill */
.col-lg-6 p:empty {
    display: none;
}

/* Handle consecutive paragraphs that might come from Quill */
.fundraiser-content p + p {
    margin-top: 0.5rem;
}

/* Override default browser paragraph spacing */
.fundraiser-content {
    line-height: 1.0;
}
.fundraiser-content p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* Maintain proper spacing for lists */
.col-lg-6 ul, .col-lg-6 ol {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}
