img.wp-smiley, img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 .07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }
        .keyss {
            border: 1px solid #eee;
            margin-left: 20px;
            padding: 10px;
            border-radius: 3px;
        }
        .entry-content {
            line-height: 1.6;
            font-size: 16px;
        }
        .poll-widget {
            text-align: right;
            direction: rtl;
            margin-bottom: 20px;
        }
        .poll-title {
            width: 280px;
            margin-bottom: 10px;
        }
        .poll-option {
            margin-bottom: 12px;
        }
        .poll-label {
            display: flex;
            align-items: center;
            padding: 12px;
            font-size: 16px;
            font-weight: bold;
            min-height: 48px;
            cursor: pointer;
        }
        .poll-label input[type="radio"] {
            margin-left: 10px;
            width: 24px;
            height: 24px;
        }
        .meta-image {
            position: relative;
            overflow: hidden;
        }
        .meta-image img {
            display: block;
            width: 100%;
            height: auto;
        }
		.keywords-container {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			margin: 20px 0;
		}
		.keyss {
			display: inline-block;
			padding: 8px 12px;
			background: #f5f5f5;
			border-radius: 5px;
			text-decoration: none;
			color: #333;
			font-size: 14px;
			transition: background 0.3s ease;
		}
		.keyss:hover {
			background: #e0e0e0;
		}
		.policy-links {
			text-align: center;
			margin: 10px 0;
		}
		.policy-links a {
			margin: 0 10px;
			color: #218fd5;
			text-decoration: none;
		}
		.policy-links a:hover {
			text-decoration: underline;
		}
		
		img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.poll-widget {
    text-align: right;
    direction: rtl;
    margin-bottom: 20px;
    min-height: 200px; /* Reserve space */
}
.poll-title {
    width: 280px;
    margin-bottom: 10px;
}
.poll-option {
    margin-bottom: 12px;
}
.poll-label {
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    min-height: 48px;
    cursor: pointer;
}
.poll-label input[type="radio"] {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}
#main-wrapper {
    min-height: 800px; 
    width: 100%;
    box-sizing: border-box;
}

body.chrome {
 text-rendering:auto;
}
.vce-sticky,#back-top{
    -webkit-transform: translateZ(0);
     transform: translateZ(0);
}
.loading {
	background-image: url("img/loadimg.gif");
	background-size: 30px 30px;
	background-position:left center;
	background-repeat: no-repeat;
}
.meta-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.meta-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.vce-post.vce-lay-b {
    margin-bottom: 20px;
}


        img.wp-smiley, img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 .07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }
        .poll-widget {
            text-align: right;
            direction: rtl;
            margin-bottom: 20px;
            min-height: 200px;
        }
        .poll-title {
            width: 280px;
            margin-bottom: 10px;
        }
        .poll-option {
            margin-bottom: 12px;
        }
        .poll-label {
            display: flex;
            align-items: center;
            padding: 12px;
            font-size: 16px;
            font-weight: bold;
            min-height: 48px;
            cursor: pointer;
        }
        .poll-label input[type="radio"] {
            margin-left: 10px;
            width: 24px;
            height: 24px;
        }
        #main-wrapper {
            min-height: 800px;
            width: 100%;
            box-sizing: border-box;
        }
        .loading {
            background-image: url("img/loadimg.gif");
            background-size: 30px 30px;
            background-position: left center;
            background-repeat: no-repeat;
        }
        .meta-image {
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        .meta-image img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .vce-post.vce-lay-b {
            margin-bottom: 20px;
        }