body {
	font-family: "Arial", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f4f4f4;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

header {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

header img {
	max-width: 150px;
}

h2,
h3 {
	color: #1a73e8;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

p {
	font-size: 1.1em;
	margin-bottom: 20px;
}

pre {
	background: #1e1e1e;
	padding: 15px;
	border-radius: 8px;
	overflow-x: auto;
}

.cta {
	background: #1a73e8;
	color: white;
	padding: 15px 30px;
	text-align: center;
	border-radius: 5px;
	margin: 20px 0;
}

.cta a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
}

footer a {
	color: #f4f4f4 !important;
}

footer a:hover {
	color: deepskyblue !important;
}

@media (max-width: 768px) {
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.5em;
	}

	.container {
		padding: 10px;
	}
}

sup {
	vertical-align: super;
	font-size: smaller;
	font-weight: 600;
	color: red;
}

li>code,
p>code {
	padding: 2px 4px;
	background-color: lightblue;
	color: rgb(16, 49, 77);
	border-radius: 2px;
	border-color: rgba(8, 8, 16, 0.449);
	font-size: 0.95em;
	font-weight: 500;
}

        .toc-toggle-btn {
            position: fixed;
            top: 1rem;
            right: 1rem;
            z-index: 101;
            background: #3140af;
            color: white;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s ease;
        }
        .toc-toggle-btn:hover {
            background: #2f21f7;
        }
        .toc-container {
            position: relative;
        }
        .sticky-toc {
            position: fixed;
            top: 4rem;  /* Exactly below button */
            right: 1rem;
            z-index: 100;
            width:fit-content;  /* Fixed width for nav */
            background: white;
            padding: 1rem;
            border: 1px solid #ddd;
            border-radius: 0 0 0.5rem 0.5rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.3s ease;
            opacity: 0;
        }
        .sticky-toc.open {
            min-width: 300px;
            max-height: 400px;  /* Adjust based on content */
            opacity: 1;
            overflow-y: auto;
            scrollbar-width: thin;
        }
        .sticky-toc ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sticky-toc ul > li > ul {
            list-style: none;
            padding: 0;
            margin-left: 15px;
        }        
        .sticky-toc a {
            color: inherit;
            text-decoration: none;
            padding: 0.5rem 0;
        }
        .sticky-toc a:hover {
            color: #3140af;
        }

/*==================================
/*      Professional Blue Theme    */
/*================================*/
.blib-h-pre-ascoos-os-api-theme pre {
    background-color: #f4f7fa; /* Απαλό γαλάζιο φόντο */
    color: #081827; /* Σκούρο μπλε για το κείμενο */
    border: 1px solid #173e64; /* Απαλό γκρι περίγραμμα */
    border-radius: 0 0 5px 5px;
	font-family: var(--blib-font-family-creative);
	font-size: 0.95em;
}

.blib-h-pre-ascoos-os-api-theme .code-header {
    background-color: #e8eef3; /* Απαλό γαλάζιο για κεφαλίδα */
    color: #173e64;
    border-bottom: none;
}

.blib-h-pre-ascoos-os-api-theme button.copy-btn {
    background-color: #0a75c2; /* Έντονο μπλε */
    color: #ffffff; /* Λευκό κείμενο */
    border-radius: 3px;
    padding: 5px 10px;
}

.blib-h-pre-ascoos-os-api-theme button.copy-btn:hover {
    background-color: #094a7c; /* Σκούρο μπλε κατά το hover */
}
