.customer-logo {
    max-width: 300px;
    margin-top: 4em;
    margin-bottom: 2em;
}
form h2.divider {
	background-color: #f9f9f9;
    border-top: 1px solid #e9eaea;
}
form h3.repeater-heading {
	background-color: #f9f9f9;
    font-size: 90%;
    margin-right: 25px;
	margin-bottom: 24px;
    padding: 0.25em;
	border-bottom: 1px solid #e9eaea;
}
form h3.repeater-heading.divider-collapsed {
	border-color: transparent;
}
.main-panel .compat-container .subnav {
	display: none;
}
.divider-collapse-zone #template-help {
    margin: 0 36px;
}

.main-panel .repeated-fields .divider {
    margin-left: 12px;
    margin-top: 24px;
}

.repeater-footer .repeater-add-prompt svg {
	fill: #666;
}

.repeater-footer a {
	color: #666;
}


.repeated-item:hover .rm a:has(.icon-cancel) {
    background: #c84043;
    display: flex;
    border-radius: 0;
    font-size: 1.1em;
}

.repeated-item:hover .rm a:has(.icon-cancel)::after {
    content: "X";
    font-weight: bold;
    text-align: center;
    margin: 3px 5px -3px -10px;
	color: #fff;
}