<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zdk-highlight-word{
    width: 95%;
    padding: 2px 4px;
    position: relative;
    background-color: #e8e8e8;
    border: 0;
    margin: 0 5px;
    border-radius: 3px;
    letter-spacing: .75px;
    line-height: 24px;
    white-space: pre-warp;
}
.zdk-json-block {
    border: 2px solid #333;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 15%);
    margin-top: 5px;
    max-width: 1000px;
    padding: 10px; /* Add padding for better readability */
    overflow-x: auto; /* Allow horizontal scrolling for long code lines */
    font-family: monospace; /* Use a monospace font for code */
    white-space: pre; /* Preserve whitespace and line breaks */
}
 .zdkimgcontainer {
       
    border: 2px solid #333;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 15%);
    margin-top: 5px;
text-align: center;
}
.zdk_bgimg {
    border: 2px solid #333;
    border-radius: 8px;
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 15%);
    margin-top: 5px;
    background-color: #fff;
    width: 94%; 
}

        .imgdesc {
    color: #333;
    border-radius: 5px;
}
   .center-table {
        margin: 0 auto; /* This will center the element horizontally */
    }
  .toc-box  {
    padding: 20px 20px;
    border: 1px solid rgb(217, 224, 235);
    border-radius: 8px;
    margin: 30px 0px 0;
    background-color: rgb(255 255 255);
}
 zdkimg {
    max-width: 100%; /* Ensures image never exceeds its original size */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Ensures no extra space below image */
    margin: 0 auto; /* Centers the image horizontally */
  }

  /* Adjust image size based on available space */
  .zdk-image-container {
    width: 94%; /* Adjust to fit 94% of available space */
    max-width: 100%; /* Ensure container doesn't exceed available space */
    margin: 0 auto; /* Centers the container horizontally */
  }
.zdkbutton {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}
.zdkbutton:hover {
    background-color: #0056b3;
}
.zdkbuttomimagecontainer {
            position: relative;
            display: inline-block;
        }</pre></body></html>