/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Template: astra
Version: 1.0.0
*/

@import url("../astra/style.css");

.single-site-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.site-meta strong {
  font-weight: 600;
  margin-bottom: 5px;
}

.site-description {
  line-height: 1.6;
}