<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.sf25ss-articlebutton {
		margin: 60px auto 0;
		font-family: "Inter";
		font-size: 12px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
		
	.sf25ss-articlebutton:after {
	  position: absolute;
	  top: 50%;
	  left: 110px;
	  height: 1px;
	  background: #000;
	  content: '';
	}

	.sf25ss-articlebutton:before {
	  position: absolute;
	  top: 50%;
	  left: 82px;
	  height: 1px;
	  background: #000;
	  content: '';		
	  width: 36px;
	  transform: translateY(-50%);
	}

	.sf25ss-articlebutton:after {
	  width: 8px;
	  transform: translateY(-50%) rotate(45deg);
	  transform-origin: right center;
	}	
	
	@media screen and (max-width: 767px) {
		.sf25ss-articlebutton {
			margin-top: 32px;
		}
		
		.sf25ss-articlebutton:after {		
			left: 104px;
		}
		
		.sf25ss-articlebutton:before {
			width: 30px;
		}
	}	</pre></body></html>