.woocommerce-checkout.woocommerce-order-received .page-header .entry-title {
    padding: 40px 40px;
    font-size: 36px;
    text-transform: uppercase;
}

.woocommerce-checkout.woocommerce-order-received .page-content {
	padding-top: 0px;
}
.woocommerce-checkout.woocommerce-order-received .no-payment {
	margin-bottom: 80px;
}
.myprefix-thankyou-layout {
    margin-top: 32px;
}

.myprefix-thankyou-summary-card .myprefix-thankyou-summary-grid div {
    box-shadow: 1px 2px 8px -3px rgb(0, 0, 0, 0.3);
}

.myprefix-thankyou-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 0px 25px;
}

.myprefix-thankyou-card {
    background: #ffffff;
    border: 1px solid #e4e8ee;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(7, 59, 86, 0.06);
}

.myprefix-thankyou-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    color: #06314C !important;
	font-weight: 600;
}
.myprefix-thankyou-card h4 {
    margin: 0 0 18px;
    color: #06314C !important;
	font-weight: 600;
}

.myprefix-thankyou-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.myprefix-thankyou-summary-card .myprefix-thankyou-summary-grid {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px 20px;
}


.myprefix-thankyou-summary-card .myprefix-thankyou-summary-grid div {
    background: #f7fafc;
    border-radius: 10px;
    padding: 14px;
}

.myprefix-thankyou-summary-grid span,
.myprefix-thankyou-field-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #5285b2;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}
.myprefix-thankyou-summary-card .myprefix-thankyou-summary-grid span,
.myprefix-thankyou-summary-card .myprefix-thankyou-field-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #5285b2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.myprefix-thankyou-summary-grid strong,
.myprefix-thankyou-field-value {
    display: block;
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

.myprefix-thankyou-fields-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2px 10px;
    padding: 0px 5px;
}

.myprefix-thankyou-summary-grid strong span {
	display: inline-flex !important;
}
.myprefix-thankyou-field {
    background: rgb(188 207 255 / 6%);
    border-radius: 10px;
    padding: 10px 20px;
    column-gap: 0px;
    display: flex;
    flex-direction: column;
}
.myprefix-thankyou-sections .myprefix-thankyou-summary-grid span, .myprefix-thankyou-sections .myprefix-thankyou-field-label {
	font-size: 16px !important;
}
.myprefix-thankyou-sections .myprefix-thankyou-field-label {
    letter-spacing: 0.1px;
}

.myprefix-thankyou-sections .myprefix-thankyou-field {
    background: none;
    border-radius: 0px;
    padding: 3px 15px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.03);
}

.myprefix-thankyou-sections .myprefix-thankyou-fields-grid .myprefix-thankyou-field:last-child {
	border-bottom: none;
}

.myprefix-thankyou-file-link {
    display: block;
    color: #073b56;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 6px;
}
.myprefix-thankyou-card.myprefix-thankyou-summary-card {
	background: #ffffff;
}

.myprefix-thankyou-summary-grid strong span {
    display: inline-flex;
}

.myprefix-thankyou-layout .woocommerce-thankyou-order-received {
    margin-bottom: 0px !important;
    text-align: center;
    font-style: italic;
}

.myprefix-thankyou-layout .woocommerce-order-details-thankyou {
	padding-top: 40px;
}

.myprefix-thankyou-layout .woocommerce-order-details-thankyou table tbody>tr:nth-child(odd)>td, .woocommerce-order-details-thankyou table tbody>tr:nth-child(odd)>th {
    background-color: #f7fafc;
}

.myprefix-thankyou-layout .woocommerce-order-details-thankyou table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border: none !important;
	border-radius: 10px;
}
.myprefix-thankyou-layout table thead:first-child tr:first-child th {
    border: 0px solid hsla(0, 0%, 50%, .502);
    background-color: #466e87;
    color: #fff;
}
.myprefix-thankyou-order-number strong {
    font-weight: 900;
    letter-spacing: 0.9px;
    color: #576bdb;
    font-size: 17px;
}

/*********** Responsive ***********/
@media (max-width: 900px) {
    .myprefix-thankyou-summary-grid,
    .myprefix-thankyou-fields-grid {
        grid-template-columns: 1fr;
    }
	.myprefix-thankyou-summary-card .myprefix-thankyou-summary-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 10px 10px;
	}
	.woocommerce-order-details-thankyou table.shop_table th {
		width: 100%;
	}
	.woocommerce-order-details-thankyou table.shop_table td {
		width: 100%;
	}
	.myprefix-thankyou-sections .myprefix-thankyou-field {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 5px 10px;
	}
	.myprefix-thankyou-sections {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

}