.skip-to-content {
    position: absolute;
    top: 30px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 9999;
    text-decoration: none;
    transform: translateY(-250%);
}

.skip-to-content:focus, .skip-to-content:active {
    top: 80px;
    transform: translateY(0);
}

.slider-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

.slider-toggle span {
    font-size: 16px;
}

.slider-toggle:focus {
    outline: 2px solid #fff !important;
}

.slide-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* preserves cover effect */
}

/* Live region visually hidden */
.slider-live {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.pocky .owl-carousel .owl-nav .owl-prev:focus, .pocky .owl-carousel .owl-nav .owl-next:focus{
    outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #000000;

}

.carousel-nav .left:focus, .carousel-nav .right:focus{
    outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #000000;

}

.recipe-archive .tag-list > li .tag-list-item:focus, .recipe-archive .recipe-tag-list > li .tag-list-item:focus{
    outline: 3px solid #000000;
      outline-offset: 2px;
}

.blog-archive .featured-post-container .featured-post p.featured-post-description {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.faq-container .elementor-toggle .elementor-tab-title{
    width: 100%;
    text-align: left;
    outline: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.faq-container .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-title{
    color: #E60012;
}

.faq-container .elementor-toggle .elementor-tab-title:focus .elementor-toggle-title{
    border-style: solid;
    border-width: 2px;
}

.pocky.single-post #comments.comments-area .comment-form label{
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.press-archive .press-kit .inner-container .popup-menu-button .button-label:focus{
    outline-style: solid;
    outline-color: #000;
}

.swiper-slide-contents{
    display: none;
}

.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-prev{
    background: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    padding: 9px;
    text-align: center;
}

.elementor-element .swiper .elementor-swiper-button-next:hover, .elementor-element .swiper .elementor-swiper-button-prev:hover,
.elementor-element .swiper .elementor-swiper-button-next:focus, .elementor-element .swiper .elementor-swiper-button-prev:focus{
    background: initial;
}