.ora-player {
	max-width: 1280px;
	width:100%;
	min-height: 100vh;
    padding: 50px 40px;
}


.single-ora_post .site.grid-container {	
}
.single-ora_post.post-image-above-header .inside-article .featured-image, 
.single-ora_post.post-image-above-header .inside-article .post-image {
	margin:0
}
.single-ora_post .site-content {
	padding:0;
}
.single-ora_post .entry-content {
	margin-top: 0;
	position: relative;
    z-index: 1;
}

.single-ora_post .featured-image {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	margin:0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.single-ora_post .featured-image img {
	width: 100%;
	max-width: none;
	height:100%;	
	object-fit: cover;	
}

@media (min-width: 640px) {
    .uk-offcanvas-bar {
        left: -500px;
        width: 500px;
        padding: 0;
    }
	.uk-open>.uk-offcanvas-reveal {
        width: 500px;
    }
}

button.ora-player__read-more {
	background: none;
    border: none;
    padding: 0;
	margin:0;
}

.uk-offcanvas-bar .uk-close,
.uk-offcanvas-bar .uk-close:hover {
	color:#e2c06d;
}

.uk-offcanvas-close {
	top: 10px;
	right: 10px;
}

.uk-offcanvas-bar .uk-close svg {
    width: 16px;
    height: 16px;
}
.uk-offcanvas-bar .uk-close svg line {
    stroke-width: 2px;
}

/* Firefox */
.uk-offcanvas-bar {
    scrollbar-width: thin;
    scrollbar-color: #e2c06d transparent;
}

/* WebKit (Chrome, Edge, Safari) */
.uk-offcanvas-bar::-webkit-scrollbar {
    width: 5px;
}

.uk-offcanvas-bar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.uk-offcanvas-bar::-webkit-scrollbar-thumb {
    background-color: #e2c06d;
    border-radius: 999px;
    min-height: 40px;
}

/* Optional hover polish */
.uk-offcanvas-bar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(226, 192, 109, 0.85);
}

/* Optional: avoid layout shift */
.uk-offcanvas-bar {
    scrollbar-gutter: stable;
	padding:0;
}

.single-ora_post .post-password-required .entry-content {
	display: flex;
    height:100vh;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}
.single-ora_post .post-password-required form {
    margin: 0 40px;
    background-color: #0000008c;
    width: 100%;
    max-width: 400px;
    padding: 20px 40px;
    border-radius: 30px;
    color: #fff;
	text-align: center;
}

.single-ora_post .post-password-required  p label {
	visibility:hidden;
}

.single-ora_post .post-password-required input[type='password'] {
    background: transparent;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    visibility: visible;
    width: 100%;	
}

.single-ora_post .post-password-required input[type='submit'] {
    color: var(--gold-color);
	background:transparent;
	border: 2px solid #e2c06d;
	border-radius: 20px;
	padding: 10px 40px;
	margin-top:50px;	
}

.single-ora_post .post-password-required .post-password-form-invalid-password p {
	color:red;
	font-weight:600;
}

.single-ora_post .post-password-required .ora-protected-logo {
	max-width: 300px;
    margin: 40px;
}


@media (max-width: 480px) {
.single-ora_post .post-password-required .entry-content,
.single-ora_post .post-password-required form {
    padding: 20px;
}
