/* My Account - Order Actions Button Styling */
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
    text-transform: inherit !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .aks_tracking {
    margin-left: 5px;
}

.aks-tracking-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.aks-tracking-popup-content {
	background: #fff;
	padding: 2rem;
	border-radius: 5px;
	text-align: center;
	position: relative;
	max-width: 400px;
	width: 90%;
}

.aks-tracking-popup-content h2 {
	margin-top: 0;
}

.aks-tracking-code-wrapper {
	display: flex;
	margin-bottom: 1rem;
}

.aks-tracking-code-wrapper input {
	flex-grow: 1;
	border-radius: 3px;
	text-align: center;
}

.aks-tracking-code-wrapper .button {
	border-radius: 0 3px 3px 0;
	   margin-left: 5px;
}

.aks-tracking-popup-content .instructions {
	font-size: 0.9rem;
	color: #666;
}

.aks-tracking-popup-content .tracking-page-button {
	width: 100%;
	margin-top: 1rem;
	   text-decoration: underline;
	   background: none;
	   color: #000;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}
/* My Account - Order Actions Button Styling */
.woocommerce-orders-table .woocommerce-button.button.aks_tracking {
    margin-left: 5px;
    text-transform: none;
}
