.mhc-embedded-form .gift-image {
    height: 168px;
    margin:auto;
}

.mhc-embedded-form select {
    max-width: 300px !important;
}

.mhc-embedded-form input.intention-name {
    max-width: 100%;
    width: 120px;
}

.mhc-embedded-form select.intention-month {
    max-width: 100%;
    width: 70px;
}

.mhc-embedded-form select.intention-day {
    max-width: 100%;
    width: 50px;
}
.mhc-embedded-form input.intention-year {
    max-width: 100%;
    width: 60px;
}

.mhc-embedded-form .intentions-list-row {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.mhc-embedded-form .intentions-list-row .intentions-list-row-name,
.mhc-embedded-form .intentions-list-row .intentions-list-row-date {
    display: inline-block;
    padding: 0 2px;
}

.mhc-embedded-form .intentions-list-row-link {
    display: block;
    padding-top: 5px;
}

.mhc-embedded-form .intentions-list-row-link label.link {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.mhc-embedded-form #gift-title-section span {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}