.hexssl-checker-card {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    max-width: 640px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
  }
  .hexssl-title { color: #19C37D; margin-bottom: 15px; }
  #hexssl-domain {
    width: 75%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #19C37D;
    background: #2c2c2c;
    color: #fff;
  }
  #hexssl-check-btn {
    background: #19C37D;
    border: none;
    padding: 10px 20px;
    color: #000;
    border-radius: 8px;
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
  }
  #hexssl-result { margin-top: 20px; text-align: left; }
  .hexssl-buy {
    display:inline-block;
    margin-top:15px;
    background:#19C37D;
    color:#000;
    padding:8px 16px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
  }
  .hexssl-pdf {
    display:inline-block;
    margin-top:10px;
    background:#222;
    border:1px solid #19C37D;
    color:#19C37D;
    padding:8px 16px;
    border-radius:8px;
    cursor:pointer;
  }
  .hexssl-table td { padding:6px 10px; border-bottom:1px solid #333; }

