/*
Theme Name: KetquaXSKT
Description: Theme kêt quả xô sô, thông kê, dự doán,...
Version: 1.0
Author: Nguyen Hung
License: GPL v2 or later
Text Domain: ketquaxskt

Primary Color: #2d4c87
*/

/* Tailwind CSS will be loaded via CDN */ 

/* Custom layout for 2 sidebars and main content */
.xoso-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px;
}
.xoso-sidebar {
  width: 255px;
  position: sticky;
  top: 100px;
  height: fit-content;
  z-index: 10;
}
.xoso-main {
  width: 685px;
  min-height: 600px;
}
@media (max-width: 1200px) {
  .xoso-layout { gap: 10px; }
  .xoso-sidebar { display: none; }
  .xoso-main { width: 100%; }
} 

.last-two-digits.highlight-last-two {
    background: #fb9b34;
    position: relative;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    padding: 0 1px;
} 