.tiger-event-news {
  color: #333;
  font-size: 17px;
  line-height: 1.9;
}

.tiger-event-news p {
  margin: 0 0 20px;
}

.tiger-event-news a {
  color: #d9531e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tiger-event-news a:hover {
  text-decoration: none;
}

.tiger-event-products {
  margin: 24px 0;
  padding: 20px 22px;
  background: #fafafa;
  border-left: 4px solid #e85a18;
}

.tiger-event-products p {
  margin: 0;
}

.tiger-event-info {
  margin-top: 28px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.tiger-event-info-row {
  display: flex;
  padding: 12px 4px;
  border-bottom: 1px solid #eeeeee;
}

.tiger-event-info-row:last-child {
  border-bottom: none;
}

.tiger-event-info-label {
  flex: 0 0 110px;
  font-weight: bold;
  color: #333;
}

.tiger-event-note {
  margin-top: 4px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 600px) {
  .tiger-event-news {
    font-size: 16px;
  }

  .tiger-event-products {
    padding: 16px 18px;
  }

  .tiger-event-info-row {
    display: block;
    padding: 12px 4px;
  }

  .tiger-event-info-label {
    display: block;
    margin-bottom: 3px;
  }
}