.elementor-5133 .elementor-element.elementor-element-ed8cfa6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-091a143 */.getlivejob-social {
  text-align: center;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  max-width: 600px;
}

.getlivejob-social h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
}

.getlivejob-social p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 200px;
  text-align: center;
}

.btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

/* Brand colors */
.btn.whatsapp { background: #25D366; }
.btn.facebook { background: #1877F2; }
.btn.instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.btn.twitter  { background: #1DA1F2; }/* End custom CSS */