
          @font-face {
              font-family: 'Cocosharp';
              font-weight: 400;
              font-style: normal;
              src: url("../fonts/CSBold.woff2") format('woff2');
            }
            
            @font-face {
              font-family: 'CocosharpRegular';
              font-weight: 400;
              font-style: normal;
              src: url("../fonts/CSRegular.woff2") format('woff2');
            }
        
        body {
            font-family: 'CocosharpRegular', sans-serif;
            margin: 0px;
            background-color: #fff;
        }
      
        
        .btn-copy {
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 5px;
        }
        .btn-copy:hover {
            background-color: #180924;
        }
    
       
        h1, h3 {
            text-align: left;
            font-family: "CocoSharp";
        }
        
        h1{
            font-size: 1.5em;    
        }
        
        .container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
           .widget-section {
            display: block;
            justify-content: space-between;
            align-items: flex-start;
            gap: 0px;
           
            padding: 20px 0;
            border-radius: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0);
            padding-bottom: 70px;
        }
        .widget-preview {
           flex: 1;
            text-align: center;
            padding: 10px 0 0 0;
                text-align: -webkit-center;
                padding: 0px 0 0 0;
              background: linear-gradient(135deg, #dddddd, #cccccc, #bbbbbb);
                padding: 20px 0;
                margin-bottom: 50px;
                    margin-left: -40px;
                margin-right: -40px;
    
        }
        
        
        .widget-preview-search{
            margin-bottom:50px;
        }
        
        
        
        .widget-code {
            flex: 1;
            display: flex; 
            flex-wrap: wrap; 
            gap: 24px; 
           
            
        }
        .copy-textarea {
            width: 90%;
            height: 60px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-family: monospace;
            background: #f8f8f8;
                border: 1px solid #ddd;
        }
        
        
        
        
        
        .btn-copy {
            display: block;
            
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 0px;
            
            
        }
        
        .btn-copy:hover {
            background-color: #180924;
        }
        
        form {
            
            padding: 20px;
            border-radius: 8px;
            max-width: 500px;
            padding-left: 0;
            
        }
        label {
            font-weight: bold;
        }
        input, textarea, select {
            width:100%;
            padding: 8px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-bottom: 24px;
        }
        textarea {
            height: 100px;
        }
        .btn-submit, .btn-copy {
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            display: block;
            
        }
        
       

        
        .btn-copy{
            margin:0px;
             margin: 0px;
            
          
            
        }
        .btn-submit:hover, .btn-copy:hover {
            background-color: #180924;
        }
        
        .btn-submit{
            font-size: 16px;
            border-radius: 5px;
            padding: 15px 30px;
            background-color: #7466a8;
        }
        

        .btn-submit:hover{
             background-color: #462170;
        }
        
        .scriptCode{
            height:60px;
            
        }
         .layout {
            display: flex;
            overflow: hidden;
            display: flex;

            
        }

        .sidebar {
            width: 340px;
            flex-shrink: 0;
            background-color: #fefefe;
            padding: 20px 40px;
            box-shadow: inset -9px 0 20px rgba(0, 0, 0, 0.1);
            overflow-y: auto;
            min-height: 100vh;
        }

        .content {
            width: 75%;
            overflow-y: auto;
            padding: 20px 40px;
        }
        
         .widget-bar {
            color: white;
            padding: 0px;
            font-weight: bold;
            text-align: center;
            border-radius: 4px 4px 0 0;
            color: #000;
            font-weight: bold;
            text-align: center;
            border-radius: 4px 4px 0 0;
            font-family: "CocoSharp";
            background: #f2f2f2;
            padding: 20px;
            margin: 0 0 30px;
        }
       
        
         .widget-bar h3{
            margin: 0;
        }
        .copy-confirmation {
                display: inline-block;
                opacity: 0;
                margin-left: 198px;
                font-size: 36px;
                color: #206F6F;
                transition: opacity 0.3s ease-in-out;
                margin-top: -45px;
                position: absolute;
            }
            
            .copy-confirmation-trip {
                position: relative;
                    line-height: 111px;
                    margin-left: 0px;
                    margin-top: -54px;
            }
            
            .code-container {
                    width: 100%;
                    height: 160px;
                    
                }
            
           
            
            
            .copy-confirmation.show {
                opacity: 1;
            }
           
            button.btn-copy {
                width: 195px;
            }
            
     .site-header {
              background-color: #fff;
              padding: 13px 24px 12px 24px;
              border-bottom: 1px solid #eaeaea;
              box-shadow: 0px 0px 0px 1px rgba(32,47,71,0.03),0px -3px 3px -2px rgba(32,47,71,0.04),0px 2px 7px 0px rgba(32,47,71,0.06),0px 3px 4px -1px rgba(32,47,71,0.08);
            }
            
            .container {
              max-width: 1200px;
              margin: 0;
              display: flex;
              gap: 0px;
              
            }
            
            .logo {
              width: 123px;
              height: 32px;
              margin-top: 2px;
              margin-right: 22px;
            }
            
            .header-nav {
              display: flex;
              gap: 0px;
               font-family: 'Cocosharp', sans-serif;
              
              font-weight: 400;
              font-size: 1rem;
              line-height: 1.5;
              color: #1a1a1a;
            }
            .nav-item {
                    padding: 8px 16px;
                    border-radius: 4px;
                    transition: background 0.3s;
                    cursor: pointer;
                    
                }
            .nav-item a{
                text-decoration: none;
                color: #180924;
            }    
                
            .nav-item:hover{
                background-color: #f0f0f0;
                
            }    

            .code-block {
              flex: 1 1 45%;
              min-width: 300px;
            }
            
            .tab-buttons {
              display: flex;
              gap: 10px;
            }
            .tab-btn {
              padding: 8px 16px;
                background-color: #eee;
                border: 1px solid #ccc;
                cursor: pointer;
                border-radius: 4px;
                font-family: 'Cocosharp', sans-serif;
                font-weight: 400;
                font-size: 1rem;
                border: none;
                background: none;
            }
            .tab-btn.active {
              border-bottom: 2px solid #462170;
              border-radius: 0;
            }
            
             .tab-btn:hover{
                    background-color: #f0f0f0;
             }
            
            .tab-content {
             
            }
            
            
            .step-row {
                      display: flex;
                      align-items: flex-start;
                      gap: 20px;
                      margin-bottom: 20px;
                      flex-wrap: wrap;
                          border-top: 1px solid #ddd;
                    padding: 30px 0 5px;
                    }
                    
                    .step-text {
                      flex: 1 1 300px;
                      min-width: 250px;
                    }
                    
                    .step-image {
                      flex: 1 1 300px;
                      min-width: 250px;
                      text-align: right;
                     
                    }
                    
                    .step-image img {
                      max-width: 100%;
                      height: auto;
                           box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                        border: 1px solid #ccc;
                        border-radius: 6px;
                    }
                    
                    /* Mobilanpassning */
                    @media (max-width: 768px) {
                      .step-row {
                        flex-direction: column;
                      }
                    
                      .step-image {
                        text-align: left;
                      }
                    }
            .step-image{
                max-width:500px;
            }
            .field-instructions {
                    max-width: 950px;
                }
            .field-instructions a{
                background: #180924;
                color: #fff;
                padding: 11px 10px 9px 10px;
                border-radius: 6px;
                text-decoration: none;
                font-size: 13px;
            }    
            
           .instruction-overlay {
                position: absolute;
                top: 65px;
                right: 0;
                bottom: 0;
                /* margin-left: 30px; */
                background-color: rgba(0, 0, 0, 0.2);
                z-index: 9999;
                display: none;
                overflow-y: auto;
                padding: 20px 20px;
                left: 420px;
               
            }
            
            .field-instructions {
              background-color: #fff;
              padding: 30px;
              border-radius: 8px;
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
               max-width: 760px;
            }
            
            
            