/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

.wp-block-template-part:nth-of-type(2) {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
