/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.aws-share-section {
  display: flex;
  align-items: center;
  margin: 15px 0 25px 0;
}

.aws-share-section h4 {
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.aws-share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  transition: opacity 0.3s ease;
}

.aws-share-facebook { background: #3b5998; }
.aws-share-linkedin { background: #0077b5; }
.aws-share-whatsapp { background: #25d366; }
.aws-share-links a:hover { opacity: 0.8; }
