/* ChatGPT: файл создан 01.08.2026 — skin coursesonline списка Company (/poslygu/). */
/* ChatGPT: изменения внесены 01.08.2026 — .cosh как span (клик по li, без Foundation data-reveal). */
.coc {
	--co-dark: #172033;
	--co-muted: #6b7385;
	--co-line: #e7ebf3;
	--co-soft: #f5f7fb;
	--co-blue: #2457d6;
	width: 100%;
	padding: 8px 0 48px;
	color: var(--co-dark);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.coc * { box-sizing: border-box; }

.cocin {
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
}

.cohd {
	margin: 0 0 22px;
}

.coh1 {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--co-dark);
}

.cotx {
	margin: 0 0 18px;
	color: var(--co-muted);
	font-size: 15px;
	line-height: 1.55;
}

.cotx p { margin: 0 0 10px; }

.cogr {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cocd {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 132px;
	padding: 0 16px 0 0;
	overflow: hidden;
	border-radius: 14px;
	background: var(--co-soft);
	color: inherit;
	transition: box-shadow .2s ease, transform .2s ease;
}

.cocd:hover,
.cocd:focus-within {
	box-shadow: 0 8px 22px rgba(24, 37, 56, .1);
	transform: translateY(-1px);
}

.coim {
	display: block;
	width: 132px;
	height: 132px;
	overflow: hidden;
	background: #e8edf5;
	flex-shrink: 0;
}

.coim img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cobx {
	min-width: 0;
	padding: 12px 0;
}

.conm {
	display: block;
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 800;
	color: var(--co-dark);
	text-decoration: none;
}

.conm:hover,
.conm:focus {
	color: var(--co-blue);
}

.cocy {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--co-blue);
}

.coph {
	margin: 0;
	padding: 0;
	list-style: none;
}

.coph li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 4px;
}

.coph a {
	color: var(--co-dark);
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
}

.coph a:hover,
.coph a:focus {
	color: var(--co-blue);
}

.cosh {
	display: inline-block;
	cursor: pointer;
	border-radius: 6px;
	padding: 4px 10px;
	background: #1b2437;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	font-family: inherit;
	user-select: none;
}

.cosh:hover,
.cosh:focus {
	background: var(--co-blue);
}

.coar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: var(--co-blue);
	font-size: 16px;
	line-height: 1;
	flex-shrink: 0;
	text-decoration: none;
}

.copg {
	margin-top: 28px;
}

.copg .pagination-list {
	margin: 0;
}

.cotb {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--co-line);
	color: var(--co-muted);
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.cogr { grid-template-columns: 1fr; }
	.coh1 { font-size: 28px; }
}

@media (max-width: 640px) {
	.cocin { width: calc(100% - 24px); }
	.cocd {
		grid-template-columns: 96px minmax(0, 1fr);
		padding-right: 12px;
	}
	.coim {
		width: 96px;
		height: 96px;
	}
	.coar { display: none; }
	.conm { font-size: 15px; }
}
