
/*
Theme Name: Astra Child Instagram
Theme URI: https://mehdikhanimojarad.com/
Description: Child theme for Astra RTL 4.11.10 with Instagram integration (header/footer icons + homepage IG gallery)
Author: GapGPT
Author URI: https://mehdikhanimojarad.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child-instagram
*/

/* Import parent and custom styles */
@import url('../astra/style.css');

/* Instagram icon styling */
.header-instagram-icon, .footer-instagram-icon {
  display: inline-block;
  vertical-align: middle;
}
.header-instagram-icon svg, .footer-instagram-icon svg {
  fill: #b8860b; /* dark gold */
  width: 24px;
  height: 24px;
}
.header-instagram-icon:hover svg, .footer-instagram-icon:hover svg {
  fill: #daa520; /* lighter gold on hover */
}

/* Instagram gallery styling */
.instagram-gallery {
  text-align: center;
  padding: 20px 0;
}
.instagram-gallery iframe {
  width: 100%;
  border: none;
}
.button-view-instagram {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #b8860b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.button-view-instagram:hover {
  background: #daa520;
}
