/* Cigar Order Details Custom Styles */
.cigar-order-details {
	background-color:#fdfcf9;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.cigar-order-title {
	color: #d4af37;
	font-family: 'Georgia', serif;
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #d4af37;
	padding-bottom: 15px;
}
.cigar-products-table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.cigar-products-table thead {
	background: linear-gradient(to bottom, #e8d4b8, #d4c4a8);
}
.cigar-products-table thead th {
	color: #000000;
	padding: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
}
.cigar-products-table thead th:nth-child(2) {
	width: 35%;
}
.cigar-products-table tbody td {
	padding: 15px;
	color: #000000;
	border-bottom: 1px solid #e8dcc8;
	vertical-align: middle;
}
.cigar-products-table tbody td:first-child {
	padding: 0;
}
.cigar-products-table tbody tr:last-child td {
	border-bottom: none;
}
.cigar-products-table tbody tr:hover {
	background: #f9f5f0;
}
.cigar-product-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
	border: 2px solid #d4af37;
}
.cigar-product-name {
	font-weight: 600;
	color: #3d2817;
}
.cigar-product-link {
	color: #3d2817;
	text-decoration: none;
	transition: color 0.3s;
}
.cigar-product-link:hover {
	color: #d4af37;
}
.cigar-product-image-link {
	display: inline-block;
	transition: opacity 0.3s;
}
.cigar-product-image-link:hover {
	opacity: 0.8;
}
.cigar-totals-table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.cigar-totals-table tr {
	border-bottom: 1px solid #e8dcc8;
}
.cigar-totals-table tr:last-child {
	border-bottom: none;
	background: linear-gradient(to right, #e8d4b8, #d4c4a8);
}
.cigar-totals-table tr:last-child th,
.cigar-totals-table tr:last-child td {
	color: #3d2817;
	font-weight: bold;
	font-size: 16px;
}
.cigar-totals-table th {
	padding: 12px 20px;
	text-align: left;
	color: #8b7355;
	font-weight: 600;
	width: 60%;
}
.cigar-totals-table td {
	padding: 12px 20px;
	text-align: right;
	color: #000000;
	font-weight: 500;
}
.cigar-totals-table td .shipped_via {
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
	color: #8b7355;
}
.cigar-actions {
	margin-top: 20px;
	text-align: center;
}
.cigar-actions a {
	background: linear-gradient(to bottom, #d4af37, #b8941f);
	color: #1a0f0a;
	padding: 10px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
	transition: all 0.3s;
}
.cigar-actions a:hover {
	background: linear-gradient(to bottom, #e8c44d, #d4af37);
	box-shadow: 0 2px 8px rgba(212,175,55,0.4);
}
.cigar-address-wrapper {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.cigar-address-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.cigar-address-table thead {
	background: linear-gradient(to bottom, #e8d4b8, #d4c4a8);
}
.cigar-address-table thead th {
	color: #000000;
	padding: 15px 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
}
.cigar-address-table tbody td {
	padding: 15px 20px;
	color: #000000;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.cigar-address-wrapper {
		grid-template-columns: 1fr;
	}
}
.cigar-tracking-table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.cigar-tracking-table thead {
	background: linear-gradient(to bottom, #e8d4b8, #d4c4a8);
}
.cigar-tracking-table thead th {
	color: #000000;
	padding: 15px 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
}
.cigar-tracking-table tbody td {
	padding: 15px 20px;
	color: #000000;
	border-bottom: 1px solid #e8dcc8;
	line-height: 1.6;
}
.cigar-tracking-table tbody tr:last-child td {
	border-bottom: none;
}
.cigar-tracking-table .tracking-date {
	font-size: 0.9em;
	color: #8b7355;
	margin-bottom: 5px;
}
.cigar-tracking-table .tracking-content {
	color: #000000;
}
.cigar-tracking-table .tracking-content a {
	color: #d4af37;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s;
}
.cigar-tracking-table .tracking-content a:hover {
	color: #b8941f;
	text-decoration: underline;
}
.woocommerce-order-updates,
.woocommerce-OrderUpdates,
.woocommerce-OrderUpdate,
.woocommerce-order-updates h2,
.woocommerce-OrderUpdates-title,
h2:has(+ .woocommerce-order-updates),
h2:has(+ .woocommerce-OrderUpdates) {
	display: none !important;
}
.order-again {
	text-align: center;
	margin-top: 20px;
}
.order-again .button {
	background: linear-gradient(to bottom, #d4af37, #b8941f) !important;
	color: #1a0f0a !important;
	padding: 10px 25px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	font-weight: bold !important;
	margin: 0 5px !important;
	transition: all 0.3s !important;
	border: none !important;
	display: inline-block !important;
}
.order-again .button:hover {
	background: linear-gradient(to bottom, #e8c44d, #d4af37) !important;
	box-shadow: 0 2px 8px rgba(212,175,55,0.4) !important;
	color: #1a0f0a !important;
}
