/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 17:38:27 */
#language-header {
  background-color: var(--purple);
}
#language-header h1 {
  font-size: clamp(30px, 4.5vw, 60px) !important;
  color: #fff !important;
}
#language-content .avia-image-container-inner {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.download_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download_block a {
  border: none !important;
}
