.dj-inline-link {
  position: relative;
  margin: 30px 0;
  padding-left: 10px;
  border-left: 3px solid #C00D0D;
}
.dj-inline-link::before {
  content: 'ANNONS';
  position: absolute;
  top: -16.5px;
  left: -3px;
  font-size: 0.5rem;
}

.dj-inline-link-container {
  display: flex;
  flex-direction: column;
  padding: 0.875rem;
  background: #F0F0F0;
  width: 100%;
}

/* TOP CONTENT START */
.dj-inline-link-topline {
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
  margin: -6px 0 5px !important;
  text-transform: uppercase;
  font-style: italic;
}
/* TOP CONTENT END */

/* MAIN CONTENT START */
.dj-inline-link-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dj-inline-link-title {
  font-weight: 500;
  font-size: 1.5rem !important;
  margin: 0.375rem 0rem 0.5rem 0rem;
}

.dj-inline-link-content p {
  font-size: 0.875rem !important;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 0 !important;
}

.dj-inline-link-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dj-inline-link-image-container img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .dj-inline-link-content-container {
    flex-direction: row;
    gap: 15px;
  }

  .dj-inline-link-image-container {
    flex-basis: 30%;
    min-width: 30%;
  }
}
