/*
Theme Name: Astra Child
Theme URI: https://tizycharts.com
Description: Child theme for Astra
Author: TizyCharts
Author URI: https://tizycharts.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

.tc-page{
  background:#f7f8fa;
  padding:30px 0 50px;
}

.tc-container{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

.tc-hero{
  margin-bottom:20px;
}

.tc-hero h1{
  margin:0 0 8px;
  color:#111827;
  font-size:36px;
  line-height:1.2;
}

.tc-meta{
  color:#6b7280;
  font-size:14px;
}

.tc-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:22px;
  margin-bottom:20px;
  box-shadow:0 1px 2px rgba(0,0,0,0.03);
}

.tc-card h2{
  margin-top:0;
  margin-bottom:12px;
  color:#111827;
  font-size:24px;
}

.tc-card p{
  margin:0 0 12px;
  color:#1f2937;
  line-height:1.7;
}

.tc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.tc-label{
  color:#6b7280;
  font-size:14px;
  margin-bottom:6px;
}

.tc-value{
  color:#111827;
  font-size:18px;
  font-weight:600;
}

.tc-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.badge-longwave{
  background:#dcfce7;
  color:#166534;
}

.badge-base{
  background:#fef3c7;
  color:#92400e;
}

.badge-shortwave{
  background:#fee2e2;
  color:#991b1b;
}

@media (max-width: 700px){
  .tc-grid{
    grid-template-columns:1fr;
  }

  .tc-hero h1{
    font-size:28px;
  }
}

.tc-stock-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.tc-stock-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 16px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  text-decoration:none;
  color:#111827;
  background:#fff;
  transition:background 0.2s ease, border-color 0.2s ease;
}

.tc-stock-row:hover{
  background:#f9fafb;
  border-color:#d1d5db;
}

.tc-stock-ticker{
  font-size:16px;
  font-weight:700;
  letter-spacing:0.02em;
}