/*
Theme Name: Simple Portfolio
Theme URI: 
Author: Genesis
Author URI: 
Description: Simple portfolio theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-portfolio
Tags: 
*/

.post-navigation-link-previous, .post-navigation-link-next {
	a {
		padding: 10px 40px;
		background: var(--wp--preset--color--teal);
		color: var(--wp--preset--color--offwhite);
		transition: all .3s ease;
		border-radius: 22px;
		
		&:hover, &:focus, &:active {
			background: darkteal;
		}
	}
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    opacity: .7;
}

footer.wp-block-template-part {
	margin-top: 0 !important;
}

@media (max-width: 781px) {
	footer.wp-block-template-part .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		text-align: center;
		
		p {
			text-align: center !important;
		}
	}
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)) {
	padding: 0 !important;
}