body.single-post .e-con-inner {
	margin: 0;
}
body.single-post header.entry-header {
	padding: 0 10px;
}
body.single-post header.entry-header h1.entry-title {
	font-size: 36pt;
}
body.single-post header.entry-header .entry-meta {
	font-size: 12pt;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 10px
}
body.single-post header.entry-header .entry-meta,
body.single-post header.entry-header .entry-meta * {
	color: #666;
}
.entry-content p, 
.entry-content .entry-content p {
	margin-bottom: 20px;
}
/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}
/* Sunrise Voice — Wellness page */
/* Trusted Resources — editorial link rows */
.sv-resources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sv-resources-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e0d5;
}
.sv-resources-list li:last-child {
  border-bottom: none;
}
.sv-resources-list a {
  font-weight: 600;
  font-size: 15px;
  color: #FF914D;
  white-space: nowrap;
  text-decoration: none;
}
.sv-resources-list a:hover {
  text-decoration: underline;
}
.sv-resources-list span {
  font-size: 14px;
  color: #888;
}
/* Product cards */
.sv-card {
  background: #ffffff;
	border: 1px solid #e8e0d5;
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  box-sizing: border-box;
}
.sv-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
}
.sv-card-title:hover {
  text-decoration: underline;
}
.sv-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  flex: 1;
  margin: 0;
}
.sv-card-note {
  font-size: 13px;
  color: #999;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}
.sv-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid #e8e0d5;
}
.sv-amazon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 14px;
  text-decoration: none;
  transition: background 0.15s;
}
.sv-amazon-btn:hover {
  background: #f5f0eb;
}