/**umb_name:umb-button*/
.umbButton {
}

    .umbButton a {
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid var(--c-button);
		background: var(--c-button);
		color: #fff;
		height: fit-content;
		width: fit-content;
		min-width: max-content;
		font-weight: bold;
		line-height: 110%;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0.85rem 1rem;
    	border-radius: 0;
		background-color: #000;
    }

        .umbButton a:hover {
            text-decoration: none;
        }
