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

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

/* Footer column 1 — brand + social */
.footer .widget .pp-footer-brand,
.footer-widgets .pp-footer-brand {
  max-width: 320px;
}

.pp-footer-brand__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.pp-footer-brand__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.pp-footer-brand__printer {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.pp-footer-brand__desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
}

.pp-footer-brand__social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer .widget .pp-footer-brand__social-link,
.footer-widgets .pp-footer-brand__social-link,
.pp-footer-brand__social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  max-width: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  color: #00523a !important;
  text-decoration: none !important;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pp-footer-brand__social-link:hover {
  background: #e8f5f0;
  color: #003d2b !important;
  border-color: #c6e7d9;
}

.pp-footer-brand__social-link svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

/* Legacy ul-based markup (if still in widget) */
.footer .widget .pp-footer-brand__social:is(ul),
.footer-widgets .pp-footer-brand__social:is(ul) {
  list-style: none !important;
  border: none !important;
}

.footer .widget .pp-footer-brand__social:is(ul) > li,
.footer-widgets .pp-footer-brand__social:is(ul) > li {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
}

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