.share-wrapper {
  width: 100%;
  clear: both;
  margin: 30px 0;
  padding-top: 15px;
}

.share-box {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.share-label {
  font-weight: 600;
  margin-right: 8px;
}

.share-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.fb { background:#1877f2; }
.wa { background:#25d366; }
.tel { background:#0a66c2; }
.x  { background:#000; }
.ln { background:#0a66c2; }
.pt { background:#e60023; }

.social-box {
    width: 100%;
    padding-top: 10px;
    font-family: Arial, sans-serif;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.social-title {
    background: #1c1c1c;
    padding: 12px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.social-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.social-item i {
    font-size: 26px;
    width: 32px;
    text-align: center;
}

.social-item.facebook { background: #3b5998; }
.social-item.twitter  { background: #000; }
.social-item.instagram{ background: #3f729b; }
.social-item.youtube  { background: #c4302b; }
.social-item.whatsapp { background: #25d366; }

.social-item:hover {
    opacity: 0.9;
}

.social-footer {
    background: #1c1c1c;
    padding: 12px;
    text-align: center;
    font-weight: 600;
}
