pre.highlight,
.highlight pre {
  max-height: 30rem;
  margin: 1.5rem 0;
  overflow: auto;
  border-radius: var(--tblr-border-radius);
}

.highlight {
  margin: 0;
}
.highlight code > * {
  margin: 0 !important;
  padding: 0 !important;
}
.highlight .c, .highlight .c1 {
  color: #a0aec0;
}
.highlight .nt, .highlight .nc, .highlight .nx {
  color: #ff8383;
}
.highlight .na, .highlight .p {
  color: #ffe484;
}
.highlight .s, .highlight .dl, .highlight .s2 {
  color: #b5f4a5;
}
.highlight .k {
  color: #93ddfd;
}
.highlight .s1, .highlight .mi {
  color: #d9a9ff;
}

.dropdown-menu-demo {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem !important;
}

.demo-icon-preview {
  position: sticky;
  top: 0;
}
.demo-icon-preview svg,
.demo-icon-preview i {
  width: 15rem;
  height: 15rem;
  font-size: 15rem;
  stroke-width: 1.5;
  margin: 0 auto;
  display: block;
}

.demo-icon-preview-icon pre {
  margin: 0;
  user-select: all;
}

.demo-dividers > p {
  opacity: 0.2;
  user-select: none;
}

.demo-icons-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px -1px 0;
  list-style: none;
}
.demo-icons-list > * {
  flex: 1 0 4rem;
}

.demo-icons-list-wrap {
  overflow: hidden;
}

.demo-icons-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  text-align: center;
  padding: 0.5rem;
  border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  color: inherit;
  cursor: pointer;
}
.demo-icons-list-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.demo-icons-list-item:hover {
  text-decoration: none;
}

#header2 {
  background: linear-gradient(to left, #4c6ef5, #15aabf);
  color: white;
  padding: 0.3rem 0.3rem;
  padding-left:0px;
  text-align: center;
  border-radius: 16px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
#header2 h1 {
  font-size: 2.5rem;
  margin: 0;
}
#header2 p {
  font-size: 1.2rem;
  margin-top: 1rem;
}    
@media (max-width: 768px) {
  .image-box {
  display: none !important;
}
}




#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff8e1;
  border-top: 2px solid #f0c14b;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}
#cookie-banner p {
  margin: 0;
  flex: 1;
  padding-right: 10px;
  color: #333;
}
#cookie-banner .buttons {
  display: flex;
  gap: 10px;
}
#cookie-banner button {
  padding: 8px 14px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}
#accept-all {
  background: #4CAF50;
  color: white;
}
#accept-necessary {
  background: #777;
  color: white;
}
.sticky-card {
  position: sticky;
  top: 10rem; 
  z-index: 100;
}

#googleBtnContainer {
  width: 100%;       /* ياخد كامل عرض الشاشة أو الكونتينر */
  max-width: 480px;  /* ممكن تحط ماكس-ويدث حسب التصميم */
  margin: 5px auto;
}