/*
 Theme Name:   GoBrave Theme
 Theme URI:    https://gobrave.se
 Description:  GoBrave Child Theme for GeneratePress
 Author:       Johan S
 Author URI:   https://gobrave.se
 Template:     generatepress
 Version:      1.0
*/


/* site wrapper */
.site-wrapper {
    width: 100%;
    max-width: 2560px;
    margin-inline: auto;
}


/* no underline links */
.no-ul, .no-ul a {
	text-decoration: none;
}


/* remove bottom margin on last paragraph */
.gb-container p:last-child:last-of-type {
    margin-bottom: 0px;
}

.block-editor-block-list__layout .gb-container p:nth-last-child(2) {
    margin-bottom: 0px;
}


/* stretch links */
.stretch-link{
	position: relative;
}

.stretch-link a::after{
	content: '';
	position: absolute;
	inset: 0;
}

.stretch-link a:is(:focus-visible)::after{
	outline: 2px solid;
}

.stretch-link a:is(:hover, :focus){
	outline: none;
}