/* Trollhunter Child – Komponenten
   Wiederverwendbare UI-Teile (z.B. .th-btn). */


/* Trollhunter – Button (universal) */
.th-btn,
.th-btn a{
  background-color: #161B22 !important;
  color: #D4C797 !important;
  border: 1px solid #D4C797 !important;
  padding: 8px 20px !important;
  text-transform: none !important;
  cursor: pointer !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  text-decoration: none !important;
}

.th-btn:hover,
.th-btn a:hover{
  background-color: #D4C797 !important;
  color: #0D1117 !important;
}

.th-btn:focus,
.th-btn a:focus{
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(212,199,151,.25) !important;
}

/* Deine spätere Override-Notbremse */
@media (max-width: 768px){
  .th-btn,
  .th-btn a,
  .th-btn .gb-button,
  a.gb-button.th-btn{
    width: auto !important;
  }
}
