/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* General Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Header Styles */
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

/* Content Styles */
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.effective-date {
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}

.contact-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

/* Card Styles */
.card {
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-header {
  font-weight: bold;
}

/* Table Styles */
.table th {
  width: 30%;
  background-color: #f8f9fa;
}

/* Code Styles */
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  max-width: 100%;
  overflow-x: auto;
}

code {
  background-color: #f8f9fa;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: 'Courier New', Courier, monospace;
  word-break: break-all;
  white-space: pre-wrap;
}

/* Alert Styles */
.alert {
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Button Styles */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* Policy Pages */
.policy-section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.policy-section h3 {
  color: #007bff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.policy-section ul {
  padding-left: 20px;
}

.policy-section li {
  margin-bottom: 10px;
}

/* QuickBooks Token Page */
.token-card {
  margin-bottom: 30px;
}

.token-table th {
  width: 30%;
}

.environment-variables {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.token-info {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.375rem;
  margin: 1rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.token-info dl {
  margin: 0;
}

.token-info dt {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.token-info dd {
  background-color: #fff;
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
}

.token-info dd:last-child {
  margin-bottom: 0;
}

/* Environment Variables Section */
.alert-info pre {
  margin-top: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}

.alert-info code {
  background: none;
  color: #333;
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}
