.first-line {
    position: relative;
    padding-right: 40px;
}
.report-status {
    z-index:99;
    position: absolute;
    right:0;
    top:0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.report-item-category-link {
  z-index:99;

}
.report-status-detail {
    position: static; 
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.report-status-container {
  display: flex;
  align-items: center;
}
.report-status-1 {
    background-color: #2fa4eb;
}
.report-status-2 {
    background-color: #f8890c;
}
.report-status-3 {
    background-color: #1ea900;
}
.card-krems.card-krems-border-1 {
  border-top: 2px solid #2fa4eb;
}
.card-krems.card-krems-border-2 {
  border-top: 2px solid #f8890c;
}
.card-krems.card-krems-border-3 {
  border-top: 2px solid #1ea900;
}
.report-item {
    position: relative;
  }
  
  .report-item a.link::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .report-item-note, .report-item-title {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .report-image img{
    max-height: 200px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }
  .report-item-image img{
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }
  .report-link {
    font-size: 10pt;
    padding: 10px 15px !important;
    display: block !important;
  }
  .gm-style .gm-style-iw-c {
    max-width: 300px !important;
    padding-bottom: 12px !important;
  }
  .gm-style .gm-style-iw-d {
    overflow: visible !important;
    padding-right: 12px;
  }