/*
Theme Name: LandingKilat Member License Suite
Theme URI: https://example.com/
Author: Custom Theme
Description: Tema WordPress jasa website dengan dashboard visual, katalog produk, login dan daftar modern, dashboard member, pembelian, serta lisensi satu domain.
Version: 1.9.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: brandpress-member
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --brandpress-content-width: 1120px;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.brandpress-generic {
  max-width: var(--brandpress-content-width);
  margin: 0 auto;
  padding: 48px 20px;
}
.brandpress-generic a { color: inherit; }
.brandpress-generic__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(127,127,127,.25);
}
.brandpress-generic__brand {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.brandpress-generic__content { padding: 40px 0; line-height: 1.75; }
