
:root{
	--vv-green:#123d29;
	--vv-green-dark:#092719;
	--vv-gold:#c7a56a;
	--vv-paper:#f6f4ee;
	--vv-text:#1d2a22;
	--vv-muted:#667168;
	--vv-border:#dfe4df;
}
.vv-wrap,.vv-submit-wrap{max-width:1240px;margin:0 auto;padding:0 18px 50px;color:var(--vv-text)}
.vv-hero,.vv-submit-hero{position:relative;overflow:hidden;padding:68px 54px;border-radius:22px;background:linear-gradient(135deg,#092719,#1b5438);color:#fff}
.vv-hero:after,.vv-submit-hero:after{content:"";position:absolute;right:-80px;top:-110px;width:360px;height:360px;border-radius:50%;border:70px solid rgba(255,255,255,.045)}
.vv-hero__content{position:relative;z-index:2;max-width:760px}
.vv-eyebrow{display:block;margin-bottom:10px;color:#dec49c;font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.vv-eyebrow--dark{color:#6c5130}
.vv-hero h1,.vv-submit-hero h1{margin:0 0 14px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:1.04}
.vv-hero p{max-width:670px;margin:0;color:#e6eee9;font-size:18px;line-height:1.65}
.vv-hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.vv-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:11px;background:var(--vv-green);color:#fff!important;text-decoration:none!important;font-weight:800;cursor:pointer}
.vv-button--light{background:#fff;color:var(--vv-green-dark)!important}
.vv-button--outline{border:1px solid rgba(255,255,255,.5);background:transparent}
.vv-section{padding-top:48px}
.vv-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}
.vv-section-heading h2{margin:0;color:var(--vv-green-dark);font-size:34px}
.vv-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.vv-category{display:flex;align-items:center;min-height:58px;padding:15px 18px;border:1px solid var(--vv-border);border-radius:12px;background:#fff;color:var(--vv-green-dark)!important;text-decoration:none!important;font-weight:800;transition:.2s ease}
.vv-category:hover,.vv-category.is-active{transform:translateY(-2px);border-color:var(--vv-green);box-shadow:0 8px 20px rgba(9,39,25,.08)}
.vv-category.is-active{background:var(--vv-green);color:#fff!important}
.vv-subcategories{display:flex;gap:10px;flex-wrap:wrap;padding-top:22px}
.vv-subcategories a{padding:9px 13px;border-radius:999px;background:#edf2ee;color:var(--vv-green)!important;text-decoration:none!important;font-weight:700}
.vv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.vv-card{overflow:hidden;border:1px solid var(--vv-border);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(9,39,25,.05)}
.vv-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:#dfe5e0}
.vv-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.vv-card:hover .vv-card__media img{transform:scale(1.025)}
.vv-card__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#234d38,#0a2619);color:#fff;font-weight:800;letter-spacing:.12em}
.vv-play{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--vv-green);font-size:22px;transform:translate(-50%,-50%);box-shadow:0 8px 25px rgba(0,0,0,.22)}
.vv-card__body{padding:18px}
.vv-card__term{display:inline-block;margin-bottom:8px;color:#7a5c32;font-size:12px;font-weight:800;text-transform:uppercase}
.vv-card h3{margin:0 0 8px;font-size:21px;line-height:1.3}
.vv-card h3 a{color:var(--vv-green-dark)!important;text-decoration:none!important}
.vv-card__author{margin:0 0 14px;color:var(--vv-muted);font-size:13px}
.vv-card__actions,.vv-single__actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--vv-muted);font-size:13px}
.vv-card__actions a,.vv-single__actions a{padding:7px 10px;border:1px solid var(--vv-border);border-radius:8px;color:var(--vv-green)!important;text-decoration:none!important;font-weight:700}
.vv-like{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border:1px solid #e2d6d6;border-radius:8px;background:#fff;color:#a12b2b;font-weight:800;cursor:pointer}
.vv-like.is-liked{background:#a12b2b;color:#fff}
.vv-empty,.vv-login-required{padding:42px;border:1px dashed #cfd8d1;border-radius:16px;background:#fafbf9;text-align:center}
.vv-pagination ul{display:flex;justify-content:center;gap:7px;margin:28px 0 0;padding:0;list-style:none}
.vv-pagination a,.vv-pagination span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:8px;background:#fff;color:var(--vv-green)!important;text-decoration:none!important}
.vv-pagination .current{background:var(--vv-green);color:#fff!important}
.vv-submit-hero{padding:46px 48px}
.vv-submit-form{display:grid;gap:20px;margin-top:24px;padding:30px;border:1px solid var(--vv-border);border-radius:18px;background:#fff}
.vv-submit-form label>span{display:block;margin-bottom:8px;color:var(--vv-green-dark);font-weight:800}
.vv-submit-form input[type="text"],.vv-submit-form input[type="url"],.vv-submit-form select{box-sizing:border-box;width:100%;height:54px;padding:0 15px;border:1px solid #cbd4cd;border-radius:11px;background:#fff;color:#17251c;font-size:16px}
.vv-submit-form textarea{box-sizing:border-box;width:100%;min-height:180px;padding:15px;border:1px solid #cbd4cd;border-radius:11px;background:#fff;color:#17251c;font-size:16px;line-height:1.55}
.vv-submit-form small{display:block;margin-top:7px;color:var(--vv-muted)}
.vv-consent{display:flex;align-items:flex-start;gap:10px}
.vv-consent input{margin-top:4px}
.vv-consent span{margin:0!important;font-weight:500!important}
.vv-button--submit{width:100%}
.vv-notice{margin:18px 0;padding:15px 18px;border-radius:10px}
.vv-notice--success{background:#e8f5eb;color:#19592d}
.vv-notice--error{background:#fbeaea;color:#8b2323}
.vv-single{max-width:980px;margin:0 auto}
.vv-single__player{overflow:hidden;aspect-ratio:16/9;border-radius:16px;background:#111}
.vv-single__player iframe{width:100%!important;height:100%!important;border:0}
.vv-single__actions{padding:16px 0;border-bottom:1px solid var(--vv-border)}
.vv-single__description{padding-top:22px}
@media(max-width:960px){
	.vv-categories{grid-template-columns:repeat(3,1fr)}
	.vv-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
	.vv-hero,.vv-submit-hero{padding:38px 24px}
	.vv-categories{grid-template-columns:repeat(2,1fr)}
	.vv-grid{grid-template-columns:1fr}
	.vv-submit-form{padding:20px}
}
.vv-inline-submit{margin-top:24px;padding:26px;border:1px solid var(--vv-border);border-radius:18px;background:#f8faf8}
.vv-inline-submit[hidden]{display:none!important}
.vv-inline-submit__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.vv-inline-submit__heading h2{margin:0;color:var(--vv-green-dark);font-size:32px}
.vv-close-submit{width:42px;height:42px;border:1px solid var(--vv-border);border-radius:50%;background:#fff;color:var(--vv-green-dark);font-size:28px;line-height:1;cursor:pointer}
.vv-inline-submit .vv-submit-form{margin-top:18px}
@media(max-width:680px){.vv-inline-submit{padding:18px}.vv-categories{grid-template-columns:1fr 1fr}}

/* Verzia 1.0.3 – podkategórie a komentáre v štýle Venator */
.vv-subcategories a.is-active{background:var(--vv-green);color:#fff!important}
.single-venator_video #comments{max-width:980px;margin:34px auto 0;padding:28px;border:1px solid var(--vv-border);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(9,39,25,.05)}
.single-venator_video #comments .comments-title,
.single-venator_video #comments .comment-reply-title{margin:0 0 20px;color:var(--vv-green-dark);font-size:28px;line-height:1.2}
.single-venator_video #comments .comment-list{margin:0 0 28px;padding:0;list-style:none}
.single-venator_video #comments .comment{margin:0 0 14px;padding:18px;border:1px solid var(--vv-border);border-radius:14px;background:#f8faf8}
.single-venator_video #comments .comment-meta{margin-bottom:10px;color:var(--vv-muted);font-size:13px}
.single-venator_video #comments .comment-author{display:flex;align-items:center;gap:10px;color:var(--vv-green-dark);font-weight:800}
.single-venator_video #comments .comment-author .avatar{border-radius:50%}
.single-venator_video #comments .comment-content{color:var(--vv-text);line-height:1.65}
.single-venator_video #comments .reply a{display:inline-flex;margin-top:10px;color:var(--vv-green)!important;font-weight:800;text-decoration:none!important}
.single-venator_video .vv-comment-form{display:grid;gap:16px}
.single-venator_video .vv-comment-form p{margin:0}
.single-venator_video .vv-comment-form label{display:block;margin-bottom:7px;color:var(--vv-green-dark);font-weight:800}
.single-venator_video .vv-comment-form input[type="text"],
.single-venator_video .vv-comment-form input[type="email"],
.single-venator_video .vv-comment-form textarea{box-sizing:border-box;width:100%;padding:13px 15px;border:1px solid #cbd4cd;border-radius:11px;background:#fff;color:#17251c;font-size:16px}
.single-venator_video .vv-comment-form textarea{min-height:150px;resize:vertical}
.single-venator_video .vv-comment-submit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:0;border-radius:11px;background:var(--vv-green);color:#fff!important;font-weight:800;cursor:pointer}
.single-venator_video .vv-comment-submit:hover{background:var(--vv-green-dark)}
.single-venator_video #comments .no-comments{padding:15px;border-radius:10px;background:#edf2ee;color:var(--vv-green-dark)}
@media(max-width:680px){.single-venator_video #comments{padding:20px}.single-venator_video #comments .comments-title,.single-venator_video #comments .comment-reply-title{font-size:24px}}

/* Verzia 1.1.0 – kompaktný banner a správa videa */
.vv-hero{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 38px;border-radius:18px;min-height:0}
.vv-hero__content{max-width:760px}
.vv-hero h1{margin-bottom:0;font-size:clamp(34px,4.5vw,54px)}
.vv-hero__buttons{flex:0 0 auto;margin-top:0}
.vv-hero .vv-button{min-width:150px}
.vv-back-link{display:inline-flex;align-items:center;margin:20px 0 0;color:var(--vv-green)!important;text-decoration:none!important;font-weight:800}
.vv-back-link:hover{text-decoration:underline!important}
.vv-single__owner-actions{display:inline-flex;align-items:center;gap:9px;margin-left:auto}
.vv-single__owner-actions a{padding:7px 10px;border:1px solid var(--vv-border);border-radius:8px;color:var(--vv-green)!important;text-decoration:none!important;font-weight:700}
.vv-single__owner-actions .vv-delete-video{color:#9b2c2c!important;border-color:#ead1d1}
@media(max-width:680px){
  .vv-hero{align-items:flex-start;padding:24px 22px}
  .vv-hero h1{font-size:38px}
  .vv-hero .vv-button{min-width:auto;padding:10px 14px;min-height:42px}
  .vv-single__owner-actions{width:100%;margin-left:0}
}

/* Verzia 1.1.1 – dynamické kategórie a spätná navigácia */
.vv-category-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.vv-category-fields select:disabled{background:#f1f3f1;color:#7a827c;cursor:not-allowed}
.vv-single__back{display:inline-flex;align-items:center;margin:0 0 16px;color:var(--vv-green)!important;text-decoration:none!important;font-weight:800}
.vv-single__back:hover{text-decoration:underline!important}
@media(max-width:680px){.vv-category-fields{grid-template-columns:1fr}}

/* 1.1.2 – spoľahlivé otváranie formulára z bannera */
.vv-inline-submit.is-collapsed{display:none!important}
.vv-inline-submit:target{display:block!important}
.vv-toggle-submit{cursor:pointer;text-decoration:none}
.vv-close-submit{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}


/* 1.1.5 – bannerové tlačidlo je priamy odkaz a nič ho neprekrýva */
.vv-hero:after,.vv-submit-hero:after{pointer-events:none}
.vv-hero__buttons{position:relative;z-index:3}
.vv-hero__buttons .vv-button{position:relative;z-index:4;pointer-events:auto}
