/**
 * BBCPress - Responsive Breakpoints & Device Adjustments
 */

@media (max-width: 1024px) {
  :root {
    --bbc-gutter: 12px;
    --bbc-container-padding: 12px;
  }
}

@media (max-width: 768px) {
  .bbc-topbar {
    height: 48px;
  }
  
  .bbc-logo-block {
    width: 22px;
    height: 22px;
    font-size: 15px;
  }

  .bbc-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .bbc-section-title {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .bbc-topbar-right .bbc-link-signin {
    display: none;
  }
  
  .bbc-article-title {
    font-size: 24px;
    line-height: 1.2;
  }
  
  .bbc-article-body {
    font-size: 17px;
    line-height: 1.6;
  }
}
