.navbar-brand #logo + .site-title { margin-left: 0.6rem; }

.navbar-brand .site-title { font-weight: 700; letter-spacing: -0.01em; }

.code-block { position: relative; }

.code-block .btn-copy { position: absolute; top: 0.5rem; right: 0.75rem; display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; padding: 0; font-size: 0.8rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.2rem; cursor: pointer; opacity: 0; transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

.code-block .btn-copy:hover { color: #212529; background-color: #fff; border-color: rgba(0, 0, 0, 0.25); }

.code-block .btn-copy.copied { color: #1e7e34; border-color: rgba(30, 126, 52, 0.4); opacity: 1; }

.code-block:hover .btn-copy, .code-block .btn-copy:focus { opacity: 1; }

#content.p-4 > .code-block { margin-left: -1.5rem; margin-right: -1.5rem; }

#content.p-4 > .code-block > pre[class*="language-"] { padding-left: 1.5rem; padding-right: 1.5rem; }

#content table { display: block; width: max-content; max-width: 100%; margin-bottom: 1rem; overflow-x: auto; }

#content table th, #content table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

#content table thead th { vertical-align: bottom; border-top: 0; border-bottom: 2px solid #dee2e6; }

.app-samples { margin-top: 3rem; padding: 3rem 0; background-color: #f8f9fa; border-top: 1px solid #e9ecef; }

.app-samples .app-samples-title { margin-bottom: 0.25rem; text-align: center; }

.app-samples .app-samples-lead { margin-bottom: 2rem; color: #6c757d; text-align: center; }

.app-samples-carousel { max-width: 840px; margin: 0 auto; padding: 0 4rem 3rem; }

.app-samples-carousel .carousel-item img { width: 100%; height: 340px; object-fit: contain; }

.app-samples-carousel .app-samples-caption { margin-top: 1rem; min-height: 4.5rem; color: #495057; text-align: center; }

.app-samples-carousel .app-samples-caption strong { display: block; margin-bottom: 0.25rem; font-size: 1.15rem; color: #212529; }

.app-samples-carousel .carousel-control-prev, .app-samples-carousel .carousel-control-next { width: 2.5rem; height: 2.5rem; top: 50%; bottom: auto; transform: translateY(-50%); background-color: transparent; background-image: none; border: 0; border-radius: 50%; opacity: 1; transition: background-color 0.15s ease-in-out; }

.app-samples-carousel .carousel-control-prev:hover, .app-samples-carousel .carousel-control-next:hover { background-color: rgba(0, 0, 0, 0.04); }

.app-samples-carousel .carousel-control-prev:focus-visible, .app-samples-carousel .carousel-control-next:focus-visible { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.app-samples-carousel .carousel-control-prev .carousel-control-prev-icon, .app-samples-carousel .carousel-control-prev .carousel-control-next-icon, .app-samples-carousel .carousel-control-next .carousel-control-prev-icon, .app-samples-carousel .carousel-control-next .carousel-control-next-icon { width: 1rem; height: 1rem; filter: invert(1) grayscale(1); opacity: 0.45; transition: opacity 0.15s ease-in-out; }

.app-samples-carousel .carousel-control-prev:hover .carousel-control-prev-icon, .app-samples-carousel .carousel-control-prev:hover .carousel-control-next-icon, .app-samples-carousel .carousel-control-prev:focus-visible .carousel-control-prev-icon, .app-samples-carousel .carousel-control-prev:focus-visible .carousel-control-next-icon, .app-samples-carousel .carousel-control-next:hover .carousel-control-prev-icon, .app-samples-carousel .carousel-control-next:hover .carousel-control-next-icon, .app-samples-carousel .carousel-control-next:focus-visible .carousel-control-prev-icon, .app-samples-carousel .carousel-control-next:focus-visible .carousel-control-next-icon { opacity: 0.8; }

.app-samples-carousel .carousel-control-prev { left: 0; }

.app-samples-carousel .carousel-control-next { right: 0; }

.app-samples-carousel .carousel-indicators { bottom: 0; margin-right: 0; margin-left: 0; }

.app-samples-carousel .carousel-indicators li { width: 0.5rem; height: 0.5rem; margin: 0 0.3rem; background-color: #ced4da; border: 0; border-radius: 50%; opacity: 1; text-indent: 0; }

.app-samples-carousel .carousel-indicators li.active { background-color: #868e96; }

@media (max-width: 575.98px) { .app-samples-carousel { padding: 0 0 4.5rem; }
  .app-samples-carousel .carousel-item img { height: 200px; }
  .app-samples-carousel .carousel-control-prev, .app-samples-carousel .carousel-control-next { top: auto; bottom: 0; transform: none; }
  .app-samples-carousel .carousel-control-prev { left: calc(50% - 4.5rem); }
  .app-samples-carousel .carousel-control-next { right: calc(50% - 4.5rem); }
  .app-samples-carousel .carousel-indicators { bottom: 1rem; } }

img { max-width: 100%; height: auto; }
