.rotarymeals-notice-ok {
    border: 1px solid lightgray;
    border-left: 8px solid green;
    padding: 0.5em;
}

.rotarymeals-notice-failed {
    border: 1px solid lightgrey;
    border-left: 8px solid red;
    padding: 0.5em;
}

.rotarymeals-upcoming-meals-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rotarymeals-upcoming-meal {
    display: block;
    width: 100%;
    max-width: 40ch;
    border: 1px solid lightgrey;
    box-shadow: 0px 2px 2px lightgray;
    border-radius: 5px;
    padding: 1em;
    margin: 0.5em;
}

.rotarymeals-upcoming-meal > p {
    margin-top: 0;
}

.rotarymeals-upcoming-meal > hr {
    border: none;
    border-top: 1px solid lightgray;
}

.rotarymeals-upcoming-meal > ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.rotarymeals-upcoming-meal > ul > li {
    margin-left: none;
}

.rotarymeals-label {
    display: inline-block;
    width: 20ch;
    margin-right: 1em;
}

.rotarymeals-button {
    background-color: #3535ff;
    color: white;
    font-weight: normal;
    border-radius: 5px;
    border: none;
    padding: 0.5em;
    font-size: 12pt;
    margin-top: 1em;
    transition: all 0.3s ease-in-out;
}

.rotarymeals-button:hover {
    cursor: pointer;
    background-color: #4467ff;
    color: white;
}

.rotarymeals-thanks-image {
    display: block;
    margin: auto;
    width: 400px;
    height: auto;
}