/*
for eu-suspension alert
*/


<style>
.cp-alert-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #202124;
  max-width: 700px;
  padding: 20px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  background: #ffffff;
}
.cp-alert-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.cp-alert-icon {
  color: #d93025;
  font-size: 14px;
  line-height: 1.6;
  flex-shrink: 0;
}
.cp-alert-title {
  font-weight: bold;
  font-size: 16px;
}
.cp-alert-date {
  margin-bottom: 14px;
}
.cp-alert-subject {
  font-weight: bold;
  margin-bottom: 10px;
}
.cp-alert-seedetails {
  color: #1a73e8;
  cursor: pointer;
  margin-bottom: 14px;
}
.cp-alert-list {
  margin: 0 0 14px 0;
  padding-left: 20px;
}
.cp-alert-list li {
  margin-bottom: 6px;
}
.cp-alert-bold {
  font-weight: bold;
  margin-bottom: 4px;
}
</style>
