/*
 Theme Name:   Storefront Child
 Template:     storefront
 Description:  Child theme for Storefront
 Author:       Jigs Nep
 Version:      1.0.0
*/


/* Add your custom styles below this line */

.site-title .dot {
  color: red;
  font-weight: bold;
}

.site-branding-wrapper {
  display: flex;
  justify-content: flex-start; /* align entire group to the left */
  padding-left: 2rem; /* optional spacing from left edge */
}

.site-text-group {
  display: inline-block;
  text-align: right; /* makes both lines align at their right edge */
}

.site-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.site-title a {
  text-decoration: none;
  color: #000;
}

.site-description {
  font-size: 14px;
  margin: 0;
  color: #666;
  white-space: nowrap;
}
