/* Estilos para PDF y print */
.pdf-header-bar {
  border-top: 8px solid #03A9F4;
  background: #fff;
  color: #fff;
  padding: 50px 0px 16px 0px;
  min-height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.pdf-header-logo {
  height: 46px;

  margin-top: 15px;
  margin-bottom: 8px;
}

.pdf-header-publicacion {
  font-size: 15px;
  margin-right: 32px;
  font-weight: bold;
  color: #888;
  margin-top: 15px;
}

.pdf-title-bar {
  color: #000;
  padding: 10px 0px;
  min-height: 48px;
  display: flex !important;
  align-items: center;
}

.pdf-title-inner {

  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 10px 10px 14px;
  border-left: 19px solid #03A9F4;
  background: #e8e8e8;
}

.pdf-content {
  padding: 0px 0px 24px 0px;
}

.pdf-footer {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px solid #008BD1;
  padding: 12px;
}

.pdf-author-section {
  background: #f2f2f2;
  padding: 24px 24px 16px 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-radius: 0 0 8px 8px;
  margin-top: 32px;
}

.pdf-author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px #0001;
}

.pdf-author-info {
  flex: 1;
}

.pdf-author-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #0073aa;
}

.pdf-author-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

.pdf-author-linkedin {
  display: inline-block;
  margin-top: 4px;
  color: #0077b5;
  font-size: 15px;
  text-decoration: none;
}

.pdf-author-linkedin img {
  height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

.pdf-author-below-title {
  font-size: 16px;
  color: #888;

  margin-bottom: 0;
  margin-top: 10;
}
