/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

body {
  font-family: 'Arial', sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1 0 auto;
}

.custom-footer {
  flex-shrink: 0;
  text-align: center;
  padding: 30px 15px 20px;
  background-color: #C1D204;
  border-top: 2px solid #999;
}

.custom-footer .footer-social {
  margin-bottom: 12px;
}

.custom-footer .footer-social a {
  text-decoration: none;
  margin: 0 15px;
  font-size: 28px;
  color: #000;
  transition: color 0.3s ease;
}

.custom-footer .footer-social a:hover {
  color: #333;
}

.custom-footer .footer-text {
  font-size: 15px;
  color: #111;
  margin: 0;
}
