/*
Theme Name:		 Homhero Southport Child Theme
Theme URI:		 https://homhero.com.au/
Description:             Southport Child is a child theme of Southport, created by Homhero
Author:			 HOMHERO
Author URI:		 https://homhero.com.au/
Template:		 homhero-southport
Version:		 1.0.0.2
Text Domain:             homhero-southport-child
*/

div#footer-top ul {
    display: flex;
    gap: 10px;
    font-size: var(--wp--preset--font-size--x-large);
    list-style: none;
    justify-content: flex-end;
    font-family: var(--wp--preset--font-family--lora);
}

body label {
    display: block;
}

.google-recaptcha-disclaimer {
    color: var(--theme--text-color);
}