<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.el-tab-box .el-tab {
	cursor: pointer;
}

.el-tab .tb-arw {
	transition: transform var(--g-trn-sp) var(--g-trn-tf) 0s;
	transform-origin: 50% 50%;
}

.el-tab.active .tb-arw {
	transform: rotate(180deg);
}

html:not(.cms-content) .el-tab-box .el-tab-panel:not(.active),
html:not(.cms-content) .el-tab-box .el-panel:not(.active) {
	display: none;
	visibility: hidden;
}

.el-panel.sld {
    transition: height .5s ease 0s, margin .5s ease 0s, padding .5s ease 0s !important;
}</pre></body></html>