/* Texas Official Records — small extensions on top of main /styles.css */

.tor-search-form {
  gap: 8px;
  flex-wrap: wrap;
}

.tor-select {
  border: none;
  background: #f8fafc;
  border-radius: 40px;
  padding: 10px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-blue);
  outline: none;
  max-width: 180px;
}

.tor-article-content h2,
.tor-article-content h3 {
  color: var(--primary-blue);
  margin: 1.4em 0 0.55em;
  line-height: 1.3;
}

.tor-article-content p,
.tor-article-content li {
  color: #475569;
  margin-bottom: 0.85em;
  line-height: 1.8;
  font-size: 17px;
}

.tor-article-content ul,
.tor-article-content ol {
  padding-left: 1.25em;
  margin-bottom: 1em;
}

.tor-article-content a {
  color: var(--accent-blue);
  font-weight: 600;
}

.tor-article-content hr {
  border: 0;
  border-top: 1px solid #eef2f6;
  margin: 1.6em 0;
}

@media (max-width: 720px) {
  .tor-select {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .tor-search-form .search-input {
    min-width: 100%;
  }
  .tor-search-form .search-button {
    width: 100%;
  }
}
