@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

h1, h2, h3, h4, h5 {
  color: #555555;
}

.conf {
  color: #FF8C00;
}

body {
  font-family: "Product Sans", Helvetica, sans-serif;;
  color: #787878;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #1693f3;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #1693f3 !important;
  text-decoration: none;
}
a > img {
  border: 1px solid #1693f3;
}
a:hover > img {
  border: 1.5px solid #1693f3;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rounded-button {
    border-radius: 50px;
}

.author-list {
  line-height: 1.9;
}

.author-item {
  margin-bottom: 0.35rem;
}

.author-link,
.author-plain {
  display: inline-block;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #d6e8f8;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  color: #4b5563;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.author-link {
  border-bottom: 1px solid #d6e8f8;
}

.author-link:hover {
  color: #0f6fbf !important;
  border-color: #a9d2f2;
  box-shadow: 0 2px 10px rgba(22, 147, 243, 0.16);
}

.video-card {
  border: 1px solid #e2ebf3;
  border-radius: 10px;
  background: #fcfdff;
  padding: 10px;
}

.video-card h5 {
  margin: 0 0 8px 0;
}

.video-card video {
  width: 100%;
  border-radius: 8px;
  background: #000;
}
