/*
Theme Name: OLM Blog do Viana
Theme URI: https://otaviolima.com.br
Author: OL Marketing & Vendas
Author URI: https://otaviolima.com.br
Description: Tema personalizado em WordPress
Version: 1.0
Text Domain: OLM
*/

/* Comments Structure */
.comment-list .children {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #e4e4e7; /* zinc-200 */
  margin-top: 1.5rem;
  list-style: none;
}

@media (min-width: 768px) {
  .comment-list .children {
    margin-left: 3rem;
    padding-left: 1.5rem;
  }
}

/* Form fixes */
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #52525b; /* zinc-600 */
}

.comment-form-cookies-consent input {
  border-radius: 0.25rem;
  border-color: #d4d4d8; /* zinc-300 */
  color: #860a28; /* primary */
}

article .size-full {
  max-width: 100%;
  height: auto;
}

.grid-pattern::after {
  content: "";
  flex: 1;
  height: 12px;
  background-image: radial-gradient(circle, #e7e7e7 1px, transparent 1px);
  background-size: 4px 4px;
  background-position: 3px 50%;
}
