/* DREAL Child (Merged) - child stylesheet */

/* Hide the duplicated Follow Our Work block in the top/main content */
.social-section { display: none !important; /* hides the problematic duplicate */ }

/* If you prefer to only hide the icon grid but keep the heading, use one of these instead */
/* .social-grid { display:none !important; } */

/* Follow Our Work (text-only) - in case the labels block is used elsewhere */
.follow-our-work {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 14px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:30px 0 0 0 !important;
  color:inherit !important;
}
.follow-our-work .social-link { font-size:15px !important; font-weight:500 !important; text-decoration:none !important; color:inherit !important; }
.follow-our-work .social-link:not(:last-child)::after { content: "•"; margin-left: 8px; opacity:0.9; }

/* Also ensure .social-labels (if present) is visible and styled */
.social-labels { display:block !important; margin-top:18px; color: #c8d0d6; font-size:15px; line-height:1.6; }
.social-labels a { color:inherit; text-decoration:none; margin-right:10px; display:inline-block; }
.social-labels a:not(:last-child)::after { content:"•"; margin-left:10px; opacity:0.9; }

/* Font Awesome footer social styles */
.footer-social{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.footer-social .social-link{ display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:10px; background:transparent; border:1px solid rgba(255,255,255,0.04); transition: transform .12s, background .12s, border-color .12s; color:inherit; text-decoration:none; }
.footer-social .social-link i{ font-size:18px; line-height:1; width:18px; height:18px; text-align:center; display:inline-block; }
.footer-social .social-link:hover{ transform: translateY(-3px); background: rgba(255,191,0,0.06); border-color: rgba(255,191,0,0.14); }
@media(max-width:480px){ .footer-social .social-link{ width:40px; height:40px; } .footer-social .social-link i{ font-size:16px; } }

/* Small adjustment: add spacing above Follow Our Work in content if you re-enable it */
.social-section + .follow-our-work, .follow-our-work { margin-top: 28px !important; }
