.platform-notice-card {
  display: block;
  box-sizing: border-box;
  height: 124px;
  min-height: 120px;
  margin: 4px 0 10px;
  padding: 12px 16px 10px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ffe0db;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(138, 32, 42, 0.06);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.platform-notice-card:active {
  transform: translateY(1px);
}

.platform-notice-card:focus-visible {
  outline: 2px solid #e52d25;
  outline-offset: 2px;
}

.platform-notice-heading {
  margin-bottom: 6px;
  color: #e52d25;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.platform-notice-content {
  display: -webkit-box;
  overflow: hidden;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.platform-notice-more {
  margin-top: 4px;
  color: #e52d25;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
}
