body {
  background-color: #f1f4f8;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  color: #2f2f2f; }

#advertorialHeader {
  text-align: center;
  font-size: 15px;
  padding: 5px;
  color: #fff;
  background-color: #000; }

#wrapper {
  padding: 0; }

.container {
  width: 95%;
  max-width: 1020px;
  margin: 20px auto;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 20px; }

.articleBody {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px; }

.articleTitle {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  color: red;
  margin-bottom: 10px; }

.articleSubtitle {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  color: #222;
  margin: 0;
  padding: 0; }

.videoThumbnail {
  display: block;
  position: relative;
  margin: 20px auto 30px;
  max-width: 800px; }
  .videoThumbnail img {
    max-width: 100%;
    border-radius: 20px; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }
  p a {
    font-weight: bold;
    color: #2825a1;
    text-decoration: none;
    transition: color 0.3s; }
    p a:hover {
      color: #3c78d8; }

.btnContainer {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center; }

.btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #015bcd;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s, opacity 0.3s;
  cursor: pointer;
  border: none; }
  .btn:hover {
    background-color: #0042a8; }
  .btn .btnIcon {
    margin-left: 10px;
    font-size: 24px; }

.videoInfo {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 10px; }

.videoMetaData {
  display: flex;
  align-items: center;
  list-style: none; }
  .videoMetaData li {
    display: flex;
    align-items: center;
    margin-right: 25px; }
    .videoMetaData li .fa {
      margin-right: 5px; }

.views span {
  margin-left: 5px;
  font-weight: bold; }

.date {
  font-weight: bold; }

.tag {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ebebeb;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s, opacity 0.3s;
  border: none; }

.icon {
  font-size: 20px;
  color: #000; }

@media (max-width: 767px) {
  .videoMetaData .tag,
  .videoMetaData .date,
  .videoMetaData .views {
    display: none;
    /* Hide date and views */ } }
@media (max-width: 440px) {
  .container {
    padding: 10px 15px 30px; }

  .articleTitle {
    font-size: 30px; }

  .articleSubtitle {
    font-size: 20px; }

  .p:first-of-type {
    font-size: 20px; }

  .videoThumbnail {
    margin: 20px auto 0; } }

/*# sourceMappingURL=menOver40.css.map */
