/**
 * PostFinance Checkout Magento 2
 *
 * This Magento 2 extension enables to process payments with PostFinance Checkout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
 *
 * @package PostFinanceCheckout_Payment
 * @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
 * @license http://www.apache.org/licenses/LICENSE-2.0  Apache Software License (ASL 2.0)

 */
 
.postfinancecheckout-label-container {
	margin-top: 1rem;
}

.postfinancecheckout-label-container > a {
	clear: both;
	color: #0a0a0a;
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .025em;
	padding: 1.9rem 2.8rem 1.9rem 0;
	position: relative;
	text-decoration: none;
	transition: color .15s linear;
}

.postfinancecheckout-label-container > a:hover,
.postfinancecheckout-label-container > a:focus {
	color: #0a0a0a;
    text-decoration: none;
}

.postfinancecheckout-label-container > a:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Admin Icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	content: '\e616';
	font-size: 1.8rem;
	position: absolute;
	right: 1.3rem;
	top: 2.3rem;
}

.postfinancecheckout-label-container.active > a:before {
	content: '\e615';
}

.postfinancecheckout-label-container > table.admin__table-secondary {
	display: none;
	margin-top: 0;
}

.postfinancecheckout-label-container.active > table.admin__table-secondary {
	display: table;
}