/*
 Theme Name: Digital Alliance
 Theme URI: https://digitalalliance.co.id
 Description: Tema kustom untuk Digital Alliance, dibangun dengan performa tinggi dan kompatibel penuh dengan Elementor Pro.
 Author: Akbar Alamsyah
 Author URI: https://id.linkedin.com/in/akbar-alamsyah
 Template: hello-elementor
 Version: 1.0.0
 Requires at least: 6.2
 Tested up to: 6.7
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: Hello Elementor, minimal, responsive, clean, lightweight, child-theme
 Text Domain: digital-alliance
*/

.kb-spec {
  max-width: 1140px;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
}

/* GRID UTAMA: 3 KOLOM */
.kb-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
}

.kb-spec-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.kb-spec-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 4px;
}

.kb-spec-value {
  font-size: 15px;
  font-weight: 700;
  text-transform: default;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .kb-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .kb-spec-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
