.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-astglobalcolor0 );font-weight:600;}.elementor-kit-10 h1{color:var( --e-global-color-secondary );}.elementor-kit-10 h2{color:var( --e-global-color-secondary );}.elementor-kit-10 h3{color:var( --e-global-color-secondary );}.elementor-kit-10 h4{color:var( --e-global-color-text );}.elementor-kit-10 h5{color:var( --e-global-color-text );}.elementor-kit-10 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{line-height:2.2em;}.elementor-kit-10 h2{line-height:1.8em;}.elementor-kit-10 h3{line-height:2em;}.elementor-kit-10 h4{line-height:2.1em;}.elementor-kit-10 h5{line-height:2.5em;}.elementor-kit-10 h6{line-height:2.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ast-comment-time {
    margin-right: auto !important;
    margin-left: unset !important;
}
#ast-scroll-top {
    display: none !important;
}
main#main > article {
    overflow-x: hidden
}

/* جدول اسکرول‌پذیر */
.post table {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-bottom: 10px;
}

/* استایل سلول‌ها */
.post  table th,
.post table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  width:100vw
}

/* اسکرول‌بار زیبا (برای WebKit: Chrome, Safari) */
.post table::-webkit-scrollbar {
  height: 8px;
}

.post  table::-webkit-scrollbar-track {
  background: transparent;
}

.post table::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.post table::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

/* اسکرول‌بار برای Firefox */
.post  table {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

/* پیام راهنمای اسکرول */
@media (max-width: 768px) {
  .post  table::after {
    content: '← جدول قابل اسکرول است →';
    display: block;
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
    animation: pulse 1.5s infinite;
  }
}

/* انیمیشن چشمک‌زن */
@keyframes pulse {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}/* End custom CSS */