/* Style for the sixth navigation link */

nav a:nth-child(6) {

color: rgb(248, 100, 47);

}

/* Header layout adjustments */

.header-layout-nav-center .header-title,

.header-layout-nav-center .header-actions {

flex: 0 0 auto;

width: 100%;

}

.header-layout-nav-center .header-nav {

flex: 1 1 100%;

}

/* Button element styling */

.sqs-block-button-element {

opacity: 1;

}

/* Add link icon to external links */

a.external-link::after {

content: " \\1F517"; /* Unicode escape for 🔗 */

font-size: 0.8em;

color: #555; /* Subtle color for the icon */

}