
.pg-order-ecipp {
    max-width: 75ch;
    margin: 0 auto;
}

.pg-order-ecipp :is(input)[disabled] {
    opacity: .5;
}

.ecipp-product-grid {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 1rem;
    grid-column-gap: 2rem;
    margin: 2rem 0;
}

.ecipp-product-grid__ecipp-name-col {
    font-weight: 700;
    font-size: 1.5rem;
}

.ecipp-product-grid__header {
    grid-column: 1 / span 3;
    font-weight: 700;
    font-size: 1.5rem;
}

.ecipp-product-grid__sel_col {
    text-align: center;
}

.pg-order-ecipp__purchase-button {
    margin: 0;
}

.pg-order-ecipp__ecipp-required {
    text-align: center;
    padding: 1rem;
    margin: 2rem auto;
    border: solid 1px var(--danger);
    border-radius: 10px;
}

.pg-order-ecipp__ecipp-required p {
    margin: 0;
}

@media only screen and (max-width: 400px) {
	.ecipp-product-grid {
		font-size: .875rem;
	}
    .ecipp-product-grid input[type=checkbox] {
        transform: scale(2, 2);
    }
    .ecipp-product-grid__sel_col {
        text-align: right;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 570px) {
    #ctl00_Content_ECIPPOrderProceed.button {
        margin: 0 !important;
    }
}