/* ============================================================================================
	FEATURED SECTION CONTROL / PATTERN
============================================================================================ */
.hightime-section-control-button {
    position: relative;
    line-height: 1.1
}
.hightime-section-control-button-item {
    width: 100%
}
.hightime-section-control-button + .hightime-section-control-button::before {
	content: "";
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 1px;
	height: calc(100% - 1em);
	background: var(--wp--preset--color--border)
}
.hightime-section-control-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--wp--preset--color--contrast);
    border-bottom: 2px solid var(--wp--preset--color--contrast);
    transform: translateY(-50%) rotate(45deg)
}

.hightime-page-spa .hightime-section-control-button-item a {
	font-family: var(--wp--preset--font-family--mincho) !important
}