/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/
/* === Nigeria Business Pro — Reusable Inbound Links Box Style === */
.nbp-inbound-box {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 22px 24px;
  margin: 36px 0;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.nbp-inbound-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 14px;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}

.nbp-inbound-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nbp-inbound-list li {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nbp-inbound-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nbp-inbound-list a {
  font-weight: 500;
  color: #007bff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.nbp-inbound-list a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.nbp-inbound-list p {
  font-size: 13px;
  color: #6b7280;
  margin: 4px 0 0;
  line-height: 1.5;
}
