.hwc{
	max-width: 100% !important;
}  

.hwc .wrap{
	padding: 0 !important;
}

.urun-bilgilendirme {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 24px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #212529;
    max-width: 100%;
    margin: 30px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .urun-bilgilendirme h3 {
    color: #d62828; /* TechTouch kırmızı */
    font-size: 24px;
    margin-bottom: 16px;
    border-bottom: 2px solid #d62828;
    padding-bottom: 8px;
  }

  .urun-bilgilendirme h4 {
    color: #005f73; /* Antrasit/mavi tonu */
    font-size: 20px;
    margin-top: 24px;
  }

  .urun-bilgilendirme p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
  }

  .urun-bilgilendirme a {
    color: #0077b6;
    text-decoration: underline;
  }

  .urun-bilgilendirme strong {
    color: #000;
    font-weight: 600;
  }

.haber_ver {
    display: none !important;
}

.haber_ver_yazi{
    background: #0b8f3a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    height: 45px !important;
}

.haber_ver_yazi:hover{
    background: #0aa545;
    transform: translateY(-1px);
}

.haber_ver_yazi::before{
    content: "";
    width: 28px;
    height: 28px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
}