:host {
    height: 40px;
	border: none;
}

:host(:last-of-type) {
    margin-bottom: 0;
}

:host(:first-of-type) {
    margin-top: 0;
}