.news-section__container__row {
    flex-direction: column;
	align-items: center;
	padding-top: 36px;
}

.news-section__breadcrumbs-btn {
	border: none;
    background-color: var(--bg-color-main);
	padding-left: 32px;
}

.news-section__breadcrumbs-btn[btn-type="back"] .button__text::before {
    background-image: url(../img/arrow-back.svg);
}

.button__text:hover {
    color: var(--accent-color-main);
}

.button__text:hover::before {
    filter: brightness(0) saturate(100%) invert(46%) sepia(45%) saturate(3050%) hue-rotate(315deg) brightness(101%) contrast(91%);
}

.news-section__meta {
	position: static;
	margin-bottom: 10px;
	padding-top: 32px;
}

.news-section__header {
    margin-bottom: 24px;
}

.news-section__img-wrapper {
	margin-bottom: 23px;
	position: relative;
  overflow: hidden;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.news-section__img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.news-section__info-list {
	list-style-type: decimal;
	margin-left: 30px;
}

.news-section__info-list__item {
	margin-top: 20px;
}

.news-section__info-version {
	margin-top: 20px;
}

.news-section__info-downloads {
	margin-top: 48px;
}

.news-section__info-downloads-list-item {
	margin-top: 20px;
}

.news-section__info-downloads-list-item_link:hover {
	color: var(--accent-color-main-hover);
}

.news-section__recent-posts {
	flex-direction: column;
	margin-top: 80px;
}

.news-section__recent-posts-content {
	gap: 32px;
}

.news-meta-list__item {
	margin-right: 18px;
}

@media (max-width: 1199px) {
.news-section__breadcrumbs,
.news-section__meta_column,
.news-section__column_content,
.news-section__info_column {
  	width: calc(100% / 12 * 10);	
  }

  .news-section__img-wrapper {
  	max-width: 100%;
  	width: 100%;
  	height: auto;
  }

}

@media (max-width: 1023px) {
	.news-section__recent-wrapper {
		padding-top: 25px;
		padding-left: 18px;
	}
}

@media (max-width: 993px) {
	.news-section__img-wrapper {
		max-width: 770px; 
    max-height: 432px
	}

	.blog-section__column-card {
		width: 40%;
	}
	.news-section__recent-posts-content {
		gap: 12px;
	}
}


@media (max-width: 767px) {
	.news-section__breadcrumbs, 
	.news-section__meta_column, 
	.news-section__column_content, 
	.news-section__info_column {
    width: 100%;
  }

	.news-section {
    margin-top: 0;
  }

	.news-section__container__row {
		padding-top: 29px;
	}

	.news-section__breadcrumbs {
		margin-bottom: 15px;
  }

	.news-section__header {
		margin-bottom: 18px;
	}

	.news-section__img-wrapper {
		margin-bottom: 16px;
	}

	.news-section__info-list {
		margin-left: 23px;
	}

	.news-section__info-list__item {
		margin-top: 12px;
	}

	.news-section__info-version {
		margin-top: 12px;
	}

	.news-section__info-downloads {
		margin-top: 24px;
		overflow-wrap: break-word;
	}
	
	.news-section__info-downloads-list-item {
		margin-top: 12px;
	}

	.news-section__recent-posts {
		margin-top: 40px;
	}

	.news-section__recent-posts-content {
        gap: 10px;
        flex-direction: column;
    }

	.blog-section__column-card {
    width: 100%;
		padding-top: 16px;
		max-width: 100%;
  }

	.news-section__meta {
		padding-top: 0;
	}

	.news-section__img-wrapper {
		max-width: 100%;
    max-height: 176px;
		width: 312px;
		height: 176px;
  }
}

.preview-notification {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 0, 0.8);
	color: #333;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
  
.preview-notification p {
	margin: 0;
}

/* VPN Service content styles */
.vpn-service-content {
	/* Restore text decoration for links inside VPN service articles */
}

.vpn-service-content a {
	text-decoration: underline !important;
}

.vpn-service-content a:hover {
	text-decoration: underline !important;
}