/**
Theme Name: Jihi Providers
Author: Jihi
Author URI: https://providers.jihi.com
Description: Delicious, nutritious, hand-crafted goodies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jihi-providers
Template: astra
*/

[class^="klaviyo-form-"].form-version-cid-1 .placeholder {
  display: none;
}

[data-debug="true"] * {
  outline: 1px solid red;
}

/* TODO: good idea? better way? */
.entry-meta {
  display: none;
}

/* ADMIN */

.file-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

table.zebra {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  overflow: hidden;
  font-size: 0.9rem;
}

table.zebra thead th {
  background-color: #1d2327;
  color: #fff;
}

table.zebra th,
table.zebra td {
  text-align: left;
  padding: 0.5rem;
}

table.zebra tr:nth-child(odd) {
  background-color: #ddd;
}

table.zebra tr:nth-child(even) {
  background-color: #ccc;
}
