/*
 Theme Name:   Newspaper Pro
 Theme URI:    https://roshkart.com
 Description:  Smooth & Speed Newspaper Template theme
 Author:       Roshkart
 Author URI:   https://www.roshkart.com
 Template:     generatepress
 Version:      1.0
*/


.site-header {
box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
}

@media (max-width: 767px) {
  .sl-mobile {
    padding: 3px;
  }
}

/* ================================
   WhatsApp Blink Animation
================================= */

@keyframes Roshkart-GreenBorderAnimation {
  0% {
    border-color: rgba(37, 211, 102, 0.2);
  }
  50% {
    border-color: rgba(37, 211, 102, 0.94);
  }
  100% {
    border-color: rgba(37, 211, 102, 0.2);
  }
}

.whatsappblink {
  animation: Roshkart-GreenBorderAnimation 1.5s ease-in-out infinite;
  border: 2px solid rgba(37, 211, 102, 0.5); /* fallback */
  border-radius: 6px;
}

.comment-respond.wp-block-post-comments-form
{
	margin: 0 10px;
}

.has-avatars.has-dates.has-excerpts.no-comments.wp-block-latest-comments {
		margin: 10px 10px;

}

.inside-right-sidebar {
  position: sticky;
  top: 20px;
}
