/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.lana-linktree {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px;
}

.lana-linktree .lt-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  object-fit: cover;
  margin-bottom: 15px;
}

.lana-linktree .lt-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lana-linktree .lt-links .lt-btn {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #000;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.lana-linktree .lt-links .lt-btn:hover {
  background: #ffcc00;
  color: #000;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}