.omg-topup-2026-row > td {
	overflow: hidden;
}

.omg-topup-2026 {
	width: 0;
	min-width: 100%;
	margin-top: 16px;
}

.omg-topup-2026-title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
	border-top: 1px solid #ececec;
	padding-top: 14px;
}

.omg-topup-2026-items {
	display: block;
	width: 100%;
}

.omg-topup-2026-more summary {
	cursor: pointer;
	padding: 8px 0;
	font-size: 0.9em;
	color: #666;
	text-decoration: underline;
	text-align: left;
	user-select: none;
}

.omg-topup-2026-more summary:hover {
	color: #111;
}

.omg-topup-2026-more[open] summary {
	padding-bottom: 0;
}

.omg-topup-2026-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
}

.omg-topup-2026-thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	display: block;
}

.omg-topup-2026-info {
	flex: 1;
	min-width: 0;
}

.omg-topup-2026-name {
	display: block;
	font-weight: 600;
	color: inherit;
	text-align: left;
}

.omg-topup-2026-variant {
	font-size: 0.72em;
	color: #999;
	text-align: left;
}

.omg-topup-2026-meta {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.omg-topup-2026-price {
	font-size: 0.9em;
}

.omg-topup-2026-price del {
	opacity: 0.5;
}

.omg-topup-2026-price ins {
	text-decoration: none;
	font-weight: 700;
}

.omg-topup-2026-exp {
	opacity: 0.55;
	font-size: 0.72em;
	color: #777;
}

.omg-topup-2026-btn {
	white-space: nowrap;
	margin-left: auto;
}

/* revert child-theme mobile cart grid (flatsome-shop.css @media 549px) for this row */
@media screen and (max-width: 549px) {
	.cart.shop_table tbody tr.omg-topup-2026-row {
		display: table-row;
		grid-template-columns: none;
		grid-template-rows: none;
		padding-top: 0;
	}

	.omg-topup-2026-item .omg-topup-2026-btn {
		font-size: .8em;
		padding: 0 1em;
		margin-right: 0;
		min-width: 0;
	}
	.omg-topup-2026-name{
		font-size: .8em;
		line-height: 1.15em;
		padding-bottom: 0.25em;
	}
	.omg-topup-2026-meta{
		gap: 2px;
	}
}
