.srh-resources {
  background: #F7F9FB;
  border-left: 5px solid #0B3C5D;
  padding: 15px;
}

.srh-resource-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.srh-resource-title {
  font-weight: 600;
  color: #0B3C5D;
}

.srh-resource-link {
  color: #F4A300;
  font-weight: bold;
  text-decoration: none;
}
.srh-scroll-wrapper {

  height: 200px;           /* show exactly ~5 rows */
  overflow: hidden;
  position: relative;

  background: #F7F9FB;
  border-left: 5px solid #0B3C5D;

  padding: 0;              /* IMPORTANT */
  margin: 0;
}

.srh-scroll {
  position: absolute;
  width: 100%;
  top: 0;
}

.srh-resource-item {

  height: 40px;            /* fixed row height */
  line-height: 40px;

  display: flex;
  justify-content: space-between;

  padding: 0 10px;
  border-bottom: 1px solid #ddd;

  box-sizing: border-box;
}

/*
.srh-scroll-wrapper {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: #F7F9FB;
  border-left: 5px solid #0B3C5D;
  padding: 10px;
}

.srh-scroll {
  position: absolute;
  width: 100%;
}

.srh-resource-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}*/

.srh-resource-title {
  font-weight: 600;
  color: #0B3C5D;
}

.srh-more-btn {
  text-align: right;
  margin-top: 8px;
}

.srh-more-btn a {
  color: #F4A300;
  font-weight: bold;
}
.srh-full-list {
  background: #F7F9FB;
  border-left: 5px solid #0B3C5D;
  padding: 15px;
}

.srh-full-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
