/* XGOPLAY Theme Styles - Ported to Laravel */
/* Complete responsive video streaming theme */

/* Font Performance Optimization */
* {
    font-display: swap;
}

/* Fix for ::marker browser default styles */
::marker {
    unicode-bidi: normal !important;
    font-variant-numeric: normal !important;
    text-transform: none !important;
    text-indent: 0 !important;
    text-align: inherit !important;
    text-align-last: inherit !important;
}

/* Remove auto bullets/dots from all lists and paragraphs */
ul, ol {
    list-style: none !important;
}

li::marker,
p::marker {
    content: none !important;
    display: none !important;
}

/* Pagination Center Fix */
#pages {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

#wpm-pages {
    display: inline-block !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.wpm-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    width: auto !important;
}

.wpm-pagination li {
    display: inline-block !important;
    float: none !important;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    margin: auto;
    border: 1px solid rgb(255 255 255 / 13%);
    position: relative;
    background: #080808;
    color: #f2f2f2;
}.spage {
	max-width: 1080px;
	margin: auto;
	padding: 10px;
}

p {
	font-size: 16px;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

header {
	margin: 0px;
}

img {
	width: auto;
}

@media screen and (min-width: 400px) {

	.vs .godx-box {
		display: inline-block;
		width: 100% !important;
		padding: 0 3px 6px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 600px) {

	.vs .godx-box {
		display: inline-block;
		width: 50% !important;
		padding: 0 3px 6px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 720px) {

	.vs .godx-box {
		display: inline-block;
		width: 33.333333% !important;
		padding: 0 3px 6px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 900px) {

	.vs .godx-box {
		display: inline-block;
		width: 25% !important;
		padding: 0 3px 6px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 1700px) {

	.vs .godx-box {
		display: inline-block;
		width: 16.6666667% !important;
		padding: 0 3px 6px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

.topnav .search-container {
	float: right;
	top: 0;
	bottom: 0;
}

.topnav input[type=text] {
	padding: 6px;
	margin-top: 5px;
	font-size: 17px;
	border: none;
}

.topnav .search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 5px;
	margin-right: 16px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.topnav .search-container button:hover {
	background: #ccc;
}

form {
	margin-top: 5px;
}

.logo {
	font-size: 20px;
	font-weight: 700;
}


.vblock {
	width: 100%;
	aspect-ratio: 16 \ 9;
}

.vs .godx-box {
	list-style: none;
}


.vs .godx-box {
	display: inline-block;
	padding: 0 5px 5px;
	letter-spacing: 0;
}


.vs .vul-box {
	letter-spacing: -10px;
	padding-left: 0px;
}

.vblock img {
	display: inline-block;
	width: 100%;
	height: auto;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	aspect-ratio: 16/9;
}


*,
:after,
:before {
	box-sizing: border-box;
}

.vblock {
	position: relative;
	text-align: center;
	color: white;
}

.top-right {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	background: #0000008c;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 5px;
}


.time {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #f2f2f2;
	background: #0000008c;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 5px;
}

h2.vtitle {
color: #fff;
    padding: 5px;
    position: absolute;
    background: #0000007a;
    margin: 0px;
    bottom: 0px !important;
    width: -webkit-fill-available;
    font-weight: 400;
    transition: all .25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}

.content {
	max-width: 1080px;
	margin: auto;
	border: 1px solid rgb(255 255 255 / 13%);
	position: relative;
	color: #f2f2f2;
}

.title {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 40px;
}

hr {
	margin-left: -10px;
	margin-right: -10px;
	border: 1px solid rgb(255 255 255 / 13%);
}

.des {
	padding: 10px;
	position: relative;
}

.des .views {
	position: absolute;
	top: 15px;
	right: 16px;
	font-size: 12px;
}

.tags a {
	color: #fff;
	background: rgb(168 103 0);
	text-decoration: none;
	padding: 4px 15px;
	font-size: 14px;
	border-radius: 99px;
	text-transform: capitalize;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 5px;
	white-space: nowrap;
}

@media screen and (min-width: 720px) {
	.title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.tags a {
		font-size: 14px;
		padding: 5px 15px;
	}

	.des .views {

		font-size: 16px;
	}
}

.relt {
	color: #fff;
	text-align: center;
	border-bottom: 1px solid rgb(255 255 255 / 13%);
	padding: 5px 10px;
	margin: 0px;
	background: #202020;
	margin-bottom: 10px;
}

.h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.btn button {
	padding: 10px 20px;
	text-align: center;
	background: #04AA6D;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}

button.share {
	background: #fc7e36;
}

footer {
	background: #202020;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 14px 16px;
	color: #fff;
}

footer a {
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

.fa {
	margin-right: 5px;
}

.metad a {
	background: #7800ff;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 12px;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	    margin-bottom: 10px;
    display: inline-block;
}

span.metad {
	font-size: 14px;
}

.ads {
	background: #ccc;
	min-height: 250px;
}


/*////// custom header*/
	.plyr--video {
		width: 100%;
	}
.cdes {
	text-align: center;
}
	.cimg img {
    max-width: 400px;
    height: auto;
}

header.main {
	width: 100%;
	height: 70px;
	box-shadow: 0 10px 5px -7px rgba(0, 0, 0, .09);
}

header.main .hbox {

	height: 70px;
	margin: 0 auto;
	position: relative;
}

header.main .hbox .logo {
	float: left;
	padding: 18px 17px 17px;
	text-align: center;
}

header.main .hbox .logo img {
	width: auto;
	height: 32px;
}

header.main .hbox .search {
	float: left;
	padding: 14px 0;
	padding-bottom: 0;
	width: 100%;
}

header.main .hbox .search form {
	padding: 0;
	width: 100%;
	position: relative;
	border-radius: 20px;
}

header.main .hbox .search form input[type=text] {
	border: 0;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 300;
}

header.main .hbox .search form button[type=submit] {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 12px 15px;
	font-size: 14px;
}


form.form-resp-ab,
header.responsive {
	border-bottom: solid 1px;
	display: none;
}

.widget-social ul.social-links li.dtl i.dt-icon,
header.responsive a.aresp {
	line-height: 1;
	font-weight: 400;
	font-family: icomoon !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-variant: normal;
	speak: none;
	text-transform: none;
	font-style: normal;
}

header.responsive {
	width: 100%;
}

header.responsive .nav {
	float: left;
	padding: 10px;
	padding-bottom: 0px;
}

header.responsive .logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
}

header.responsive .logo img {
	width: auto;
	height: 32px;
}

header.responsive .search {
	float: right;
	font-size: 22px;
	padding: 10px;
	padding-bottom: 0px;
}

header.responsive a.aresp {
	font-size: 26px;
	cursor: pointer;
}

header.responsive .search a.search-resp:before {
	content: "\e927";
}

header.responsive .nav a.nav-resp:before {
	content: "\e5d2";
}

form.form-resp-ab {
	width: 100%;
	float: left;
	position: relative;
	-moz-transition: top .4s ease-in-out;
	-o-transition: top .4s ease-in-out;
	-webkit-transition: top .4s ease-in-out;
	-ms-transition: top .4s ease-in-out;
	transition: top .4s ease-in-out;
}

form.form-resp-ab input[type=text] {
	background: #505050;
	border: 0;
	width: 100%;
	padding: 15px;
	font-size: 20px;
}

form.form-resp-ab button[type=submit] {
	border: 0;
	background: 0 0;
	top: 0;
	right: 0;
	position: absolute;
	padding: 14px 13px;
	cursor: pointer;
}

@-webkit-keyframes load1 {

	0%,
	100%,
	80% {
		box-shadow: 0 0 rgba(0, 0, 0, .2);
		height: .6em;
	}

	40% {
		box-shadow: 0 -.3em rgba(0, 0, 0, .2);
		height: 1em;
	}
}

@keyframes load1 {

	0%,
	100%,
	80% {
		box-shadow: 0 0 rgba(0, 0, 0, .2);
		height: .6em;
	}

	40% {
		box-shadow: 0 -.3em rgba(0, 0, 0, .2);
		height: 1em;
	}
}

.headitems {
	position: relative;
	float: right;
	margin-left: auto;
	width: 300px;
}

.head-main-nav {
	float: left;
}

.head-main-nav ul.main-header {
	float: left;
}

.head-main-nav ul.main-header li {
	float: left;
}

.head-main-nav ul.main-header li a {
	font-size: 14px;
	font-weight: 500;
	padding: 28px 10px;
	float: left;
}

.head-main-nav ul.main-header li.menu-item-has-children>a:after {
	content: "";
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	margin-left: 5px;
	font-size: 10px;
}

.head-main-nav ul.main-header li a i {
	font-style: normal;
	padding: 3px 4px;
	border-radius: 3px;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 5px;
	float: right;
}

.head-main-nav ul.main-header li:hover>ul.sub-menu {
	display: block;
}

.head-main-nav ul.main-header li ul.sub-menu {
	display: none;
	position: absolute;
	top: 70px;
	max-width: 200px;
	padding-left: 0;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	z-index: 9;
	opacity: .97;
}

.head-main-nav ul.main-header li ul.sub-menu li {
	width: 100%;
}

.head-main-nav ul.main-header li ul.sub-menu li a {
	padding: 10px 20px;
	width: 100%;
	font-weight: 400;
	font-size: 13px;
}

.live-search {
	float: left;
	top: 70px;
	width: 340px;
	opacity: .98;
	position: absolute;
}

.live-search.ltr {
	right: 0;
}

.live-search ul {
	float: left;
	width: 100%;
	box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .52);
	margin-top: 0;
}

.live-search ul:hover li {
	opacity: .7;
}

.live-search ul li {
	float: left;
	width: 100%;
	display: block;
	padding: 12px;
}

.live-search ul li .title {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media only screen and (max-width:1024px) {
	header.main .hbox .right {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.dtsingle .content.right {
		margin-right: 0;
	}

	header.main,
	footer.main {
		display: none;
	}

	#single {
		margin-bottom: 0;
	}

	header.responsive,
	.search_responsive {
		display: block;
	}

	.sidblock,
	.formblock {
		display: block !important;
		-moz-transition: top .4s ease-in-out;
		-o-transition: top .4s ease-in-out;
		-webkit-transition: top .4s ease-in-out;
		-ms-transition: top .4s ease-in-out;
		transition: top .4s ease-in-out
	}


}


header.responsive a {
	color: #fff;
}

form.form-resp-ab input[type=text] {
	color: #fff;
}

form.form-resp-ab button[type=submit] span {
	font-size: 24px;
	color: #fff;
}

form.form-resp-ab button[type=submit]:hover>span {
	color: #009fff;
}

.head-main-nav ul.main-header li a {
	color: rgba(255, 255, 255, .8);
}

.head-main-nav ul.main-header li:hover>a {
	color: #408bea;
}

.head-main-nav ul.main-header li a i {
	background: #408bea;
	color: #fff;
}

.head-main-nav ul.main-header li ul.sub-menu {
	background: rgba(0, 0, 0, .98);
}

.sidebar aside.widget ul li {
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.head-main-nav ul.main-header li ul.sub-menu li a {
	color: rgba(255, 255, 255, .5);
}

.live-search ul {
	background: rgba(0, 0, 0, .95);
}

.live-search ul li:hover {
	background: rgba(10, 10, 10, .5);
	opacity: 1;
}

.live-search ul li {
	border-bottom: solid 1px rgba(255, 255, 255, .08);
}

.live-search ul li .title {
	color: #fff;
}

#single .sidebar {
	background: 0 0;
}

.menuresp .menu {
	background: rgba(10, 10, 10, .98);
}

.menuresp .menu ul.resp li {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.menuresp .menu ul.resp li a {
	color: rgba(255, 255, 255, .8);
}

.menuresp .menu ul.resp li a:hover {
	color: #408bea;
	background: #000;
}

.menuresp .menu ul.resp li a i {
	background: #408bea;
	color: #fff;
}

.menuresp .menu ul.resp li ul.sub-menu li a {
	color: rgba(253, 253, 253, .5);
}

.menuresp .menu ul.resp li ul.sub-menu li a:hover {
	background: 0 0;
	color: #408bea;
}

.menuresp .menu ul.resp li ul.sub-menu li a:before {
	color: #9fa9b3;
}

.head-main-nav ul.main-header li ul.sub-menu li a:hover {
	color: #408bea;
}

.live-search {
	margin-left: 0;
}

.live-search {
	border-top: 0;
}

header.main .hbox .search form input[type=text]::placeholder {
	color: rgba(255, 255, 255, .3);
}

header.responsive .nav a.active:before,
header.responsive .search a.active:before {
	content: "\e5cd";
	color: #408bea
}

header.responsive .nav a.active:before,
header.responsive .search a.active:before,
.dtuser a.clicklogin:hover,
.menuresp .menu ul.resp li a:hover,
.menuresp .menu ul.resp li ul.sub-menu li a:hover {
	color: #fecb00;
}

.menuresp {
	display: none;
	float: left;
	width: 100%;
	position: relative;
}

.menuresp .menu {
	background: rgba(10, 10, 10, .98);
}

.menuresp .menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	box-shadow: 0 10px 20px -3px rgb(0 0 0 / 52%);
	padding: 0;
}

.menuresp .menu ul.resp {
	float: left;
}

.menuresp .menu ul.resp li {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.menuresp .menu ul.resp li {
	padding: 0;
	float: left;
	width: 100%;
	font-weight: 500;
}

.menuresp .menu ul.resp li a {
	color: rgba(255, 255, 255, .8);
}

.menuresp .menu ul.resp li a {
	font-size: 15px;
	float: left;
	width: 100%;
	padding: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

header.main,
.responsive {
	background: #202020;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	/*    border-bottom: 1px solid #000;*/
}

.menuresp .menu ul.resp li ul.sub-menu {
	float: left;
	width: 100%;
}

.menuresp .menu ul.resp li ul {
	padding-bottom: 15px;
}

.menuresp .menu ul.resp li ul.sub-menu li {
	width: 50%;
}

.menuresp .menu ul.resp li ul li {
	font-weight: 400;
	border-bottom: 0;
}

.menuresp .menu ul.resp li ul.sub-menu li a {
	color: rgba(253, 253, 253, .5);
}

.menuresp .menu ul.resp li ul.sub-menu li a {
	font-size: 14px;
	padding: 5px 20px;
}

.menuresp .menu ul.resp li ul.sub-menu li a:before {
	color: #9fa9b3;
}

.menuresp .menu ul.resp li ul.sub-menu li a:before {
	content: "-";
	margin-right: 10px;
	display: inline;
	font-weight: 300;
}

header.main .hbox .search {
	float: left;
	padding: 10px 10px;
	padding-bottom: 0;
	width: 100%;
}

header.main .hbox .search form {
	background: #ffffff0f;
}

header.main .hbox .search form input[type=text] {
	color: #fff;
	background: 0 0;
	border-radius: 20px;
}

header.main .hbox .search form::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

header.main .hbox .search form::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

header.main .hbox .search form:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

header.main .hbox .search form:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

header.main .hbox .search form input[type=text]:focus,
header.main .hbox .search form input[type=text]:hover {
	border: 0;
}

header.main .hbox .search form button[type=submit] {
	color: #fff;
	background: 0 0;
}

header.main .hbox .search form button[type=submit]:hover {
	color: #408bea;
}

header.main .hbox .search form button[type=submit]:focus {
	outline: none !important;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

ul#main_header {
	list-style: none;
}


/*pagination */
.paged-number {
	vertical-align: middle;
	line-height: 3;
	margin-right: 15px;
	font-weight: 700;
	color: #898989;
}

#wpm-pages {
	display: flex;
	padding: 20px;
}

.wpm-pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
}

.wpm-pagination .active a {
    background-color: #fecb00;
    color: white;
    border: none;
}
	#next a {
    padding: 8px 30px;
}
	#prev a {
    padding: 8px 30px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.pagination li a {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wpm-pagination li a {
    position: relative;
    display: block;
    padding: 8px 16px;
    margin-left: 5px;
    line-height: 1.25;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffffe6;
    font-size: 18px;
}

img.svgpage {
	height: 20px;
	width: 20px;
	margin-bottom: -3px;
}

svg.svg-6 {
	fill: white;
	height: 20px;
	width: 20px;
	margin-bottom: -2px;
}

ul#main_trending {
	list-style: none;
	overflow-x: scroll;
	overflow-y: hidden;
	flex-wrap: nowrap;
	display: flex;
	width: 100%;
}
	ul#main_footer {
		list-style: none;
	}

ul#main_footer li,
ul#main_trending li {
	display: inline-flex;
}

ul#main_footer li a,
ul#main_trending li a {
	padding: 5px;
}

div.scrollmenu {
	overflow: initial;
	white-space: nowrap;
	padding: 5px;
	margin: 0px;
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 15px !important;
    text-decoration: none;
    margin: 5px;
    border-radius: 99px;
    font-size: 14px;
    background: #a86700;
    letter-spacing: 1px;
}

.logo a {

	color: #fff;
}

div.scrollmenu a::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f03d";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	margin-right: 3px;
}


h1.arti {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
	
	a.video {
    list-style: none;
    max-width: 400px;
    width: 300px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}
a.blk {
    aspect-ratio: 16 / 4;
}
	span.name {
    font-size: 20px;
}
	span.count {
    background: #00000047;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
}
	
	span.blur {
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background: #33333373;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Play Icon on Hover for Video Thumbnails - YouTube Style */
.godx-box.vblock {
    position: relative;
}

.godx-box.vblock::before {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    background: rgba(0, 255, 153, 0.9);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 255, 153, 0.4);
    padding-left: 2px;
}

.godx-box.vblock:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(0, 255, 153, 1);
    box-shadow: 0 6px 30px rgba(0, 255, 153, 0.6);
}

.godx-box.vblock:hover img {
    filter: brightness(0.7);
    transition: filter 0.3s ease;
}

/* Report Button Styles (Same as Download/Share buttons) */
.acbtns {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 14px;
}

.report-button {
    padding: 5px 12px;
    text-align: center;
    background: #dc3545;
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.report-button:hover {
    background: #c82333;
}

.report-button span:first-child {
    font-size: 16px;
}

.report-button span:last-child {
    font-weight: 600;
}