/* Responsive styles for Aten theme */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .layout-container {
    max-width: 960px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .layout-container {
    max-width: 720px;
  }

  .layout-sidebar-first,
  .layout-sidebar-second {
    margin-top: 2rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .layout-container {
    max-width: 540px;
  }

  header {
    padding: 15px 0;
  }

  .layout-content {
    padding: 15px 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .layout-container {
    padding: 0 10px;
  }

  header {
    padding: 10px 0;
  }

  .layout-content {
    padding: 10px 0;
  }
} 