.header-tool-modal {
  width: min(520px, 92vw);
}

.header-tool-content {
  padding: 24px;
}

.header-tool-copy {
  margin: -10px 0 20px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.6;
}

.header-tool-list {
  display: grid;
  gap: 10px;
}

.header-tool-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px;
  border: 1px solid #e4e9ee;
  border-radius: 10px;
  background: #fff;
  color: #22364a;
  text-align: left;
}

button.header-tool-item {
  cursor: pointer;
}

button.header-tool-item:hover {
  border-color: #b8d579;
  background: #f8fbea;
}
.header-tool-item.notification-unread{border-color:#82baf0;background:#f2f8ff}.header-tool-item.notification-unread strong:after{content:'Nueva';margin-left:8px;padding:2px 6px;border-radius:999px;background:#0878ed;color:#fff;font-size:8px}

.header-tool-item > span {
  display: grid;
  flex: none;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #edf4df;
  color: #49601f;
  font-weight: 800;
}

.header-tool-item strong,
.header-tool-item small {
  display: block;
}

.header-tool-item strong {
  font-size: 12px;
}

.header-tool-item small {
  margin-top: 3px;
  color: #718096;
  font-size: 10px;
}

.header-tool-empty {
  padding: 24px;
  border: 1px dashed #d8e0e8;
  border-radius: 10px;
  color: #718096;
  text-align: center;
  font-size: 12px;
}

.icon-btn.tool-active {
  border-color: #a8c95d;
  background: #f5fadf;
}
