/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 08:31:36 */
/* ✨ Kun desktop styling */
@media (min-width: 1024px) {

  /* Left top buttons */
  ._custom-left-button a {
    border-radius: 10px;
    opacity: 0.9;
    box-shadow:
      0 0.429px 3.221px 0 rgba(6, 13, 29, 0.15),
      0 -0.355px 9.5px 0 #454545 inset,
      0 0 2.145px 0 rgba(255, 255, 255, 0.30) inset;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    
    padding: 25px 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    
    width: 170px;
    height: 47px;
    flex-shrink: 0;
    
    text-decoration: none !important;
    color: #e8ebef;
    font-weight: 600;
    text-align: center;

    /* ✨ Gradient: bright middle fading to dark edges */
    background: radial-gradient(
        circle at 50% 40%,
        rgba(255, 255, 255, 0.25) 0%,   /* soft white center */
        rgba(255, 255, 255, 0.1) 30%,   /* gentle falloff */
        rgba(0, 0, 0, 0.4) 100%         /* darker edges */
    );
  }

  ._custom-left-button a:hover {
    opacity: 1;
    box-shadow:
      0 0.6px 4px 0 rgba(255, 255, 255, 0.25),
      0 -0.355px 9.5px 0 #5a5a5a inset,
      0 0 3px 0 rgba(255, 255, 255, 0.45) inset;
    background: radial-gradient(
      circle at 50% 40%,
      rgba(255, 255, 255, 0.35) 0%,   /* lidt lysere center */
      rgba(255, 255, 255, 0.15) 30%,  /* blødere fald */
      rgba(0, 0, 0, 0.5) 100%         /* lidt dybere kanter */
    );
    color: #ffffff;
  }

}
