.elementor-4419 .elementor-element.elementor-element-23f6334{--display:flex;}.elementor-4419 .elementor-element.elementor-element-813bb4d{--spacer-size:50px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4419 .elementor-element.elementor-element-4b891b3 .elementor-button{background-color:#003366;}/* Start custom CSS for shortcode, class: .elementor-element-b0bd0ae *//* ===== Base ===== */
#ob-submission {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
}
#ob-submission h3 {
  font-size: 22px;
  margin: 18px 0 10px;
  color: #003366;
  border-bottom: 2px solid #00509e;
  padding-bottom: 6px;
}
#ob-response {
  margin: 10px 0;
  font-weight: 500;
}

/* ===== Form ===== */
#ob-request-form {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
#ob-request-form label {
  display: block;
  margin: 8px 0 6px;
  font-weight: 600;
  color: #003366;
}
#ob-request-form input,
#ob-request-form textarea,
#ob-request-form select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccd3de;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
#ob-request-form textarea { min-height: 90px; resize: vertical; }
#ob-request-form input:focus,
#ob-request-form textarea:focus,
#ob-request-form select:focus {
  border-color: #00509e;
  box-shadow: 0 0 0 3px rgba(0,80,158,0.15);
}
#ob-request-form button[type="submit"] {
  margin-top: 10px;
  background: #00509e;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
#ob-request-form button[type="submit"]:hover { background: #003366; }

/* ===== OB History Table ===== */
#ob-history table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

#ob-history th,
#ob-history td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
  color: #003366;
}

#ob-history th {
  background: #00509e;
  color: #fff;
  font-weight: 600;
}

#ob-history tr:hover {
  background: #f5f9ff;
}

#ob-history td.status {
  font-weight: 600;
  color: #00509e;
}

#ob-history a.cancel-ob {
  display: inline-block;
  background: #f0ad4e;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s;
}
#ob-history a.cancel-ob:hover {
  background: #b71c1c;
}

/* Cancel link as a button */
#ob-submission a.cancel-ob {
  display: inline-block;
  background: #f0ad4e;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s;
}
#ob-submission a.cancel-ob:hover { background: #b71c1c; }

/* ===== Pagination ===== */
#ob-pagination {
  margin-top: 16px;
  text-align: center;
}
#ob-pagination a,
#ob-pagination span {
  display: inline-block;
  margin: 0 3px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #00509e;
  transition: all .2s;
}
#ob-pagination a {
  background: #fff;
  color: #00509e;
  text-decoration: none;
}
#ob-pagination a:hover {
  background: #00509e;
  color: #fff;
}
#ob-pagination span {
  background: #00509e;
  color: #fff;
  cursor: default;
}

/* ===== Modal ===== */
.ob-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.ob-modal .ob-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 320px;
  text-align: center;
  animation: fadeInScale 0.3s ease;
}

.ob-modal button {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 4px;
}

.ob-modal .confirm-btn { background: #d9534f; color: #fff; }
.ob-modal .cancel-btn { background: #6c757d; color: #fff; }

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.ob-modal .confirm-delete { background-color: #d9534f; }
.ob-modal .confirm-cancel { background-color: #f0ad4e; }

.ai-ob-table a.delete-ob {
   display: inline-block;
  background: #c62828;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s;
}
.ai-ob-table a.delete-ob:hover { background: #b71c1c; }/* End custom CSS */