.yota-ipad-price-table {
	margin: 1.6em 0;
	color: #222;
	font-size: 16px;
	line-height: 1.65;
}

.yota-ipad-price-tabs {
	margin: 0;
}

.yota-ipad-price-tab-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.yota-ipad-price-tab-buttons button {
	appearance: none;
	border: 1px solid #d3d8df;
	border-radius: 6px;
	background: #fff;
	color: #1f2933;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	line-height: 1.3;
	padding: 9px 14px;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.yota-ipad-price-tab-buttons button:hover,
.yota-ipad-price-tab-buttons button:focus-visible {
	border-color: #4479bd;
	outline: none;
}

.yota-ipad-price-tab-buttons button.is-active {
	border-color: #2465a7;
	background: #2465a7;
	color: #fff;
}

.yota-ipad-price-tab-panel {
	display: none;
}

.yota-ipad-price-tab-panel.is-active {
	display: block;
}

.yota-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.yota-ipad-price-table table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	background: #fff;
}

.yota-ipad-price-table th,
.yota-ipad-price-table td {
	border: 1px solid #d9dee5;
	padding: 12px 14px;
	vertical-align: middle;
	white-space: nowrap;
}

.yota-ipad-price-table th {
	background: #f1f5f8;
	color: #1f2933;
	font-weight: 700;
	text-align: center;
}

.yota-ipad-price-table td:first-child {
	font-weight: 700;
}

.yota-ipad-price-table tbody tr:nth-child(even) {
	background: #fafbfc;
}

.yota-price-cell {
	text-align: right;
}

.yota-empty-cell {
	color: #687382;
	text-align: center;
}

.yota-ipad-price-category {
	margin: 0 0 34px;
}

.yota-ipad-price-category-heading {
	margin: 0 0 18px;
	line-height: 1.35;
}

.yota-ipad-price-section {
	margin: 0 0 28px;
}

.yota-ipad-price-section h3 {
	margin: 0 0 12px;
	font-size: 1.18em;
	line-height: 1.35;
}

.yota-ipad-price-section table {
	min-width: 420px;
}

.yota-price-note {
	margin: 12px 0 0;
	color: #586575;
	font-size: 0.92em;
}

.yota-price-message {
	margin: 0;
	border: 1px solid #e1e6ed;
	background: #f8fafc;
	padding: 14px 16px;
}

@media (max-width: 600px) {
	.yota-ipad-price-table {
		font-size: 15px;
	}

	.yota-ipad-price-tab-buttons {
		display: grid;
		grid-template-columns: 1fr;
		overflow-x: visible;
		padding-bottom: 4px;
	}

	.yota-ipad-price-tab-buttons button {
		width: 100%;
		padding: 8px 12px;
	}

	.yota-ipad-price-table th,
	.yota-ipad-price-table td {
		padding: 10px 12px;
	}
}
