/* 
Theme Name: Twenty Twenty-Five Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Twenty Twenty-Five
Author: Sian
Template: twentytwentyfive
Version: 1.1
*/

.fluentform .ff-el-section-break, .fluentform .ff-el-section-break p {
	margin: 0 !important; 
}


.fluentform .ff-el-group {
	margin-bottom: 10px !important; 
}


.ff-el-section-break .ff-el-section-title {
	display: none;
}

.food-list {
	display: grid;
    font-size: large;
    grid-template-columns: 1fr;
    max-height: 558px;
    overflow-y: scroll;
}

.guest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
}
.food-name {
    padding: 4px 8px;
	border-left: solid 5px #4c5eaf70 !important;
	margin-top: 4px;
}

.guest-name {
    padding: 4px 8px;
	border-left: solid 5px #4caf5070 !important;
	margin-top: 4px;
}
.hidden-guest {
    display: none;
}
#show-more-guests {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    background-color: #eee;
    border: none;
    border-radius: 4px;
}
