/*
Theme Name: NG Micro Modern
Theme URI: https://ngmicro.com/
Author: NG Micro Inc.
Author URI: https://ngmicro.com/
Description: A responsive one-page WordPress theme for NG Micro security, IT, communication and automation services.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ng-micro-modern
*/

html {
  scroll-padding-top: 112px;
}

body.admin-bar .site-header {
  top: 32px;
}

.wp-content {
  min-height: 70vh;
  padding: 96px 0;
  background: #f5f8fa;
}

.wp-content-card {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid #dce5ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 24, 37, 0.08);
}

.wp-content-card h1 {
  margin-bottom: 24px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
}

.wp-content-card > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
