/* Стили для списка рубрик */
	.article-categories-container {
		margin: 0 0 40px 0;
	}

	.article-categories-list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.article-category-link {
		display: inline-block;
		padding: 4px 6px;
		border: 1.5px solid #E4054C;
		background: #ffffff;
		color: #E4054C;
		text-decoration: none;
		border-radius: 10px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		transition: all 0.3s;
		cursor: pointer;
	}

	.article-category-link:hover,
	.article-category-link.active {
		background: #E4054C;
		color: #ffffff;
	}

	.article-post-categories {
		margin-top: 20px;
		margin-bottom: 20px;
		display: block ;
	}

	.article-post-categories:empty {
		display: none ;
	}

	.article-category-tag {
		display: inline-block;
		padding: 0;
		border: none;
		background: transparent;
		color: #E4054C ;
		text-decoration: none;
		border-radius: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		transition: all 0.3s;
		cursor: pointer;
		margin-right: 15px;
	}

	.article-category-tag:last-child {
		margin-right: 0;
	}

	.article-category-tag:hover {
		color: #E4054C ;
		text-decoration: underline;
		opacity: 0.8;
	}

	/* Скрываем стандартный вывод рубрик из entry-footer */
	.entry-footer .cat-links {
		display: none ;
	}

	/* Убеждаемся, что хештеги видны */
	#primary .article-post-categories,
	article .article-post-categories,
	.article-post-categories {
		display: block ;
		visibility: visible ;
		opacity: 1 ;
		margin-top: 20px ;
		margin-bottom: 20px ;
		width: 100% ;
	}

	#primary .article-category-tag,
	article .article-category-tag,
	.article-category-tag {
		display: inline-block ;
		visibility: visible ;
		opacity: 1 ;
		color: #E4054C ;
	}


	.article-share-buttons,
	#primary .article-share-buttons,
	article .article-share-buttons {
		margin-top: 30px ;
		margin-bottom: 30px ;
		display: flex ;
		align-items: center ;
		gap: 3px ;
		visibility: visible ;
		opacity: 1 ;
		width: 100% ;
	}

	.share-label {
		font-family: 'Open Sans', sans-serif ;
		font-size: 14px ;
		color: #777777 ;
		font-weight: 400 ;
		display: inline-block ;
	}

.share-button,
.share-button.share-vk,
.share-button.share-telegram {
    display: inline-flex ;
    align-items: center ;
    justify-content: center ;
    text-decoration: none ;
    transition: all 0.3s ;
    cursor: pointer ;
    visibility: visible ;
    opacity: 1 ;
    flex-shrink: 0 ;
    background: none ;
    border: none ;
}

.share-button:hover,
.share-button.share-vk:hover,
.share-button.share-telegram:hover {
    transform: scale(1.1) ;
    background: none ;
}

	.share-button svg {
		width: 23px ;
		height: 23px ;
		display: block ;
		visibility: visible ;
		opacity: 1 ;
	}


	#primary a,
	#primary .entry-content a,
	#primary .entry-header a,
	#primary .entry-meta a,
	#primary .entry-footer a {
		color: #E4054C;
	}

	#primary a:hover,
	#primary .entry-content a:hover,
	#primary .entry-header a:hover,
	#primary .entry-meta a:hover,
	#primary .entry-footer a:hover {
		color: #E4054C;
		opacity: 0.8;
	}

	
	.entry-header {
		margin-bottom: 30px;
		display: block ;
		width: 100% ;
		max-width: 100% ;
	}

	.entry-header .entry-title,
	h1.entry-title {
		font-family: 'Open Sans', sans-serif ;
		font-size: 32px ;
		font-weight: 600 ;
		color: #333333 ;
		margin: 0 0 15px 0 ;
		line-height: 1.3 ;
		display: block ;
		visibility: visible ;
		opacity: 1 ;
		width: 100% ;
		max-width: 100% ;
	}


	.entry-header {
		width: 100% ;
		max-width: 100% ;
	}

	.entry-header .entry-title,
	h1.entry-title {
		width: 100% ;
		max-width: 100% ;
		text-align: left;
	}
	.entry-header .entry-title,
	h1.entry-title {
		width: 100% ;
		max-width: 100% ;
		text-align: left;
	}
	.rs-17 .rs-faq-container .rs-faq-title  {
		text-align: left !important;
	}
	.rs-17 .related-articles-section .related-articles-title {
		text-align: left !important;
	}
	.entry-content {
		width: 100% ;
		max-width: 100% ;
	}

	article {
		width: 100% ;
		max-width: 100% ;
	}

	.entry-content {
		font-family: 'Open Sans', sans-serif;
		line-height: 1.6;
		color: #333333;
	}

	#primary .content-links {
		list-style: none;
		padding-left: 0px;
		
	}
	#primary .content-links li{
			margin-left: 0px ;
		
	}
	#primary .content-link {
		color: #333333 !important;
		text-decoration: underline;
	
	}

	#primary .content-link:hover {
		color: #333333 !important;
		text-decoration: none;
	}

	@media (max-width: 768px) {
		.entry-header .entry-title {
			font-size: 24px;
		}
	}