#candle-choice-container {
    display: flex;
    flex-wrap: wrap;
    width: 1060px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

.candle-choice-box {
    padding: 20px 10px 0;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid lightgray;
    background-color: white;
    display: inline-block;
    width: 400px;
}

label.candle-choice-name {
    font-weight: bold;
    padding: 10px;
}

.candle-choice-box button {
    margin-top: 10px;
}

.mhc-embedded-form #form button.reserve-button {
    padding: 10px 20px;
}

img.date-choice-candle-image {
    max-width: 100%;
}

.mhc-embedded-form .date-choice-list {
    margin: auto;
    width: 400px;
    max-width: 100%;
}

.mhc-embedded-form .date-choice-list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.mhc-embedded-form .date-choice-list-item-week,
.mhc-embedded-form .date-choice-list-item-candles,
.mhc-embedded-form .date-choice-list-item-button {
    width: 100px;
    max-width: 100%;
    padding: 5px;
}

.mhc-embedded-form .date-choice-list-item-button {
    width: 150px;
}

.mhc-embedded-form #intention-section .big-radio li {
    width: 150px;
}

.mhc-api-site-forms-shrineofdivinemercy-org #container {
    background: none;
}

.form-text-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-text-flex-section {
    width: 340px;
    max-width: 100%;
    padding: 20px;
}

.form-text-flex-section img {
    max-width: 100%;
}

.section-title {
    margin-top: 15px;
}
