:root {
	--bs-body-font-family: OpenSans, Segoe UI, Roboto, Oxygen, Ubuntu, Arial, sans-serif;
	--bs-font-sans-serif: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
	
	/* Типографическая шкала для заголовков */
	--font-size-h1: clamp(1.5rem, 4vw, 2rem);      /* 24px - 32px */
	--font-size-h1-large: clamp(1.8rem, 3.2vw, 2.4rem); /* 28.8px - 38.4px для больших заголовков */
	--font-size-h2: clamp(1.25rem, 3vw, 1.5rem);    /* 20px - 24px */
	--font-size-h3: clamp(1.1rem, 2vw, 1.25rem);    /* 17.6px - 20px */
}

body {
	font-family: var(--bs-body-font-family);
	overflow-x: hidden;
}

/* Базовые стили для заголовков */
h1 {
	font-size: var(--font-size-h1);
	font-weight: 700;
	color: #2b2e39;
	margin: 0.5em 0;
}

h2 {
	font-size: var(--font-size-h2);
	font-weight: 600;
	color: #2b2e39;
	margin: 0.5em 0;
}

h3 {
	font-size: var(--font-size-h3);
	font-weight: 600;
	color: #2b2e39;
	margin: 0.5em 0;
}

.hidden {
	display: none !important;
}

@font-face {
	font-family: "iconfonts";
	src: url("../fonts/iconfonts.eot");
	src: url("../fonts/iconfonts.eot?#iefix") format("embedded-opentype"),
		url("../fonts/iconfonts.woff2") format("woff2"),
		url("../fonts/iconfonts.woff") format("woff"),
		url("../fonts/iconfonts.ttf") format("truetype"),
		url("../fonts/iconfonts.svg#iconfonts") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.f {
	display: inline-block;
	font-family: "iconfonts";
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.f-bars::before {
	content: "\EA01";
}
.f-bug::before {
	content: "\EA02";
}
.f-calendar::before {
	content: "\EA03";
}
.f-clock::before {
	content: "\EA04";
}
.f-comments::before {
	content: "\EA05";
}
.f-copyright::before {
	content: "\EA06";
}
.f-eye::before {
	content: "\EA07";
}
/* .f-hashtag::before {
	content: "\EA08";
} */
.f-home::before {
	content: "\EA09";
}
.f-photo-video::before {
	content: "\EA0A";
}
.f-question-circle::before {
	content: "\EA0B";
}
.f-search::before {
	content: "\EA0C";
}
.f-share::before {
	content: "\EA0D";
}
.f-thumbs-down::before {
	content: "\EA0E";
}
.f-thumbs-up::before {
	content: "\EA0F";
}
.f-video::before {
	content: "\EA10";
}

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=cyrillic");

* {
	box-sizing: border-box;
}

html,
.vf-body {
	min-height: 100%;
}

.vf-body {
	margin: 0;
	font: 400 15px/1.5 OpenSans, "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif;
	color: #2f2f33;
	background: linear-gradient(180deg, #fcfbf9 0%, #f2f4f6 100%);
}

a {
	color: #f05a28;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus {
	color: #d94b1d;
}

button,
input,
textarea {
	font: inherit;
}

.vf-layout {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: radial-gradient(650px at top, rgba(240, 203, 160, 0.15), transparent 60%);
}

.vf-header {
	top: 0;
	z-index: 40;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.9);
padding-left: 5px;
}

.vf-header-top {
	display: flex;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
}

.vf-header-top-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	flex: 0 0 auto;
}

.vf-header-logo {
	flex: 0 0 auto;
	max-width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.vf-header-logo img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.vf-header-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(16px, 3vw, 36px);
	flex: 1;
	min-width: 0;
}

.vf-header-search {
	flex: 1;
	padding-left: clamp(16px, 2vw, 32px);
}

.vf-search-form {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
}

.vf-search-input {
	flex: 1;
	padding: 10px 52px 10px 18px;
	border: 1px solid rgba(49, 53, 63, 0.18);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.9);
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vf-search-input:focus {
	outline: none;
	border-color: #f05a28;
	box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.18);
}

.vf-search-button {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: linear-gradient(135deg, #f9683a 0%, #ff8453 100%);
	color: #fff;
	padding: 8px 16px;
	border-radius: 999px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vf-search-button:hover {
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 6px 18px rgba(240, 90, 40, 0.35);
}

.vf-header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.vf-nav-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 44px;
	height: 44px;
	margin-right: 12px;
	border-radius: 7px;
	background: rgba(240, 90, 40, 0.08);
	color: #f05a28;
	cursor: pointer;
	transition: background 0.2s ease;
	display: none;
}

.vf-nav-toggle:hover,
.vf-nav-toggle.active {
	background: rgba(240, 90, 40, 0.18);
}

.vf-nav-toggle.active i {
	display: none;
}

.vf-nav-toggle.active::before,
.vf-nav-toggle.active::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background: #f05a28;
	border-radius: 1px;
	transition: transform 0.3s ease;
}

.vf-nav-toggle.active::before {
	transform: rotate(45deg);
}

.vf-nav-toggle.active::after {
	transform: rotate(-45deg);
}

.vf-nav-menu {
	display: flex;
	align-items: center;
	gap: 0;
}

.vf-nav-link {
	position: relative;
	padding: 10px 6px;
	font-weight: 600;
	color: #4a4f5f;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 1.1rem;
}

.vf-nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f05a28 0%, #ff9c5c 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.vf-nav-link:hover,
.vf-nav-link:focus {
	color: #f05a28;
}

.vf-nav-link.is-active {
	color: #f05a28;
}

.vf-nav-link.is-active::after,
.vf-nav-link:hover::after {
	transform: scaleX(1);
}

.vf-main-content {
	width: min(1200px, calc(100% - clamp(32px, 6vw, 96px)));
	margin: clamp(32px, 6vw, 72px) auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vf-main-wrapper {
	background: #fff;
}

.vf-page-grid {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto clamp(32px, 6vw, 72px);
padding: 0 6px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(24px, 4vw, 48px);
}

.vf-main-column {
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 4vw, 48px);
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.vf-page-grid .vf-main-content {
	margin: 0;
	width: 100%;
	max-width: none;
}

/* Limit content width on video pages */
.content-holder-part {
	max-width: 1300px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.92);
	padding: 0px 5px 5px 5px;
}

.vf-sidebar {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 3vw, 24px);
	width: 100%;
}

.vf-sidebar-card {
	background: rgba(255, 255, 255, 0.92);
	padding: clamp(5px, 3vw, 8px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vf-sidebar-title {
	margin: 0;
	font-size: clamp(1rem, 1.25vw, 1.125rem);
	font-weight: 700;
	color: #20232c;
}

.vf-sidebar-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4d5361;
}

.vf-sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vf-sidebar-list li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vf-sidebar-list li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vf-sidebar-list a,
.vf-sidebar-links a {
	color: #4d5361;
	transition: color 0.2s ease;
}

.vf-sidebar-list a:hover,
.vf-sidebar-links a:hover {
	color: #f05a28;
}

.vf-sidebar-count {
	color: #9097a8;
	font-size: 0.85em;
}

.vf-sidebar-albums {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vf-sidebar-album a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #4d5361;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vf-sidebar-album a:hover {
	color: #f05a28;
}

.vf-sidebar-album-thumb {
	width: 100%;
	max-width: 200px;
	aspect-ratio: 240 / 320;
	overflow: hidden;
	border-radius: 4px;
}

.vf-sidebar-album-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vf-sidebar-album-title {
	font-size: 0.85rem;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.vf-sidebar-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vf-sidebar-placeholder {
	margin: 0;
	color: #9097a8;
	font-size: 0.9rem;
}

.vf-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vf-section-title h1,
.vf-section-title h2,
.vf-section-title h3,
.vf-section-title div {
	margin: 0;
}

.vf-section-toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.vf-section-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(49, 53, 63, 0.08);
	color: #2f2f33;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease;
}

.vf-section-link:hover {
	background: #f05a28;
	color: #ffffff;
}

.vf-filter {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.vf-filter-label {
	font-weight: 600;
	color: #4d5361;
	white-space: nowrap;
}

.vf-filter-list {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vf-filter-list li a {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(49, 53, 63, 0.08);
	color: #4d5361;
	font-weight: 500;
	transition: background 0.2s ease, color 0.2s ease;
}

.vf-filter-list li a:hover {
	background: #f05a28;
	color: #ffffff;
}

.vf-main-seo {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(49, 53, 63, 0.08);
	border-radius: 18px;
	padding: clamp(20px, 3vw, 32px);
	color: #4d5361;
	box-shadow: 0 16px 32px rgba(29, 38, 57, 0.06);
}

.vf-section {
	background: rgba(255, 255, 255, 0.92);
padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vf-section-heading > * {
	margin: 0;
}

.vf-section-heading h1 {
	font-size: var(--font-size-h1);
	color: #2b2e39;
	margin: 1px 0;
}

.content-holder-part h1 {
	margin: 1px 0;
	font-size: var(--font-size-h1);
}

.content-holder-part-top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.content-holder-part-top-header h1 {
	padding: 10px 0;
	flex: 1;
	min-width: 0;
	line-height: 1.4;
	font-size: var(--font-size-h1);
}

.vf-section-heading h2 {
	font-size: var(--font-size-h2);
	color: #2b2e39;
}

.vf-section-heading h3 {
	font-size: var(--font-size-h3);
	color: #2b2e39;
}

.vf-section-body {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 320px));
	gap: 10px;
	justify-content: start;
}

.vf-section-body--videos:not(.vf-section-body--compact) {
	grid-template-columns: repeat(2, 1fr);
}

.vf-section-body--compact {
	grid-template-columns: repeat(auto-fill, 320px);
}

.vf-section-body--albums {
	grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
}

.vf-section-body:has(.vf-sidebar-albums) {
	grid-template-columns: 1fr;
	justify-content: stretch;
}

.vf-card--album .vf-card-thumbnail {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.vf-card--album .vf-card-title {

}

.vf-section--intro {
	padding-bottom: 0;
}

.vf-section-body--intro {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vf-intro-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: clamp(20px, 4vw, 28px);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(240, 90, 40, 0.12) 0%, rgba(255, 141, 76, 0.2) 100%);
	color: #2b2e39;
	box-shadow: 0 14px 28px rgba(33, 43, 74, 0.12);
}


p {
  margin: 0 0 5px;
}
.vf-intro-card .vf-btn {
	align-self: flex-start;
}

.vf-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 20px rgba(33, 43, 74, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	max-width: 320px;
}

.vf-card--category {
	min-height: 100%;
}

.vf-card-link {
	display: flex;
	flex-direction: column;
	color: inherit;
	height: 100%;
}

.vf-card-thumbnail {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.vf-card--category .vf-card-thumbnail {
	aspect-ratio: auto;
}

.vf-card--studio .vf-card-thumbnail {
	aspect-ratio: 320 / 120;
}

.vf-card-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.vf-card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #f05a28;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
}

.vf-card-duration {
	position: absolute;
	bottom: 2px;
	left: 2px;
	padding: 1px 4px;
	border-radius: 4px;
	background: rgb(255 255 255 / 75%);
	color: #444444;
	font-weight: 600;
	font-size: 0.75rem;
}

.vf-card-views {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 1px 4px;
    border-radius: 4px;
    background: rgb(255 255 255 / 75%);
    color: #444444;
    font-weight: 600;
    font-size: 0.75rem;
}

.vf-card-date {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 1px 4px;
    border-radius: 4px;
    background: rgb(255 255 255 / 75%);
    color: #444444;
    font-weight: 600;
    font-size: 0.75rem;
}

.vf-card-rating {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 1px 4px;
	border-radius: 4px;
	background: rgb(255 255 255 / 75%);
	color: #444444;
	font-weight: 600;
	font-size: 0.75rem;
}

.vf-card-thumbnail .vf-card-duration,
.vf-card-thumbnail .vf-card-views,
.vf-card-thumbnail .vf-card-date,
.vf-card-thumbnail .vf-card-rating {
	transition: opacity 0.2s ease;
}

.vf-card-thumbnail:hover .vf-card-duration,
.vf-card-thumbnail:hover .vf-card-views,
.vf-card-thumbnail:hover .vf-card-date,
.vf-card-thumbnail:hover .vf-card-rating {
	opacity: 0;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(33, 43, 74, 0.12);
}

.vf-card--album .vf-card-date {
	top: 2px;
	bottom: auto;
}

.vf-card--album .vf-card-rating {
	top: auto;
	bottom: 2px;
}

.vf-card-content {
	padding: clamp(3px, 2vw, 3px);
	display: flex;
	flex-direction: column;
}

.vf-card-header {
	display: flex;
	align-items: flex-start;
}

.vf-card--category .vf-card-header {
	justify-content: space-between;
}

.vf-card--category .vf-card-meta-duration {
	flex-shrink: 0;
	margin-left: 8px;
}

.vf-card--studio .vf-card-header {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.vf-card-title--studio {
	font-size: 1.1rem;
	font-weight: 500;
	text-align: left;
	width: auto;
	height: auto;
	overflow: visible;
	display: block;
	-webkit-line-clamp: none;
	-webkit-box-orient: horizontal;
	flex: 1;
}

.vf-card-meta-duration--studio {
	text-align: right;
	flex-shrink: 0;
	margin-left: 8px;
}

.vf-card-title,
.vf-card-title--category {
    font-size: 0.89rem;
    line-height: 1.35;
    font-weight: 500;
    color: #2f2f33;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vf-card-title {
    height: 2.7em;
}

.vf-card-title--category {
    height: auto;
}



.vf-card-meta,
.vf-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.9rem;
	color: #6a6e7b;
}

.vf-card-meta-duration,
.vf-card-meta-rating,
.vf-card-footer-date,
.vf-card-footer-views {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Align provider albums count to the right on magazines providers block */
#list_content_sources_magazines_providers .vf-card-meta {
	justify-content: flex-end;
}

.vf-card-footer {
	border-top: 1px solid rgba(38, 43, 68, 0.08);
	padding-top: 12px;
}

.vf-empty-state {
	grid-column: 1 / -1;
	text-align: center;
	padding: clamp(24px, 3vw, 32px);
	background: rgba(240, 90, 40, 0.08);
	color: #8b4a2f;
	font-weight: 600;
	border-radius: 16px;
}

.vf-video-section {
	display: grid;
	gap: clamp(24px, 4vw, 40px);
}

.vf-video-player video,
.vf-video-player .no-player,
.vf-video-player .embed-wrap {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 20px 32px rgba(27, 35, 57, 0.18);
	background: #000;
}

.vf-video-meta {
	display: grid;
	gap: 24px;
}

.vf-video-meta-header {
	display: grid;
	gap: 20px;
}

.vf-video-rating {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.vf-video-rating-feedback {
	flex-basis: 100%;
	font-size: 0.85rem;
	color: #6a6e7b;
	min-height: 1em;
}

.vf-video-rating-feedback.is-error {
	color: #d4154c;
}

.vf-video-rating-feedback.is-success {
	color: #47b119;
}

.vf-video-like,
.vf-video-dislike {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	border: 0;
	background: rgba(240, 90, 40, 0.08);
	color: #f05a28;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vf-video-dislike {
	background: rgba(47, 128, 237, 0.08);
	color: #2f80ed;
}

.vf-video-like:hover,
.vf-video-dislike:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 24px rgba(33, 43, 74, 0.12);
}

.vf-video-like.disabled,
.vf-video-dislike.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
	transform: none;
	box-shadow: none;
}

.vf-video-rating-meter {
	position: relative;
	width: clamp(180px, 25vw, 220px);
	height: 16px;
	background: rgba(47, 128, 237, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

#video-rating-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);
}

#video-rating-details {
	position: absolute;
	left: 50%;
	top: -34px;
	transform: translateX(-50%);
	padding: 4px 12px;
	border-radius: 999px;
	background: #ffffff;
	color: #2f80ed;
	font-size: 0.85rem;
	font-weight: 700;
	box-shadow: 0 10px 22px rgba(27, 42, 85, 0.12);
}

.vf-video-stats {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	color: #6a6e7b;
	font-size: 0.95rem;
}

.vf-video-stats-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(49, 53, 63, 0.08);
}

.vf-video-meta-body {
	display: grid;
	gap: 16px;
	color: #4b4f5c;
}

.vf-video-description span,
.vf-video-categories span,
.vf-video-tags span {
	font-weight: 700;
	margin-right: 6px;
	color: #2f2f33;
}

.vf-video-categories a,
.vf-video-tags a {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	margin: 4px 6px 0 0;
	border-radius: 999px;
	background: rgba(240, 90, 40, 0.12);
	color: #f05a28;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease;
}

.vf-video-categories a:hover,
.vf-video-tags a:hover {
	background: rgba(240, 90, 40, 0.22);
	color: #cb4316;
}

.vf-video-meta-more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vf-toggle-more {
	padding: 10px 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f80ed 0%, #6fa7f1 100%);
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vf-toggle-more:hover,
.vf-toggle-more.active {
	transform: translateY(-2px);
	box-shadow: 0 18px 28px rgba(47, 128, 237, 0.35);
}

.vf-tags-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vf-tags-title h3 {
	margin: 0;
	font-size: var(--font-size-h2);
	color: #2f2f33;
}

.vf-tags-all a {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(47, 128, 237, 0.12);
	color: #2f80ed;
	font-weight: 600;
}

.vf-tags-all a:hover {
	background: rgba(47, 128, 237, 0.22);
}

.vf-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vf-tags-cloud-item a {
	display: inline-flex;
	align-items: center;
padding: 6px 10px;
	border-radius: 7px;
	background: rgba(49, 53, 63, 0.06);
	color: #4d5361;
	font-weight: 600;
}

.vf-tags-cloud-item a:hover {
	background: rgba(49, 53, 63, 0.16);
	color: #2f2f33;
}

.vf-tag-column {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 200px;
	padding: 16px 20px;
}

.vf-tag-column .title {
	display: block;
	margin-bottom: 8px;
	color: #f05a28;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 1.8rem;
}

.vf-tag-column li {
	margin: 6px 0;
}

.vf-tag-column a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease;
	
}

.vf-tag-column a:hover {
	color: #f05a28;
}

.vf-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.vf-page-item a,
.vf-page-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
    padding: 4px 16px;
    border-radius: 7px;
	background: rgba(49, 53, 63, 0.08);
	color: #4a4f5f;
	font-weight: 600;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vf-page-item a:hover {
	background: rgba(240, 90, 40, 0.16);
	color: #f05a28;
	transform: translateY(-2px);
}

.vf-page-item.is-active span {
	background: linear-gradient(135deg, #f05a28 0%, #ff8f4f 100%);
	color: #fff;
}

.vf-page-item--prev a,
.vf-page-item--next a {
	background: rgba(47, 128, 237, 0.12);
	color: #2f80ed;
}

.vf-page-item--prev a:hover,
.vf-page-item--next a:hover {
	background: rgba(47, 128, 237, 0.22);
	color: #1f5fb7;
}

.vf-load-more {
	text-align: center;
}

.vf-load-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f80ed 0%, #6fa7f1 100%);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 18px 32px rgba(47, 128, 237, 0.25);
}

.vf-load-more a:hover {
	filter: brightness(1.05);
}

.vf-footer-divider {
	margin-top: auto;
	background: rgba(49, 53, 63, 0.06);
	height: 1px;
}

.vf-footer {
	padding: clamp(32px, 6vw, 64px) clamp(24px, 4vw, 72px);
	background: rgba(255, 255, 255, 0.86);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-top: 1px solid rgba(49, 53, 63, 0.08);
}

.vf-footer-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vf-footer-logo img {
	height: auto;
	width: auto;
	max-height: none;
}

.vf-footer-meta {
	color: #6a6e7b;
	font-size: 0.9rem;
	text-align: center;
}

.vf-album {
	display: flex;
	flex-direction: column;
}

.vf-album-header {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vf-album-heading {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vf-album-title {
	margin: 0;
	font-size: var(--font-size-h1-large);
	color: #2b2e39;
}

.vf-album-meta-primary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vf-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(49, 53, 63, 0.08);
	color: #4d5361;
	font-weight: 600;
	font-size: 0.9rem;
}

.vf-album-sponsor {
	text-align: center;
}

.vf-sponsor-card {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(27, 42, 85, 0.12);
	background: #fff;
	padding: 8px;
}

.vf-sponsor-card img {
	max-height: 96px;
	width: auto;
}

.vf-album-gallery {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.vf-album-message {
	padding: 18px;
	border-radius: 16px;
	background: rgba(47, 128, 237, 0.12);
	color: #2f80ed;
	font-weight: 600;
}

.vf-album-thumbs {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.vf-album-thumb {
	display: flex;
	position: relative;
	background: #f5f6f8;
	box-shadow: 0 10px 22px rgba(33, 43, 74, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.vf-album-thumb.is-locked::after,
.vf-album-thumbs--locked .vf-album-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(33, 33, 33, 0.35) url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/><path d='M7 11V7a5 5 0 0 1 10 0v4'/><path d='M12 15v3'/><path d='M12 18h.01'/></svg>") center/28px no-repeat;
}

.vf-album-body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.vf-album-actions {
	display: block;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.vf-rating {
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 5px;
}

.vf-rating-controls {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	width: 100%;
}

.vf-rating-center {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 140px;
	gap: 6px;
}

.vf-rating-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.vf-rating-value,
.vf-video-rating-value {
	min-width: 3.5rem;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 700;
	color: #2f80ed;
}

.vf-rating-track {
	position: relative;
	width: 100%;
	height: 10px;
	background: rgba(47, 128, 237, 0.16);
	border-radius: 999px;
	overflow: hidden;
}

.vf-rating-track .vf-rating-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(135deg, #2f80ed 0%, #6fa7f1 100%);
	border-radius: 999px;
	transition: width 0.3s ease;
}

.vf-rating-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2f80ed;
}

.vf-rating-scale {
	display: none;
}

.vf-rating-counter {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: baseline;
	gap: 6px;
	font-size: 0.95rem;
	color: #6a6e7b;
}

.vf-rating-center .vf-rating-counter {
	width: 100%;
	margin: 0;
}

.vf-rating-counter .vf-rating-score {
	font-size: 1.3rem;
	font-weight: 700;
	color: #2f80ed;
}

.vf-rating-buttons {
	display: flex;
	flex: 1 1 100%;
	order: 3;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.vf-rating-controls .vf-rating-button,
.vf-rating-controls .rate-like,
.vf-rating-controls .rate-dislike {
	border: 0;
	border-radius: 7px;
	padding: 8px 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #fff;
	flex-shrink: 0;
}

.vf-rating-controls .rate-like {
	background: linear-gradient(135deg, #2f80ed 0%, #6fa7f1 100%);
}

.vf-download-button {
	background: #5e9cf0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px 5px 20px;
		border-radius: 7px;
}

.vf-download-button:hover {
	color: #fff;
}


.vf-album-download {
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.vf-video-download {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	width: 100%;
	flex-basis: 100%;
	order: 10;
}

.vf-video-download .vf-download-link {
	text-decoration: none;
}

.vf-video-download .vf-download-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vf-video-download .vf-download-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(94, 156, 240, 0.35);
}

.vf-rating-controls .rate-dislike {
	background: linear-gradient(135deg, #f05a28 0%, #ff8f4f 100%);
}

.vf-rating-controls button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
	box-shadow: none;
	transform: none;
}

.vf-rating-controls button:not(.disabled):hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(47, 128, 237, 0.25);
}

.vf-rating-feedback {
	font-size: 0.85rem;
	color: #6a6e7b;
	min-height: 1em;
	width: 100%;
	text-align: center;
}

.vf-rating-buttons .vf-rating-button,
.vf-rating-buttons .rate-like,
.vf-rating-buttons .rate-dislike {
	border: 0;
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #fff;
}

.vf-rating-buttons .rate-like {
	background: linear-gradient(135deg, #2f80ed 0%, #6fa7f1 100%);
}

.vf-rating-buttons .rate-dislike {
	background: linear-gradient(135deg, #f05a28 0%, #ff8f4f 100%);
}

.vf-rating-buttons button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
	box-shadow: none;
	transform: none;
}

.vf-rating-buttons button:not(.disabled):hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(47, 128, 237, 0.25);
}

.vf-rating-feedback.is-error {
	color: #d4154c;
}

.vf-rating-feedback.is-success {
	color: #47b119;
}

.vf-favourites {
	position: relative;
}

.vf-fav-toggle {
	border: 0;
	background: rgba(47, 128, 237, 0.12);
	color: #2f80ed;
	border-radius: 7px;
	padding: 8px 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

.vf-fav-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 18px 32px rgba(25, 39, 71, 0.18);
	padding: 12px 0;
	min-width: 220px;
	display: none;
	list-style: none;
	margin: 0;
	z-index: 10;
}

.vf-favourites:hover .vf-fav-dropdown {
	display: block;
}

.vf-fav-dropdown li {
	padding: 0 18px;
}

.vf-fav-dropdown li a {
	display: block;
	padding: 6px 0;
	font-weight: 600;
	color: #4d5361;
}

.vf-fav-dropdown li span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	font-weight: 600;
	color: #f05a28;
}

.vf-album-details {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
}

.vf-album-details .vf-detail-row {
	flex-direction: row;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.vf-detail-row--inline {
	flex-direction: row !important;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.vf-detail-row--inline .vf-detail-label {
	margin-right: 0;
	white-space: nowrap;
}

.vf-detail-row--inline .vf-detail-value {
	font-weight: normal;
	margin-right: 16px;
	color: inherit;
	display: inline;
	white-space: nowrap;
}

.vf-tag-magazine {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(49, 53, 63, 0.08);
    color: #ff0202;
    font-weight: 600;
    font-size: 0.9rem;
}

.vf-album-details .vf-tag-list {
	gap: 4px;
}

.vf-album-details .vf-tag {
	display: inline-block;
	color: #000000;
	margin: 0;
	background: rgba(47, 128, 237, 0.08);
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 0.9em;
}

.vf-album-details .vf-tag:hover {
	color: #ff8c3a;
}


.vf-album-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vf-avatar {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(47, 128, 237, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2f80ed;
	font-weight: 700;
}

.vf-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vf-author-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-weight: 600;
	color: #4d5361;
}

.vf-detail-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.vf-detail-label {
    font-weight: bold;
}

.vf-detail-text {
	margin: 0;
	color: #2f2f33;
	line-height: 1.6;
}

.vf-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.vf-tag {
	display: inline-flex;
	align-items: center;
    padding: 2px 8px;
    border-radius: 6px;
	background: rgba(49, 53, 63, 0.08);
	color: #4d5361;
	font-weight: 600;
	font-size: 0.9rem;
}

.vf-album-secondary {
	display: grid;
	gap: 24px;
	border-top: 1px solid rgba(49, 53, 63, 0.08);
	padding-top: 24px;
}

.vf-share-block,
.vf-report-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: rgba(49, 53, 63, 0.06);
	padding: 20px;
	border-radius: 16px;
}

.vf-share-block h3,
.vf-report-block h3 {
	margin: 0;
	font-size: var(--font-size-h3);
	font-weight: 700;
	color: #2f2f33;
}

.vf-input,
.vf-textarea {
	width: 100%;
	padding: 10px 14px;
	border-radius: 7px;
	border: 1px solid rgba(49, 53, 63, 0.18);
	background: #fff;
	color: #2f2f33;
	font: inherit;
}

.vf-textarea {
	resize: vertical;
	min-height: 96px;
}

.vf-btn,
.vf-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 5px 22px;
    border-radius: 7px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vf-btn-primary {
	background: linear-gradient(135deg, #f05a28 0%, #ff8f4f 100%);
	color: #fff;
	border: 0;
}

.vf-btn-outline {
	background: transparent;
	color: #2f80ed;
	border: 2px solid rgba(47, 128, 237, 0.4);
}

.vf-btn-primary:hover,
.vf-btn-outline:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 32px rgba(33, 43, 74, 0.18);
}

.vf-inline-form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}

.vf-album-message form,
.vf-album-message .vf-inline-form {
	margin-top: 12px;
}

.vf-comment-form {

	display: flex;
	flex-direction: column;

}

.vf-comment-form__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 10px;
}

.vf-comment-form__summary {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 560px;
}

.vf-comment-form__title {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	font-weight: 700;
	color: #31353f;
}

.vf-comment-form__hint {
	font-size: 0.95rem;
	color: #6a6e7b;
}

.vf-comment-form__toggle {
	margin-left: auto;
	white-space: nowrap;
}

.vf-comment-form__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 10px;
}

.vf-comment-form .success,
.vf-comment-form .generic-error {
	padding: 12px 16px;
	border-radius: 7px;
	font-size: 0.95rem;
}

.vf-comment-form .success {
	background: rgba(71, 177, 25, 0.12);
	color: #3d8f13;
}

.vf-comment-form .generic-error {
	background: rgba(234, 24, 83, 0.12);
	color: #c01146;
}

.vf-comment-form__fields {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vf-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vf-form-label {
	font-weight: 600;
	font-size: 0.95rem;
	color: #4d5361;
}

.vf-form-control {
	width: 100%;
	padding: 8px 8px;
	border: 1px solid rgba(49, 53, 63, 0.18);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.9);
	color: #31353f;
	font-size: 0.95rem;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


.vf-form-control:focus {
	outline: none;
	border-color: rgba(47, 128, 237, 0.6);
	box-shadow: 0 0 0 1px rgba(47, 128, 237, 0.18);
}

.vf-form-control:focus::placeholder {
	opacity: 0;
}

.vf-form-control.textarea,
.vf-form-control textarea {
	min-height: 120px;
	resize: vertical;
}

.vf-comment-form .smileys-support.vf-form-control {
	padding: 0;
	border: 0;
	background: transparent;
}

.vf-comment-form .smileys-support.vf-form-control textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(49, 53, 63, 0.18);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.9);
	color: #31353f;
	font-size: 0.95rem;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vf-comment-form .smileys-support.vf-form-control textarea:focus {
	outline: none;
	border-color: rgba(47, 128, 237, 0.6);
	box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.18);
}

.vf-form-footer {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vf-form-captcha {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vf-form-captcha .captcha-control {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-end;
}

.vf-form-captcha .captcha-control .image {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vf-form-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vf-comment-form .field-error {
	color: #c01146;
	font-size: 0.8rem;
}

.vf-comment-form .field-error.up {
	margin-top: -4px;
}

.vf-comment-form .field-error.down {
	margin-bottom: -4px;
}

.vf-comments {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vf-comments .list-comments {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vf-comments .list-comments.hidden {
	display: none;
}

.vf-comments .item {
	display: flex;
	background: rgba(255, 255, 255, 0.9);

}

.vf-comments .item .text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.vf-comments .comment-options {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.9rem;
	color: #6a6e7b;
}

.vf-comments .comment-header {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 4px;
}

.vf-comments .comment-author {
	font-weight: 600;
	color: #31353f;
}

.vf-comments .comment-rating {
	min-width: 30px;
	height: 22px;
	border-radius: 5px;
	background: rgba(49, 53, 63, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #31353f;
}

.vf-comments .comment-rating.positive {
	background: rgba(71, 177, 25, 0.15);
	color: #3d8f13;
}

.vf-comments .comment-rating.negative {
	background: rgba(234, 24, 83, 0.15);
	color: #d4154c;
}

.vf-comments .comment-like,
.vf-comments .comment-dislike,
.vf-comments .comment-edit {
	text-decoration: none;
	color: #6a6e7b;
	transition: color 0.2s ease;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
}

.vf-comments .comment-like:hover,
.vf-comments .comment-dislike:hover,
.vf-comments .comment-edit:hover {
	color: #ea1853;
}

.vf-comments .comment-like {
	color: #47b119;
}

.vf-comments .comment-like:hover {
	color: #3d8f13;
}

.vf-comments .comment-dislike {
	color: #ea1853;
}

.vf-comments .comment-dislike:hover {
	color: #c01146;
}

.vf-comments .comment-info {
	font-size: 0.85rem;
	color: #6a6e7b;
}

.vf-comments .comment-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #31353f;
	border: 1px solid rgba(49, 53, 63, 0.08);
	padding: 5px;
}

.vf-comments .comment-feedback {
	font-size: 0.85rem;
	color: #6a6e7b;
	margin-top: 4px;
	display: none;
}

.vf-comments .comment-feedback.is-error {
	color: #d4154c;
}

.vf-comments .comment-feedback.is-success {
	color: #47b119;
}

.vf-comments .comment-like.is-disabled,
.vf-comments .comment-dislike.is-disabled {
	pointer-events: none;
	opacity: 0.4;
	cursor: default;
}

.vf-share-buttons {
	display: flex;
	gap: 8px;
}

.vf-report-block fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.vf-radio {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-weight: 600;
	color: #4d5361;
}

.vf-radio input {
	accent-color: #2f80ed;
}

.vf-album-secondary label {
	font-weight: 600;
	color: #4d5361;
}


/* Video info description */
.video-info-bot-description {
	padding-bottom: 10px;
}

/* Video info tags and categories */
.video-info-bot-categories a,
.video-info-bot-tags a, .video-info-bot-models a, .video-info-bot-dvd a {
    display: inline-block;
    color: #000000;
    margin: 10px 3px 3px;
    background: rgba(47, 128, 237, 0.08);
    padding: 1px 5px;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #acacac;
}

.video-info-bot-categories a:hover,
.video-info-bot-tags a:hover, .video-info-bot-models a:hover, .video-info-bot-channel a:hover, .video-info-bot-dvd a:hover {
	color: #ff8c3a;
}

.video-info-bot-channel a {
	display: inline-block;
	color: #000000;
	margin: 10px 3px 3px;
	background: rgba(76, 175, 80, 0.12);
	padding: 1px 5px;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 1em;
}

/* Model info block */
.vf-model-info {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.vf-model-info::after {
	content: "";
	display: table;
	clear: both;
}

.vf-model-photo {
	float: left;
	width: 250px;
	margin: 0 24px 16px 0;
}

.vf-model-photo img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
}

.vf-model-details {
	min-height: 200px;
}

.vf-model-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.vf-model-details h1 {
	margin: 0;
	font-size: var(--font-size-h1-large);
	color: #2b2e39;
}

.vf-model-edit-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 4px;
	background: #f05a28;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.vf-model-edit-link:hover {
	background: #d94a1f;
	color: #ffffff;
}

.vf-model-details h2 {
	margin: 0;
	font-size: var(--font-size-h2);
	color: #2b2e39;
	font-weight: 600;
}

.vf-model-details-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 24px;
	align-items: start;
}

.vf-model-detail {
	margin-bottom: 8px;
	font-size: 0.95rem;
	color: #4d5361;
}

.vf-model-detail strong {
	color: #2b2e39;
}

.vf-model-bio {
	line-height: 1.6;
	color: #4d5361;
}

.content-holder-part-video-info-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(47, 128, 237, 0.08);
	margin-bottom: 8px;
}

.video-info-top-rating {
	max-width: 100%;
	min-width: 0;
	flex-shrink: 0;
	flex-grow: 0;
}

.video-info-top-data-item {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	font-size: 0.9rem;
	color: #6a6e7b;
	padding-right: 10px;
}

.video-info-top-data-item i {
	color: #2f80ed;
	font-size: 1rem;
}

.video-info-top-data-item span {
	font-weight: 600;
	color: #4d5361;
}

.content-holder-part-video-player {
	max-width: 1300px;
	max-height: 600px;
	margin: 0 auto;
}

.content-holder-part-video-player video,
.content-holder-part-video-player .embed-wrap,
.content-holder-part-video-player .no-player {
	max-width: 100%;
	max-height: 600px;
	height: auto;
	object-fit: contain;
}

.content-holder-part-video-player .embed-wrap {
	max-height: 600px;
}

.content-holder-part-video-player .embed-wrap iframe {
	max-height: 600px;
	height: 100%;
}

/* ============================================
   MEDIA QUERIES - Desktop First (max-width)
   ============================================ */

/* Large devices (desktops, ≤1199.98px) */
@media (max-width: 1199.98px) {
	.vf-nav-toggle {
		display: flex;
	}

	.vf-header-top {
		flex-direction: column;
		align-items: stretch;
		padding-left: 10px;
		padding-right: 10px;
	}

	.vf-header-controls {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0;
	}

	.vf-header-search {
		width: 100%;
		padding-left: 0;
	}

	.vf-header-top {
		position: relative;
	}

	.vf-header-nav {
		position: absolute;
		left: auto;
		right: 0;
		top: 44px;
		width: auto;
		min-width: 300px;
		max-width: 500px;
		border: 1px solid rgba(49, 53, 63, 0.1);
		border-radius: 8px;
		margin-top: 8px;
		flex-direction: column;
		align-items: stretch;
		background: rgba(255, 255, 255, 0.98);
		padding: 20px clamp(16px, 3vw, 24px);
		box-shadow: 0 16px 28px rgba(33, 43, 74, 0.12);
		transform: translateY(-20px);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.25s ease, opacity 0.25s ease;
		z-index: 50;
		display: none;
		box-sizing: border-box;
	}

	.vf-header-nav.active {
		display: flex;
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.vf-nav-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.video-info-top-data {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0;
	}

	.vf-header-top-row {
		justify-content: space-between;
	}

	.vf-nav-toggle {
		margin-left: auto;
		margin-right: 0;
	}
}

/* Medium devices (tablets, ≤991.98px) */
@media (max-width: 991.98px) {
	.vf-sidebar--left {
		display: none;
	}
}

/* Small devices (landscape phones, ≤767.98px) */
@media (max-width: 767.98px) {
	.vf-page-grid {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.vf-main-column {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.vf-card {
		max-width: 100%;
	}

	.vf-sidebar-album-thumb {
		max-width: 100%;
	}

	.vf-card--album .vf-card-thumbnail {
		width: 100%;
		max-width: 100%;
	}

	.vf-section-body--albums {
		grid-template-columns: 1fr;
	}

	.vf-section-body--models {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Extra small devices (portrait phones, ≤575px) */
@media (max-width: 575px) {
	
	.vf-album-details {
	justify-content: center;
}

	.vf-video-download {
		justify-content: center;
	}
	
	.vf-header {
		padding-left: 0;
		padding-right: 0;
	}

	.vf-header-top {
		padding-left: 0;
		padding-right: 0;
	}

	.vf-header-top-row {
		padding-left: 0;
		padding-right: 0;
	}

	.vf-main-content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.vf-page-grid {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.content-holder-part {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.vf-album-body {
		gap: 0px;
	}

	.vf-album-download {
		padding-top: 0px;
	}

	.content-holder-part-video-info-top {
		gap: 0px;
	}

	.vf-sidebar,
	.vf-main-column {
		width: 100%;
	}

	.vf-main-column {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.vf-sidebar {
		gap: clamp(12px, 5vw, 18px);
	}

	.vf-header-top {
		padding: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.vf-header-top-row {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.vf-header-top-row .vf-nav-toggle,
	.vf-header-top .vf-header-top-row .vf-nav-toggle {
		margin: 0;
		margin-right: 6px;
	}

	.vf-header-controls {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0;
	}

	.vf-header-search {
		width: 100%;
		padding-left: 0;
	}

	.vf-nav-toggle {
		margin-left: auto;
		margin-right: 0;
	}

	.vf-nav-toggle i {
		display: block;
		font-size: 1.25rem;
		line-height: 1;
	}

	.vf-header-nav {
		position: absolute;
		left: auto;
		right: 0;
		top: 44px;
		width: auto;
		min-width: 300px;
		max-width: 500px;
		border: 1px solid rgba(49, 53, 63, 0.1);
		border-radius: 8px;
		margin-top: 8px;
		flex-direction: column;
		align-items: stretch;
		background: rgba(255, 255, 255, 0.98);
		padding: 20px clamp(24px, 3vw, 40px);
		box-shadow: 0 16px 28px rgba(33, 43, 74, 0.12);
		transform: translateY(-20px);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.25s ease, opacity 0.25s ease;
		z-index: 50;
		display: none;
	}

	.vf-header-nav.active {
		display: flex;
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.vf-nav-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.vf-section-body {
		grid-template-columns: 1fr;
	}

	.vf-section-body--videos {
		grid-template-columns: 1fr;
	}

	.vf-section-body--videos:not(.vf-section-body--compact) {
		grid-template-columns: 1fr;
	}

	.vf-section-body--models {
		grid-template-columns: repeat(2, 1fr);
	}

	.vf-section-body--albums {
		grid-template-columns: repeat(2, 1fr);
	}

	.vf-card-meta,
	.vf-card-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.vf-video-stats {
		flex-direction: column;
		align-items: flex-start;
	}

	.vf-video-meta-body {
		overflow: hidden;
		max-height: 0;
		padding: 0;
		transition: max-height 0.35s ease, padding 0.35s ease;
	}

	.vf-video-meta-body.active {
		padding-top: 8px;
		max-height: 1000px;
	}

	.vf-comment-form__header {
		flex-direction: column;
		align-items: stretch;
	}

	.vf-comment-form__toggle {
		width: 100%;
		justify-content: center;
	}

	.vf-form-actions {
		width: 100%;
		justify-content: stretch;
	}

	.vf-form-actions .vf-btn {
		width: 100%;
	}

	.vf-model-info {
		display: flex;
		flex-direction: column;
	}
	
	.vf-model-photo {
		float: none;
		width: 100%;
		max-width: 250px;
		margin: 0 auto 16px;
	}

	.vf-model-details-grid {
		grid-template-columns: 1fr;
	}

	.content-holder-part-video-player {
		margin: 0;
		padding: 0;
	}


	.content-holder-part-video-info-top {
		flex-direction: column;
		align-items: stretch;
		gap: 0px;
		box-sizing: border-box;
		padding-bottom: 6px;
	}

	.video-info-top-rating {
		flex-shrink: 0;
		flex-grow: 0;
		min-width: 0;
	}

	.video-info-top-rating .vf-rating {
		box-sizing: border-box;
	}

	.video-info-top-rating .vf-rating-controls {
		width: 100%;
		box-sizing: border-box;
	}
	
	.video-info-top-data {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0;
		padding-left: 6px;
	}
	.vf-section-body .vf-sidebar-albums,
	.vf-sidebar--right .vf-sidebar-albums {
		grid-template-columns: repeat(2, 1fr);
	}

	.vf-section-body--categories {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* ============================================
   MEDIA QUERIES - Mobile First (min-width)
   ============================================ */

/* Small devices (landscape phones, ≥576px) */
@media (min-width: 576px) {

	.vf-section-body .vf-sidebar-albums,
	.vf-sidebar--right .vf-sidebar-albums {
		display: grid;
		gap: 10px;
		width: 100%;
	}

	.vf-section-body .vf-sidebar-album,
	.vf-sidebar--right .vf-sidebar-album {
		width: 100%;
	}

	.vf-section-body .vf-sidebar-album-thumb,
	.vf-sidebar--right .vf-sidebar-album-thumb {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 240 / 320;
	}

	.vf-section-body .vf-sidebar-album a,
	.vf-sidebar--right .vf-sidebar-album a {
		width: 100%;
		align-items: center;
	}
	
}

/* Small to medium devices (landscape phones to tablets, 576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.vf-section-body .vf-sidebar-albums,
	.vf-sidebar--right .vf-sidebar-albums {
		grid-template-columns: repeat(3, 1fr);
	}

	.vf-section-body--categories {
		grid-template-columns: repeat(3, 1fr);
	}

	.vf-section-body:has(.vf-tag-column) {
		grid-template-columns: repeat(2, 1fr);
	}
	.vf-section-body--videos:not(.vf-section-body--compact) {
    grid-template-columns: repeat(3, 1fr);
}
}

/* Medium devices (tablets, 768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.vf-page-grid {
		display: grid;
		grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
		gap: clamp(24px, 4vw, 40px);
	}

	.vf-sidebar--left {
		display: none;
	}

	.vf-main-column {
		grid-column: 1 / -1;
	}

	.vf-sidebar--right {
		grid-column: 1 / -1;
	}



	.vf-section-body:has(.vf-tag-column) {
		grid-template-columns: repeat(3, 1fr);
	}
	.vf-album-body {
		flex-direction: row;
		gap: 36px;
	}

	.vf-album-actions {
		flex-direction: column;
		align-items: flex-start;
		min-width: 240px;
	}

	.vf-album-details {
		flex: 1;
	}

	.vf-album-secondary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vf-section-body--videos:not(.vf-section-body--compact) {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-card {
		max-width: 100%;
		width: 100%;
	}

	.vf-section-body--albums {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body .vf-sidebar-albums {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--categories {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--models {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-sidebar--right .vf-sidebar-albums {
		grid-template-columns: repeat(4, 1fr);
	}
	
}

/* Large devices (desktops, 992px - 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.vf-page-grid {
		display: grid;
		grid-template-columns: 200px minmax(0, 1fr);
		align-items: start;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto clamp(32px, 6vw, 72px);
		padding: 0 10px;
		gap: 10px;
	}

	.video-info-top-data {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 0;
		flex: 1 1 0;
		min-width: 0;
		flex-wrap: nowrap;
	}

	.vf-album-body {
		flex-direction: row;
		gap: 36px;
	}

	.vf-album-actions {
		flex-direction: column;
		align-items: flex-start;
		min-width: 240px;
	}

	.vf-album-details {
		flex: 1;
	}

	.vf-section-body:has(.vf-tag-column) {
		grid-template-columns: repeat(3, 1fr);
	}

	.vf-sidebar--left {
		grid-column: 1 / 2;
	}

	.vf-main-column {
		grid-column: 2 / 3;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.vf-sidebar--right {
		grid-column: 2 / 3;
		width: 100%;
		margin-top: 0;
	}

	.vf-sidebar--right .vf-sidebar-albums,
	.vf-section-body .vf-sidebar-albums {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--videos:not(.vf-section-body--compact) {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--categories {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--models {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-header-search {
		width: 100%;
		padding-left: 0;
	}
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
	.vf-header-top {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
	}

	.vf-header-top-row {
		width: auto;
		flex: 0 0 auto;
		align-items: center;
	}

	.vf-header-controls {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		flex: 1;
		margin-left: 24px;
	}

	.vf-header-nav {
		order: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0;
		padding-top: 0;
	}

	.vf-header-search {
		order: 2;
		padding-left: 0;
		width: 100%;
	}

	.vf-section-body .vf-sidebar-albums {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-page-grid {
		display: grid;
		grid-template-columns: 200px minmax(0, 1fr) 200px;
		align-items: start;
		width: 100%;
		margin: 0 auto clamp(32px, 6vw, 72px);
		padding: 0 10px;
	}

	.vf-sidebar--left {
		grid-column: 1 / 2;
	}

	.vf-sidebar--right {
		grid-column: 3 / 4;
	}

	.vf-main-column {
		grid-column: 2 / 3;
	}

	.vf-album-body {
		flex-direction: row;
		gap: 36px;
	}

	.vf-album-actions {
		flex-direction: column;
		align-items: flex-start;
		min-width: 240px;
	}

	.vf-album-details {
		flex: 1;
	}

	.vf-section-body--videos:not(.vf-section-body--compact) {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--categories {
		grid-template-columns: repeat(4, 1fr);
	}

	.vf-section-body--models {
		grid-template-columns: repeat(5, 1fr);
	}

	.video-info-top-data {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 20px;
		flex: 1 1 0;
		min-width: 0;
		flex-wrap: nowrap;
	}
	
		.vf-section-body:has(.vf-tag-column) {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Extra large devices (large desktops, 1200px - 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.vf-page-grid {
		max-width: 1300px;
		gap: 10px;
	}
}

/* XXL devices (extra large desktops, ≥1400px) */
@media (min-width: 1400px) {
	.vf-page-grid {
		max-width: 1500px;
		gap: 16px;
	}
}