.wp-frases-search {
  max-width: 600px;
  margin: 32px auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 22px 20px 28px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
}

#wp-frases-search-input {
  width: 100%;
  padding: 13px 14px;
  font-size: 1.16em;
  border: 1.2px solid #c5a760;
  border-radius: 9px;
  outline: none;
  margin-bottom: 20px;
  transition: border 0.2s;
}
#wp-frases-search-input:focus {
  border: 2px solid #0095eb;
  background: #f7fbfe;
}

.wp-frases-res {
  border-bottom: 1px solid #eee;
  padding: 18px 0 14px 0;
  font-size: 1.08em;
  background: #fcfcfc;
  transition: background 0.2s;
}
.wp-frases-res:last-child {
  border-bottom: none;
}
.wp-frases-res:hover {
  background: #f1f7fa;
}
.wp-frases-res b {
  color: #1f2e85;
  font-size: 1.09em;
}
.wp-frases-res i {
  color: #444;
  display: block;
  margin: 6px 0 8px 0;
  font-style: italic;
}
.wp-frases-res a {
  color: #c5a760;
  text-decoration: underline;
  font-size: 0.96em;
}
.wp-frases-res a:hover {
  color: #0095eb;
}

.wp-frases-loader,
.wp-frases-vacio,
.wp-frases-error {
  color: #888;
  padding: 14px;
  text-align: center;
  font-size: 1.08em;
}

.wp-frases-paginacion {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 1.07em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wp-frases-pag-btn {
  margin: 0 6px;
  padding: 7px 18px;
  border: none;
  border-radius: 7px;
  background: #eee;
  color: #333;
  cursor: pointer;
  font-weight: 600;
  font-size: 1em;
  transition: background 0.16s, color 0.16s;
  box-shadow: 0 1px 2px rgba(197, 167, 96, 0.07);
}
.wp-frases-pag-btn:hover {
  background: #c5a760;
  color: #fff;
}

@media (max-width: 600px) {
  .wp-frases-search {
    padding: 12px 5px 18px 5px;
  }
  #wp-frases-search-input {
    font-size: 1em;
    padding: 10px 8px;
  }
  .wp-frases-res {
    font-size: 0.98em;
    padding: 10px 0 8px 0;
  }
}
