/*!
 * Polos v0.0.1 (https://wsw.biz.id/)
 * Copyright 2025 Polos Style
 * Unlicensed
 */
/*!
 * Halaman
 */
.lmn {
  margin:0 auto;
  background-clip:border-box;
  box-shadow:2px 6px 15px 0 rgba(69,65,78,.1)
}
.lmn-hd{
  padding:.75rem 1.25rem;
  background-color:transparent;
  border-bottom:1px solid rgba(0,0,0,.125);
  align-items:center
}

/*!
 * Ratakan (Awal,Tengah,Akhir,Antara)
 * https://www.w3schools.com/cssref/css3_pr_align-items.php
 * https://www.w3schools.com/cssref/css3_pr_justify-content.php
 */
.rt-awl {
  display:flex;
  justify-content:flex-start;
}
.rt-tga {
  display:flex;
  justify-content:center;
}
.rt-akr {
  display:flex;
  justify-content:flex-end;
}
.rt-ata {
  display:flex;
  justify-content:space-between;
}
.lmn-bd{
  padding:.75rem 1.25rem
}
.lmn-ft{
  padding:.75rem 1.25rem;
  background-color:transparent;
  border-top:1px solid rgba(0,0,0,.125)
}
/*!
 * Huruf (Ukuran Huruf)
 */
p {
	font-size:clamp(14px, 5vw, 18px);
	line-height:1.5
}
.h1,h1 {
  font-size:clamp(19px, 5vw, 32px);
  line-height:1.2
}
.h2,h2{
	font-size:clamp(18px, 5vw, 28px);
	line-height:1.2
}
.h3,h3{
	font-size:clamp(16px, 5vw, 26px);
	line-height:1.3
}
.h4,h4,
.h5,h5,
.h6,h6{
	font-size:clamp(15px, 5vw, 24px);
	line-height:1.3
}

/*!
 * HP
 */
@media (min-width: 0) and (max-width: 575.98px) {
	// class
}
