/* newsroom */

.newsroom {
    background-color: #eae9e9;
}
.newsroom .column{
  background-color: #fff;
  height: auto !important;
  padding: unset;
}

.newsroom .column a:hover {
  background-color: #fff;
}
.newsroom .row.column-splitter {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.newsroom .latest-press-releases .left-container {
  background-color: #fff;
  padding: 60px 65px;
}
.newsroom .date-1 {
  border-right: unset !important;
}
.newsroom .latest-press-releases .left-container .recent-news-container {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  background-color: transparent !important;
}

.m-recent-news {
  height: auto;
  margin-top: 40px;
  background: #0063c3 !important;
  padding: 70px 90px 50px 60px;
  margin-bottom: 79px;
}

.newsroom .latest-press-releases .left-container .recent-news-container h3, .newsroom .latest-press-releases .left-container .recent-news-container h2 {
  border-left: 1px solid #111;
  padding-left: 18px;
  margin-bottom: 60px;
  margin-top: 0;
  line-height: 40px;
  color: #111;
  font-weight: 300;
  font-family: 'Poppins-Light';
}


.recent-news-items {
  display: flex !important;
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item:first-child {
  padding-left: 0;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item .press-release-container {
  border-bottom: 1px solid #c8c8c8;
  padding: 0;
  margin: 0;
  cursor: context-menu;
}
.newsroom .main-content-container p {
  font-size: 1.125rem;
  line-height: 28px;
  color: #545255;
  margin: 23px 0;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item .press-release-container span {
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid #111;
  padding-right: 10px;
  margin-right: 10px;
  color: #111;
}
.press-release-container .news-right-arrow img{
  filter: brightness(0%);
}
.newsroom .latest-press-releases .left-container .recent-news-items .item .press-release-container span::after {
  content: "";
  padding: 0;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item a.news-right-arrow {
  padding: 0;
  font-size: 20px;
    line-height: 24px;
}


.newsroom .news-right-arrow {
  text-decoration: none;
  color: #fff;
  float: right !important;
  font-size: 15px;
}
@media screen and (min-width: 1024px){
  .newsroom .column, .newsroom .columns {
    position: relative;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem !important;
}
}
.newsroom .latest-press-releases .left-container .recent-news-items .item .press-release-container {
  border-bottom: 1px solid #c8c8c8;
  padding: 0;
  margin: 0;
  cursor: context-menu;
}

.newsroom .container .component-content:after {
  content: "";
  display: table;
  clear: both;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item a {
  color: #111 !important;
  margin: 0;
  padding: 0;
  padding-top: 12.5px;
  padding-bottom: 45px;
  text-decoration: none;
  font-family: 'Poppins-Regular';
}
.newsroom .release-content {
  color: #fff;
  display: block;
  padding-top: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}
.latest-press-releases.main-content-container {
  margin: 60px auto 100px;
}

.newsroom .quantum-button.center-align-btn {
  max-height: 50px;
  overflow-y: hidden;
  position: relative;
  background-position-x: 93.5%;
  padding: 12px 16px;
  width: 250px;
  margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.newsroom .quantum-button.quantum-button--primary .quantum-button__text {
  color: white;
border-right: 1px solid #fff;
  padding-right: 12px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 12px;
}
.newsroom .quantum-button.quantum-button--primary:after {
  content: '';
  width: 14px;
  height: 11px;
  background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/white-arrow.svg);
  background-repeat: no-repeat;
}

.press-release-container span:nth-child(2){
  font-weight: 700;
  border-right: unset !important;
}
.press-release-container span:nth-child(1){
  font-weight: 400;
}

@media (min-width: 992px){
  .newsroom .breadcrumbContainer {
    margin-bottom: 0px;
}
}


.media-contact-promo .promo-text {
  padding: 30px 26px;
  margin-left: 14px;
}
.media-contact-promo {
    background: #fff;
}

.media-contact-promo .field-promotext {
  color: #6C6B6B;
  font-size: clamp(0.875rem, 0.5212rem + 0.9434vw, 1.125rem);
  text-transform: uppercase;
  border-bottom: 1px solid #6C6B6B;
  padding-bottom: 7.5px;
  margin-top: 0;
  letter-spacing: 1.05px;
  font-weight: bold;
}



.d-none.right-container {
  display: block !important;
}

@media screen and (max-width: 767px){
  .newsroom .latest-press-releases .left-container {
    padding: 45px 35px;
}
  .newsroom .latest-press-releases {
    margin: 0 !important;
    max-width: 100%;
    padding: 0;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item {
  padding: 0;
}
.media-contact-promo {
    margin: 35px 0px;
}
}

.recent-news-container h3 {
    color: var(--primary-colors-amgen-blue) !important;
}

.recent-news-items {
    max-width: 100%;
    padding: 22px 32px;
}

.newsroom .latest-press-releases .left-container .recent-news-items .item a{
	font-weight: 500;
   font-family: 'Poppins-Medium' !important;
    color: var(--primary-colors-amgen-blue) !important;
}
.newsroom .latest-press-releases .left-container{
	 padding-bottom: 50px;;
}
.newsroom .latest-press-releases .left-container .recent-news-items .item .press-release-container span {
    color: #545255 !important;
    font-size: clamp(0.625rem, 0.0943rem + 1.4151vw, 1rem) !important;
    border-color: #545255 !important;
}

.newsroom .press-release-container {
    padding-bottom: 5px !important;
}


.newsroom .recent-news-container h3 {
    border-left: 1px solid #545255 !important;
}

.media-contact-promo .field-promotext {
    line-height: clamp(1.25rem, 0.8962rem + 0.9434vw, 1.5rem);
}
.press-release-container .news-right-arrow img {
	filter: unset !important
}
.newsroom .quantum-button.center-align-btn{
	padding:16px !important;
}

.newsroom .field-promotext2 {
    line-height: clamp(1.25rem, 0.8962rem + 0.9434vw, 1.5rem);
	margin-top: 29px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px){
	.newsroom .latest-press-releases .left-container .recent-news-container h3{
		 margin-bottom: 20px;
	}
	.recent-news-items {
		padding: 10px 17px 0px;
	}
	.newsroom .quantum-button.center-align-btn {
    padding: 8px 26px !important;
}
.media-contact-promo .promo-text {
    padding: 15px 5px;
}
.newsroom .field-promotext2 {
    margin-top: 10px;
    margin-bottom: 10px;
 }
}

.press-releases-article .news-articles-container {
    background-color: #fff;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px !important;
    width: 100%;
    max-width: 1470px;
}
.press-releases-article .news-articles-container .m-article {
    width: 100%;
    padding: 20px 60px;
}