.fullcontainer [class*="resources"] > .division {
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
}

/* Not sure if this is the correct way to fix. */
/* Disable for now as discussed fullwidth is an editor issue */
/*
.fullcontainer .layout--onecol > .layout__region--content > [class*="resources"].fullwidth.flexGrid {
	width: 100%;
	left: auto;
	right: auto;
	margin: auto;
}
*/

.related-resources-wrapper .field__item .article-detail .card-title {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-transform: none;
  color: #444444;	
}

.related-resources-wrapper .field__item .article-detail .card-title a {
  color: #444444;	
}


/* This might be better here as the typical migrant voices would not have a hear icon. */
/* The alternative is to create an additional field for button style selection. */
/* But if this is just one-off, perhaps the fix is better here. */
	
.path-frontpage .fullcontainer .paragraph--view-mode--migrant-voices .btn.btn-primary svg {
	display: none;
}

.path-frontpage .fullcontainer .paragraph--view-mode--migrant-voices .btn.btn-primary:after {
	content: "\f417";
	display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

/* End of fix for the heart icon for act today */

.path-frontpage .fullcontainer .paragraph--view-mode--migrant-voices {
	margin-top: 8%;
	margin-bottom: 80px;
}

a.btn-white.subscribe {
	border: 2px solid var(--bs-white);
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: var(--bs-white);
}


#block-phoenix-socialmediafooter h2 {
  text-transform: none;	
}

#block-phoenix-socialmediafooter ul.nav {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
}

#block-phoenix-socialmediafooter ul.nav li a{
  color: var(--bs-white);
}


