body {
  margin: 0;
  background-color: #111;
  color: #eee;
  overflow-x: hidden;
}

a{
    color: #eee;
  text-decoration: none;
}

.entry-content,
.entry-content a,
.entry-content a:visited{
  color: #eee;
  text-decoration: none;
}

.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus{
  color: #aaa;
  text-decoration: none;
}

/* Container */
.container {
  display: flex;
  transition: all 0.3s ease;
  height: 100vh;
}

/* Main content */
.main {
  flex: 1;
  padding: 0 65px;
  background: #222;
  transition: all 0.3s ease;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -30%;
  left: auto;
  width: 30%;
  height: 100vh;
  background: #333;
  box-shadow: -4px 0 10px rgba(0,0,0,0.4);
  transition: right 0.3s ease, left 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  z-index: 1000;
}

.sidebar.active {
  right: 0;
}

/* Sidebar panels */
.panel {
  display: none;
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.panel.active {
  display: block;
}

/* Main margin when sidebar visible */
.sidebar.active ~ .main {
  margin-right: 30%;
}

/* Right buttons (desktop) */
.right-buttons {
  position: fixed;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1100;
  transition: right 0.3s ease, left 0.3s ease;
  align-items: flex-end;
}

/* Buttons */
.right-buttons button,
.right-buttons .home-btn {
  width: 50px;
  height: 50px;
  background: #444;
  border: none;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  font-size: 12px;
  margin-right: 1px;
}

.right-buttons button span,
.right-buttons .home-btn span {
  font-size: 10px;
  margin-top: 2px;
  text-align: center;
}

/* Hover effect */
.right-buttons button:hover,
.right-buttons .home-btn:hover {
  background: #555;
  transform: scale(1.05);
}

/* Active button highlight */
.right-buttons button.active {
  background: #00aaff;
}

/* Mobile styles */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: 50vh;
    bottom: -50vh;
    top: auto;
    right: 0;
    transition: bottom 0.3s ease;
  }

  .sidebar.active {
    bottom: 0;
    left: 0;
  }

  .sidebar.active ~ .main {
    margin-right: 0;
  }

  /* Buttons bottom bar */
  .right-buttons {
    bottom: 0;
    top: auto;
    right: 0;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0;
    background: rgba(17,17,17,0.9);
    border-top: 1px solid #444;
  }

  .right-buttons button,
  .right-buttons .home-btn {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    margin-right: 0;
  }

/*
  body .yvchan-front-wrap #yvideo-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
  }
*/

}



.page-id-1354.entry-content{
  margin: 0;

}

.page-id-1354 .container{
  max-width: 100%;
}

.page-id-1354{
  color: #eee;
}

footer .site-info{
  display: none;
}

/* Full viewport */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; /* optional, removes scrollbars */
}

.video-container {
  position: fixed; /* stays in viewport */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  max-height: 100vh;
  max-width: 177.77vh; /* 16:9 based on height */
  transform: translate(-50%, -50%);
}

.yvchan-front-wrap .yv-configurator-wrap{

}

.yvchan-front-wrap #yvideo-container {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    height: 96%;
    overflow: hidden;
}

.wp-child-theme-dark-mode-portfolio .yvchan-front-wrap{
  font-size: 16px;
}

.yvchan-front-wrap h1{
  font-size: 36px;
}

.yvchan-front-wrap h2{
  font-size: 24px;
}

.yvchan-front-wrap h3{
  font-size: 18px;
}

.yvchan-front-wrap h4{
  font-size: 15px;
}

.yvideo-details h3{
  padding: 0;
  margin: 0;
}

.yvideo-details h4{
  padding: 0;
  margin: 0; 
}

.yvideo-item.past a{
  background-color: none;
  color: rgba(255, 255, 255, 1);
}

.yvideo-item.past a{
  background-color: none;
  color: rgba(255, 255, 255, 0.7);
}

.yvideo-item.current a{
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.yvideo-item a:hover{
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

.switch-live-btn{
  border: 2px solid #fff;
  background: red;
  color: #fff !important;
  border-radius: 15px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 80px;
  padding: 5px;
  font-size: 12px;
  display: none;
}

.switch-live-btn:hover{
  background: #fff;
  color: red !important;
  border-color: red;
}

.switch-live-btn.active{
  display: block;
}

.mra-title,
.mra-item a{
  color: #000;
}

.mra-item a:visited{
  color: #888;
}

.mra-title h6{
  color: #000;
  margin: 0;
}

.mra-date{
  display: none;
}
