/* White Paper Page Container */
.uwba-whitepaper-page {
  max-width: 900px;
}

/* Title */
.uwba-wp-title {
  margin-bottom: 10px;
}

/* Subtitle */
.uwba-wp-subtitle {
  margin-bottom: 25px;
  color: #666;
}

/* Key Takeaways List */
.uwba-wp-list {
  margin-left: 20px;
  margin-bottom: 30px;
}

/* Download Callout */
.uwba-wp-download-callout {
  margin: 40px 0;
  padding: 28px 24px;
  background-color: #ffffff;
  border-left: 6px solid #fdb249;
  border-radius: 8px;
  text-align: center;
}

/* Download Callout Text */
.uwba-wp-download-text {
  margin: 0 0 18px 0;
  color: #444;
}

/* Download Button */
.uwba-wp-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #fdb249;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

/* Keep button text white in all states */
.uwba-wp-download-btn:hover,
.uwba-wp-download-btn:focus,
.uwba-wp-download-btn:active,
.uwba-wp-download-btn:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Button hover/focus background */
.uwba-wp-download-btn:hover,
.uwba-wp-download-btn:focus {
  background-color: #e69e3f;
}

/* PDF Icon */
.uwba-wp-download-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}