.il-deck .item {
  position: relative;
}

.il-deck .il-card.thumbnail {
  padding-bottom: 44px;
  box-sizing: border-box;
}

.advdboard-crs-info {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  width: 100%;
  z-index: 150;
}

.advdboard-crs-favourite {
  cursor: pointer;
  font-size: 25px;
  z-index: 1000;
}

.advdboard-crs-favourite.glyphicon-heart {
  color: #d9000d;
}

.advdboard-crs-favourite.glyphicon-heart-empty {
  color: #a0a0a0;
}

button.advdboard-crs-favourite {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

button.advdboard-crs-favourite:focus {
  outline: 0px;
}

button.advdboard-crs-favourite:focus {
  outline: none;
}

button.advdboard-crs-favourite:focus-visible {
  outline: 2px solid #007bff;
}

.advdboard-crs-modal-image,
.advdboard-crs-modal-image img {
  width: 100%;
}

.advdboard-crs-modal-content {
  width: 100%;
  padding: 20px 40px;
}

.advdboard-crs-properties {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.advdboard-crs-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
}

.advdboard-crs-buttons {
  min-width: 80%;
  display: flex;
  gap: 5px;
}

.advdboard-crs-buttons a:nth-child(2) {
  background-color: transparent;
  color: #333;
}

.advdboard-progress {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #d0d0d0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.advdboard-progress::-webkit-progress-bar {
  background-color: #d0d0d0;
}

.advdboard-progress::-webkit-progress-value {
  background-color: #d9000d;
}

.advdboard-progress::-moz-progress-bar {
  background-color: #d9000d;
}

@media (min-width: 768px) {
  .advdboard-crs-buttons {
    display: flex;
  }
}

.advdboard-column {
    position: relative;
    overflow: hidden;
}