/*
Theme Name: GENOS RP
Author: Alba
Description: Tema personalizado para el staff de GENOS
Version: 1.0
*/
body {
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #0d1117;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

.site-title,
.site-info {
    display: none !important;
}

h1.site-title, .site-branding, footer, .site-info {
    display: none !important;
}

.comment-list {
    list-style: none;
    padding: 0;
}
.comment {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #21262d;
    border-radius: 6px;
}
.comment-author {
    font-weight: bold;
    color: #58a6ff;
}
.comment-meta {
    font-size: 0.85rem;
    opacity: 0.7;
}
.comment-content {
    margin-top: 0.5rem;
}
#respond {
    margin-top: 2rem;
}
#respond textarea {
    width: 100%;
    padding: 0.6rem;
    border-radius: 6px;
    background: #0d1117;
    color: white;
    border: 1px solid #30363d;
}

.submit-button {
    background-color: #238636;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.submit-button:hover {
    background-color: #2ea043;
}

/* COMPACTAR COMENTARIOS AÚN MÁS */
.comment {
    background-color: #21262d;
    padding: 0.4rem 0.6rem;
    margin-bottom: 0.4rem;
    border-radius: 6px;
    font-size: 0.8rem;
    line-height: 1.3;
}
.comment-author {
    font-weight: 600;
    font-size: 0.8rem;
    color: #79c0ff;
    margin-bottom: 0.1rem;
}
.comment-meta {
    font-size: 0.7rem;
    color: #bbb;
    margin-bottom: 0.2rem;
}
.comment-content {
    margin-top: 0.2rem;
    font-size: 0.8rem;
}
.reply a {
    font-size: 0.7rem;
    color: #58a6ff !important;
}
.like-comment-btn {
    margin-top: 0.1rem;
    font-size: 0.75rem;
}

/* FORMULARIO MÁS ESTRECHO */
#respond textarea {
    font-size: 0.85rem;
    padding: 0.4rem;
    min-height: 100px;
}
#commentform input[type="submit"], #commentform button {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
}

/* Fijar el bloque izquierdo permanentemente arriba */
@media (min-width: 768px) {
    .sticky-registro {
        position: sticky;
        top: 2rem;
        align-self: flex-start;
    }

    .main {
        align-items: flex-start;
    }

    .comentarios {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
  .main {
    flex-direction: column;
    padding: 1rem;
    margin-left: 0 !important;
  }

  .detalle {
    padding: 1.2rem;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .sticky-registro,
  .comentarios {
    position: static !important;
    flex: 1 1 100%;
    width: 100%;
    align-self: auto;
  }

  .comment {
    font-size: 0.9rem;
  }

  #respond textarea {
    font-size: 0.9rem;
  }
}