/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://staging.letsrocc.com/
Description: Child theme for Twenty Twenty-Five
Author: letsrocc
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

/* Header nav: keep single line, prevent wrap */
header .wp-block-navigation__container {
  flex-wrap: nowrap;
  white-space: nowrap;
}

header .wp-block-navigation__responsive-container-content {
  overflow-x: auto;
}