#wp--skip-link--target {
  padding-top: 0!important;
  padding-bottom: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.wood-tag {
        background: #e2e8f0;
        color: #475569;
        font-size: 10px;
        padding: 2px 8px;
        border-radius: 10px;
        white-space: nowrap;
    }
    .widefat { width: 100%; }


div.wood-container {
  max-width: 100% !important;
  width: 100%;
}
.wood-container{
  width: 100%;
  max-width: 100% !important;
}
.is-layout-constrained {
  max-width: 100% !important;
}
.wood-action-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-wood {
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.btn-pdf {
  background: #d32f2f;
}

.btn-email {
  background: #388e3c;
}

.wood-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: white;
}

.wood-table th, .wood-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.wood-table th {
  background: #f4f4f4;
}

.wood-total-row {
  background: #eee;
  font-size: 1.1em;
}

.wood-dashboard {
  background: #f0f2f5;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-radius: 8px;
  margin-top: 20px;
}

.wood-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wood-header h1 {
  margin: 0;
  font-size: 22px;
  color: #1d2327;
}


.wood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

.wood-card {
  background: #fff;
  border-radius: 12px;
  border-top: 8px solid #ffc107;

  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.wood-card:hover {
  transform: translateY(-5px);
}

.wood-card.urgent {
  border-top-color: #dc3545;
  background: #fffafb;
}

.card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card-top h2 {
  margin: 0;
  font-size: 18px;
  color: #1d2327;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-id {
  color: #ccd0d4;
  font-weight: 800;
  font-size: 20px;
}

.status-box {
  margin-bottom: 18px;
}

.status-box label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #646970;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.status-select {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #dcdcde;
  font-weight: 600;
  background-color: #f6f7f7;
}

.email-bar {
  background: #94a3b8;
  height: 38px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  background: #f0f0f1;
}

.warning-text {
  color: #dc3545;
  font-weight: 700;
  font-size: 13px;
}

.button-group {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.btn-dash {
  flex: 1;
  padding: 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}

.btn-blue {
  background: #2271b1;
}

.btn-blue:hover {
  background: #135e96;
}

.btn-green {
  background: #00a32a;
}

.btn-green:hover {
  background: #008a20;
}

.wood-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #f4f7f9;
  border-radius: 12px;
}

.wood-login-card {
  background: #ffffff;
  padding: 40px;
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
}

.wood-login-card h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #1a1a1b;
  text-align: center;
  font-family: sans-serif;
}

.wood-login-card p {
  text-align: center;
  color: #718096;
}

#wood_login_form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #4a5568;
  font-size: 18px !important;
}

#wood_login_form input[type="text"], input[type="password"] {
  width: -webkit-fill-available;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  transition: border 0.3s ease;
  font-size: 18px;
}

#wood_login_form input[type="checkbox"] {
  zoom: 150%;
}

#wood_login_form input:focus {
  border-color: #3182ce;
  outline: none;
  background: #fff;
}

#wood_login_form .login-submit input {
  width: -webkit-fill-available;
  background: #3182ce;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 18px;
}

#wood_login_form .login-submit input:hover {
  background: #2b6cb0;
}

.wood-lost-pass {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #a0aec0;
  text-decoration: none;
}

.wood-lost-pass:hover {
  color: #3182ce;
}
