/**
Theme Name: Maritime Regulator
Author: Robert Lockwood
Author URI: https://www.gov.ie/housing
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maritime-regulator
Template: astra
*/

.wp-block-tiptip-hyperlink-group-block:hover, .wp-block-tiptip-hyperlink-group-block:focus {
	border: 3px solid var(--ast-global-color-6)
}

ul li ul li {
	margin-bottom: unset;
}

.nested-ol {
    counter-reset: item;
}

/* WCAG - Footer highlight / item select */
footer *::selection {
	background-color: var(--ast-global-color-6);
}

/* WCAG - Footer (links should be underlined) */
footer a {
	text-decoration: underline;
}

/* Heading alignment */
.menu-item {
	text-align: center;
}

.main-navigation > ul > li > a {
	line-height: 1.4em;
}

/* Display all list items in a numbered list in block display */
.nested-ol>li {
    display: block;
}

/* Use a counter that checks the number of items and adds a "." between them and ends with ". " */
.nested-ol>li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
	padding-right: 1em;
}

.indented li {
	padding-left: 1em;
}

nav.post-navigation {
	display: none;
}