.container {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: #ffffff;
            display: block;
            justify-content: center;
            align-items: center;
            padding: 20px;
            width: 100%;
            max-width: 320px;
        }
        
        .social-icons {
            display: flex;
          flex-direction: row !important;
          justify-content: center;
          gap: 20px;
          margin-bottom: 10px;
        }
        
        .social-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.2s ease;
            border: 1px solid #e5e5e5;
        }
        
        /* .social-icon:hover {
            background-color: #e8e8e8;
        } */
        
        .social-icon svg {
            width: 20px;
            height: 20px;
            fill: #333333;
        }
        
        .connect-card {
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            padding: 24px;
            background-color: #ffffff;
        }
        
        .connect-content {
            display: flex;
            align-items: center;
            gap: 24px;
        }
        
        .connect-button {
            background-color: #00074F;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            white-space: nowrap;
            transition: background-color 0.2s ease;
        }
        
        /* .connect-button:hover {
            background-color: #5a3670;
        } */
        
        .connect-text {
            color: #333333;
            font-size: 16px;
            line-height: 1.4;
            flex: 1;
        }

/* ul.image-list.social-media {
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 0 1rem 0;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.center ul.image-list.social-media {
  align-content: center;
  justify-content: center;
}

ul.image-list.social-media.vertical {
  flex-direction: column;
}

ul.image-list.social-media .item:nth-child(4) img, ul.image-list.social-media .item:nth-child(4) svg {
  width: 38px;
}

ul.image-list.social-media .image img,
ul.image-list.social-media .image svg {
  height: 30px;
  width: 30px;
}
.bg-color-dark ul.image-list.social-media .image img > path,
.bg-color-dark ul.image-list.social-media .image svg > path {
  fill: white;
  transition: fill 0.2s ease;
}

ul.image-list.social-media .image img:hover > path,
ul.image-list.social-media .image svg:hover > path {
  fill: var(--accent1);
}

@media (max-width: 1000px) {
  ul.image-list.social-media .item:nth-child(4) img, ul.image-list.social-media .item:nth-child(4) svg {
    width: 33px;
  }

  ul.image-list.social-media .image img,
  ul.image-list.social-media .image svg {
    height: 25px;
    width: 25px;
  }
} */
