/* --- Full comment widget dark.css for synthwave theme --- */

#c_widget {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    padding: 1rem;
    margin-top: 2rem;
    background:  #000;
    text-align: left;
    color: #00ffee;
  }
  
  #c_widget h2 {
    font-size: 1rem;
    color: #00ffee;
    text-shadow: 0 0 5px #00ffee;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  
  .c-inputWrapper {
    margin-bottom: 0.75rem;
  }
  
  .c-input {
    background:  #000;
    color: #00ffcc;
    border: 1px solid #00ffcc;
    padding: 6px;
    width: 100%;
    box-shadow: 0 0 6px #00ffee44 inset;
  }
  
  .c-input:focus {
    outline: none;
    border-color: #00ffee;
    box-shadow: 0 0 10px #00ffeeaa;
  }
  
  textarea.c-input {
    resize: vertical;
    min-height: 80px;
    font-size: 0.9rem;
  }
  
  #c_submitButton {
    margin-top: 0.5rem;
    background:  #000;
    border: 1px solid #ff00ff;
    color: #ff00ff;
    text-transform: uppercase;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 0 6px #ff00ff66;
    width: 100%;
  }
  
  #c_submitButton:hover {
    background:  #000;
    box-shadow: 0 0 10px #ff00ff99;
  }
  
  #c_container {
    margin-top: 1.5rem;
  }
  
  .c-comment {
    background:  #000;
    border: 1px solid #00ffcc;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    box-shadow: 0 0 6px #00ffee66;
  }
  
  .c-name {
    color: #00ffee;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
  }
  
  .c-text {
    color: #ccc;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    background: #000;
    padding: 0.5rem;
    border-radius: 4px;
  }
  
  .c-site {
    color: #ff00ff;
    text-decoration: none;
    margin-left: 0.5rem;
  }
  
  .c-site:hover {
    text-shadow: 0 0 5px #ff00ff;
  }
  
  .c-timestamp {
    float: right;
    font-size: 0.75rem;
    opacity: 0.6;
    color: #999;
  }
  
  .c-replyButton,
  .c-expandButton,
  .c-paginationButton {
    background: transparent;
    color: #00ffee;
    border: 1px solid #00ffee;
    font-size: 0.75rem;
    padding: 4px 8px;
    margin-top: 0.5rem;
    cursor: pointer;
  }
  
  .c-replyButton:hover,
  .c-expandButton:hover,
  .c-paginationButton:hover {
    background: #002222;
    box-shadow: 0 0 5px #00ffee88;
  }
  
  #c_replyingText {
    color: #00ffee;
    font-style: italic;
    font-size: 0.85rem;
    text-align: right;
    margin-bottom: 0.5rem;
  }
  