/**
 * Theme Name: Southern FPV
 * Template:   kadence
 * Author URI:        https://southernfpv.com.au
 * Author: Southern Dynamics
 */
 
 
.sd-description {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: auto;
}

.sd-description h2 {
  color: #005a9c;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin-top: 30px;
}

.sd-description h3 {
  color: #0073aa;
  margin-top: 20px;
}

.sd-description ul {
  padding-left: 20px;
  list-style-type: disc;
}

.sd-description table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.sd-description th,
.sd-description td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.sd-description th {
  background-color: #f5f5f5;
}

.sd-description p strong {
  color: #000;
}
