.tit-board h2 { display: none; }

.likeup-membership__title {
	width: 100%; text-align: center; color: #999; font-size: 14px; line-height: 14px;
	font-weight: 300; padding-bottom: 40px; letter-spacing: 4px; margin: 0;
}
.likeup-membership__title h3 {
	font-size: 30px; line-height: 30px; font-weight: 300; padding: 10px 0;
	color: #333; letter-spacing: 2px; margin: 0;
}
.likeup-membership__summary { text-align: center; font-weight: 300; }
.likeup-membership__accent { text-transform: uppercase; color: #bdcd50; }
.likeup-membership__table { width: 100%; margin-top: 30px; border-collapse: collapse; }
.likeup-membership__table tr:first-child th,
.likeup-membership__table tr:first-child td { border-top: 3px solid #333 !important; }
.likeup-membership__table th:first-child,
.likeup-membership__table td:first-child { border-left: 0 !important; }
.likeup-membership__table th:last-child,
.likeup-membership__table td:last-child { border-right: 0 !important; }
.likeup-membership__table th { color: #111; font-size: 13px; line-height: 18px; font-weight: 500; text-align: center; border: 1px solid #e3e3e3; min-width: 60px; }
.likeup-membership__table td { word-break: keep-all; border: 1px solid #e3e3e3; width: 20%; font-size: 12px; text-align: center; }
.likeup-membership__table td:first-child { background: #fff; vertical-align: middle; }
.likeup-membership__silver { background: #f6f7e5; }
.likeup-membership__gold { background: #eef2cf; }
.likeup-membership__vip { background: #d0db82; }
.likeup-coupon-code { font-weight: 600; letter-spacing: 1px; }

.likeup-order-status-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.likeup-order-status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
	color: #fff;
	background: #0073aa;
}
.likeup-order-status--processing { background: #6f42c1; }
.likeup-order-status--pending { background: #28a745; }
.likeup-order-status--on-hold { background: #f0ad4e; }
.likeup-order-status--cancelled { background: #555; }
.likeup-order-status--refunded,
.likeup-order-status--failed { background: #dc3545; }

.likeup-order-tracking-button {
	background: #000 !important;
	color: #fff !important;
	padding: 4px 8px !important;
	font-size: 12px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	white-space: nowrap;
	min-height: 0 !important;
	line-height: 20px !important;
	margin: 0 !important;
}

.woocommerce-orders-table .notranslate { white-space: nowrap; }

@media screen and (min-width: 768px) {
	.likeup-membership__table th { padding: 20px 25px; font-size: 16px; }
	.likeup-membership__table td { padding: 30px 10px; font-size: 13px; }
}
