.custom-action-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.custom-action-box:hover {
  border-color: #007b91;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.custom-action-box svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #007b91;
  margin-top: 2px;
}
.custom-action-box .text {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}
.custom-action-box .text strong {
  display: block;
  font-size: 16px;
  color: #007b91;
  margin-bottom: 2px;
}
.custom-action-box a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.link-icon.chat,
.link-icon.watchdog {
  background: none !important;
  padding-left: 0 !important;
  position: static !important;
}
.link-icon.chat::before,
.link-icon.watchdog::before,
.link-icon.chat::after,
.link-icon.watchdog::after {
  content: none !important;
  display: none !important;
}
.custom-action-box .text {
    justify-items: start;
}
.social-buttons-wrapper {display: none;}