.tc-table-options-wc-tickets,
.tc-table-options-wc-tickets * {
	box-sizing: border-box;
}

.tc-table-options-wc-tickets {
	display: block !important;
	visibility: visible !important;
	width: 100%;
	margin: 28px 0;
	overflow: visible;
	height: auto !important;
	max-height: none !important;
	color: #1c1914;
}

.tc-table-options-card {
	overflow: visible;
	border: 1px solid #e4d9c5;
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 18px 40px rgba(28, 22, 12, 0.08);
}

.tc-table-options-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 22px;
	background: #3D441E;
	color: #f7f1e4;
}

.tc-table-options-card__title {
	margin: 0 !important;
	color: #f7f1e4 !important;
	font-size: 0.82rem !important;
	font-weight: 650 !important;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tc-table-options-card__meta {
	margin: 0;
	color: #d4b36a;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}

.tc-table-options-card__body {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets,
.tc-table-options-wc-tickets table.order-details {
	display: table !important;
	width: 100% !important;
	min-width: 720px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: #fffdf8 !important;
	box-shadow: none !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets thead,
.tc-table-options-wc-tickets table.order-details thead {
	display: table-header-group !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets tbody,
.tc-table-options-wc-tickets table.order-details tbody {
	display: table-row-group !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets tr,
.tc-table-options-wc-tickets table.order-details tr {
	display: table-row !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets th,
.tc-table-options-wc-tickets table.tc-table-options-tickets td,
.tc-table-options-wc-tickets table.order-details th,
.tc-table-options-wc-tickets table.order-details td {
	display: table-cell !important;
	padding: 16px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid #efe6d4 !important;
	background: #fffdf8 !important;
	color: #2a2418 !important;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: left !important;
	vertical-align: middle !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets thead th,
.tc-table-options-wc-tickets table.order-details thead th {
	padding: 12px 18px !important;
	background: #3D441E !important;
	color: #f7f1e4 !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets tbody tr:last-child td,
.tc-table-options-wc-tickets table.order-details tbody tr:last-child td {
	border-bottom: 0 !important;
}

.tc-table-options-wc-tickets table.tc-table-options-tickets tbody tr:hover td {
	background: #fbf6ec !important;
}

.tc-table-options-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #3D441E;
	color: #f7f1e4;
	font-size: 0.75rem;
	font-weight: 650;
}

.tc-table-options-event__name,
.tc-table-options-wc-tickets table a {
	color: #161616 !important;
	font-weight: 650;
	text-decoration: none !important;
}

.tc-table-options-event__name:hover,
.tc-table-options-wc-tickets table a:hover {
	color: #9a7830 !important;
}

.tc-table-options-event__meta {
	display: block;
	margin-top: 4px;
	color: #7a6d55;
	font-size: 0.82rem;
}

.tc-table-options-type,
.tc-table-options-code {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.8rem;
	line-height: 1.2;
	word-break: break-word;
}

.tc-table-options-type {
	background: #f3ead6;
	color: #5a4a2c;
	font-weight: 600;
}

.tc-table-options-code {
	border: 1px solid #d8c49a;
	background: #fff;
	color: #3d3424;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.tc-table-options-qr {
	display: inline-flex;
	padding: 8px;
	border: 1px solid #e4d9c5;
	border-radius: 12px;
	background: #fff;
}

.tc-table-options-qr img {
	display: block;
	width: 88px !important;
	height: 88px !important;
	max-width: 88px;
	border-radius: 6px;
}

.tc-table-options-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	min-height: 38px;
	padding: 8px 16px !important;
	border: 1px solid #3D441E !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #3D441E !important;
	font-size: 0.78rem !important;
	font-weight: 650 !important;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: auto;
}

.tc-table-options-download:hover {
	background: #3D441E !important;
	color: #fff !important;
}

.tc-table-options-extras {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tc-table-options-extras li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #eadfb8;
	border-radius: 12px;
	background: #fffaf0;
}

.tc-table-options-extras .label {
	color: #8a7750;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tc-table-options-extras .value {
	color: #2a2418;
	font-size: 0.84rem;
	font-weight: 600;
}

.tc-table-options-account-orders {
	margin: 36px 0;
}

.tc-table-options-account-order {
	margin: 28px 0;
}

.tc-table-options-account-order > h3 {
	margin: 0 0 14px;
	color: inherit;
	font-size: 1.05rem;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.tc-table-options-account-stack,
.tc-table-options-order-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0 0 28px;
}

.tc-table-options-order-tickets {
	display: block !important;
	visibility: visible !important;
	width: 100%;
}

.tc-table-options-order-card {
	display: block !important;
	padding: 16px;
	border: 1px solid #3a3428;
	border-radius: 14px;
	background: #1a1a1a;
	color: #f4efe4;
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
}

.tc-table-options-order-tickets,
.tc-table-options-front {
	display: block !important;
	visibility: visible !important;
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
}

.tc-table-options-order-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.tc-table-options-order-card__head strong {
	color: #fff;
	font-size: 1.05rem;
}

.tc-table-options-order-card__status {
	padding: 4px 10px;
	border-radius: 999px;
	background: #2b2b2b;
	color: #d4b36a;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tc-table-options-order-card__list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.tc-table-options-order-card__list dt {
	margin: 0;
	color: #9aa3ad;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tc-table-options-order-card__list dd {
	margin: 0;
	color: #f4efe4;
}

.tc-table-options-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.tc-table-options-order-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: #3D441E !important;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.tc-table-options-order-card__head {
	display: flex !important;
}

.tc-table-options-order-card__list {
	display: grid !important;
}

.tc-table-options-order-card__actions {
	display: flex !important;
}

body.woocommerce-account.woocommerce-orders table.shop_table,
body.woocommerce-account.woocommerce-orders table.woocommerce-orders-table,
body.woocommerce-account.woocommerce-orders table.my_account_orders,
body.woocommerce-account.woocommerce-orders table.account-orders-table,
body.woocommerce-account .woocommerce-MyAccount-orders table,
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .wp-block-woocommerce-account-orders table {
	display: none !important;
}

body.woocommerce-account .tc-table-options-wc-tickets table.tc-table-options-tickets,
body.woocommerce-checkout .tc-table-options-wc-tickets table.tc-table-options-tickets {
	display: table !important;
}

@media (max-width: 900px) {
	.tc-table-options-card__head {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 18px;
	}

	.tc-table-options-card__body {
		overflow-x: auto;
	}
}
