@charset "utf-8";
/* CSS Document */

.pf-google-news-button,
  .pf-apple-news-button {
    display: inline-block;
      margin-top:10px;
    padding: 6px 12px;
	padding-left:8px;
    border-radius: 5px;
	  gap: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
	width:auto;
    transition: background-color 0.pf-3s;
  }

  .pf-google-news-button {
    background-color: #0E51AF;
  }
  .pf-google-news-button:hover {
    background-color: #3367D6;
  }

  .pf-apple-news-button {
    background-color: #000;
  }
  .pf-apple-news-button:hover {
    background-color: #333;
  }

  .pf-google-news-button img,
  .pf-apple-news-button img {
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
  }

a.pf-google-news-button a:link {
    color:white !important;
}

a.pf-google-news-button a:active {
    color:white !important;
}

a.pf-google-news-button a:visited {
    color:white !important;
}

a.pf-apple-news-button:link {
    color:white !important;
}

a.pf-apple-news-button:active {
    color:white !important;
}

a.pf-apple-news-button:visited {
    color:white !important;
}

