.ms-Dialog-main {
  border-radius: 12px !important;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Header */
.ad-alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 0 4px;
}

.ad-alert-title {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
}

.ad-alert-close {
  color: #5e5e5e;
}

/* Content */
.ad-alert-content {
  font-size: 14px;
  color: #323130;
  line-height: 1.6;
  margin: 8px 0 8px 0;
}
