/* --------------------------------------------------------------
 hmdap.alpine.dev.br lib/css/estrutura.css
-------------------------------------------------------------- */
.estrutura-page { color:#444; }

.estrutura-hero .hero-box {
    background: linear-gradient(135deg, #fffdf7 0%, #f8f4e8 100%);
    border: 1px solid #e8dcc0;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.estrutura-hero .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9a7b20;
    margin-bottom: .9rem;
}

.estrutura-hero .hero-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.estrutura-hero .hero-text {
    font-size: 1.08rem;
    line-height: 1.85;
    margin-bottom: 0;
}

.estrutura-card {
  background: linear-gradient(135deg, #fffdf7 0%, #f8f4e8 100%);
  border: 1px solid #e8dcc0;
  border-radius:18px;
  padding:24px 22px;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
  margin-bottom:22px;
}

.estrutura-card h3 {
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:14px;
  color:#222;
}

.estrutura-card p {
  line-height:1.9;
  margin-bottom:1rem;
  text-align:justify;
}

.estrutura-destaque {
  background:#f8f9fa;
  border-left:4px solid #c9a227;
  border-radius:12px;
  padding:18px 18px 18px 20px;
  margin:20px 0;
  line-height:1.8;
}

@media (max-width:768px) {
  .estrutura-hero h2 { font-size:1.5rem; }
  .estrutura-card { padding:20px 18px; }
}

.estrutura-card h3,
.estrutura-hero h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.estrutura-card .table-success th {
  background-color: #ffc800 !important;
  color: #000;
}

.estrutura-icon {
  color: #c9a227;
  font-size: 1.05em;
  flex-shrink: 0;
}

.estrutura-quote {
  background: linear-gradient(135deg, #fffdf7, #f8f9fa);
  border: 1px solid rgba(201,162,39,.22);
  border-left: 4px solid #c9a227;
  border-radius: 16px;
  padding: 22px 20px;
  margin: 22px 0 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.estrutura-quote blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
  font-style: italic;
  color: #333;
}

.estrutura-quote-footer {
  margin-top: 12px;
  font-size: .95rem;
  color: #666;
}

.estrutura-quote-link {
  margin-top: 14px;
}

.lista-estrutura {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.lista-estrutura li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

.lista-estrutura li::before {
  content: "\f058"; /* fa-check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffc800;
}