.FastLinks {
  margin-bottom: 10px;
}

.FastLinks .header-link {
  text-align: right;
}

.FastLinks .fast-links-list {
  list-style: none;
  /* Remove default list styling */
  margin: 0;
  padding: 0;
}

.FastLinks .fast-links-tile-container {
  position: relative;
  margin: 0px !important;
  margin-top: 10px !important;
  padding: 0px 20px 0px 0px;
}

.FastLinks .fast-links-tile-container a {
  text-decoration: none;
  display: block;
  position: relative;
}

.FastLinks .tile {
  border-bottom: 3px solid #353735;
  padding: 30px 20px 20px 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* Smooth transition */
  text-align: left;
}

.FastLinks .tile p {
  margin: 0px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

.FastLinks .icon-container {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.FastLinks .icon-container i {
  font-size: 22px;
  margin-bottom: 15px;
  color: #353735;
}

.FastLinks .fast-links-tile-container {
  cursor: pointer;
  /* Makes the whole tile-container clickable */
  margin-bottom: 20px;
}

.FastLinks .tile:hover {
  background-color: #E5F5FB;
  /* New background color on hover */
}

.FastLinks .petrol-arrow-right {
  fill: #353735;
  width: 20px;
  transform: rotate(0deg);
}

.FastLinks .petrol-arrow-left {
  fill: #353735;
  width: 20px;
  transform: rotate(180deg);
}

.FastLinks .white-arrow-right {
  fill: #353735;
  width: 20px;
  transform: rotate(0deg);
}

.FastLinks .white-arrow-left {
  fill: #353735;
  width: 20px;
  transform: rotate(180deg);
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
