.ee-text-links .ee-text-link.gateway-active {
    background-color: var(--ee-status-color-green);
    border-color: var(--ee-status-color-green);
    color: var(--ee-color-white);
}



@media screen and (min-width: 783px) and (max-width: 1279px) {
	.espresso-admin .form-table th {
		width: 10%;
	}
}

.ee-checkbox-label-after.medium-lbl {
	display: block;
	width: auto;
	min-width: auto;
	max-width: auto;
}

#espresso_Invoice_payment_settings table.form-table {
	border: 1px #f1f1f1 solid;
}

#espresso_Invoice_payment_settings table.form-table td, #espresso_Invoice_payment_settings table.form-table th {
	padding-left: 20px
}


h4.ee-status-outline {
    display: inline-block;
    margin-block: 0.5em;
}

.espresso-admin .ee-admin-two-column-layout h3 {
    margin-block-start: 3.5rem;
}
.espresso-admin .ee-admin-two-column-layout h4.ee-status-outline {
    margin-block-start: 3rem;
}


table.widefat.ee-payment-log-details,
table.widefat.ee-payment-log-details table.widefat {
    border: none;
    box-shadow: none;
}
.ee-payment-log-details tr:nth-child(even) {
    background: #f9f9f9;
}
.ee-payment-log-details th,
.ee-payment-log-details__content td:first-child {
    word-break: normal;
    white-space: nowrap;
}
.ee-payment-log-details__content td:not(:first-child) {
    word-break: break-word;
    white-space: normal;
}


.espresso-admin .postbox .inside .form-table td img.eea-paypal-offboard-ico,
.espresso-admin .postbox .inside .form-table td img.eeg-stripe-connected-ico {
  height: 1.5rem;
  width: 1.5rem;
  margin-inline: 1rem;
  margin-block-end: 0.25rem;
}
