/* ==========================================================================
   GSTMarginminds — Frontend Styles
   Targets: product pages, cart, checkout, order details, thank-you page.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Price note: "+18% GST" / "(incl. 18% GST)" below product price
   -------------------------------------------------------------------------- */
.marginminds-price-note {
	display: block;
	font-size: .85em;
	color: #777;
	margin-top: 3px;
	font-weight: normal;
}

/* --------------------------------------------------------------------------
   Cart / checkout "Total GST" summary row inside WooCommerce totals table
   -------------------------------------------------------------------------- */
.marginminds-gst-total-row th,
.marginminds-gst-total-row td {
	font-weight: 700;
	border-top: 1px solid #e4e4e4;
}
.marginminds-gst-rows{padding: 2px 0px !important ;}
/* --------------------------------------------------------------------------
   GST Summary section on the order details / thank-you page
   -------------------------------------------------------------------------- */
.marginminds-gst-summary {
	margin-top: 30px;
}

.marginminds-gst-summary h2 {
	font-size: 1.2em;
	margin-bottom: 12px;
}

.marginminds-gst-table {
	width: 100%;
}

.marginminds-gst-table th {
	text-align: left;
	padding: 8px 12px;
	font-weight: 600;
}

.marginminds-gst-table td {
	text-align: right;
	padding: 8px 12px;
}

.marginminds-gst-table .marginminds-gst-total-row th,
.marginminds-gst-table .marginminds-gst-total-row td {
	background-color: #f9f9f9;
	border-top: 2px solid #e4e4e4;
}

/* --------------------------------------------------------------------------
   GST Details (GSTIN) section on the order details page
   -------------------------------------------------------------------------- */
.marginminds-gstin-details {
	margin-top: 30px;
}

.marginminds-gstin-details h2 {
	font-size: 1.2em;
	margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   Invoice download link on the order details / thank-you page
   -------------------------------------------------------------------------- */
.marginminds-invoice-download {
	margin-top: 20px;
}

.marginminds-invoice-download a {
	display: inline-block;
	padding: 8px 18px;
	background-color: #2c2c2c;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-size: .9em;
	transition: background-color .15s ease;
}

.marginminds-invoice-download a:hover,
.marginminds-invoice-download a:focus {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}
