

/* Start:/bitrix/templates/paraolympics_resp/components/bitrix/catalog.section/para_resp__structure/style.css?17743646742021*/
/* Стили страниц структуры ПКР (Аппарат ПКР и др.): таблицы в эталонном виде */

.structure-detail-content {
	word-wrap: break-word;
}

.structure-detail-image-wrapper {
	text-align: center;
	margin-bottom: 1.5rem;
}

.structure-detail-image {
	max-width: 300px;
	max-height: 400px;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	display: inline-block;
}

.structure-detail-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

.structure-detail-content thead {
	border: 1px solid var(--color-primary);
	border-top: 2px solid var(--color-primary);
}

.structure-detail-content thead th,
.structure-detail-content thead td {
	background: var(--color-bg-light);
	color: var(--color-text);
	font-weight: 600;
	padding: var(--ui-padding-sm, 0.5em 0.75em);
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid var(--color-primary);
}

.structure-detail-content tbody th,
.structure-detail-content tbody td {
	padding: var(--ui-padding-sm, 0.5em 0.75em);
	color: var(--color-text);
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid var(--color-border);
	background: var(--color-bg);
}

.structure-detail-content td a,
.structure-detail-content th a {
	color: var(--color-link);
	text-decoration: underline;
}

.structure-detail-content td a:hover,
.structure-detail-content th a:hover {
	color: var(--color-link-hover);
}

/* Мобильная версия: горизонтальная прокрутка (в контенте нет data-label для карточек) */
@media (max-width: 768px) {
	.structure-detail-content {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.structure-detail-content table {
		min-width: 400px;
	}
	.structure-detail-content thead th,
	.structure-detail-content thead td,
	.structure-detail-content tbody th,
	.structure-detail-content tbody td {
		padding: 0.5em 0.6em;
		font-size: 0.95rem;
	}
}

/* End */
/* /bitrix/templates/paraolympics_resp/components/bitrix/catalog.section/para_resp__structure/style.css?17743646742021 */
