/*
Theme Name:   Design System Wordpress HPOROO Child Theme
Theme URI:    https://github.com/bcgov/design-system-wordpress-child-theme-hporoo
Version:      1.1.0
Template:     design-system-wordpress-theme
*/

/* Force fill style button to mimic outline style. */
.wp-block-button .wp-block-button__link {
    border: 1px solid var(--wp--preset--color--hyperlink-primary);
    border-radius: 10px;
    color: var(--wp--preset--color--hyperlink-primary);
    background-color: var(--wp--preset--color--white);
    padding: 10px 19px;
    font-size: var(--dswp-typography-font-size-body);
    font-weight: 700;
}

/* Force fill style button to mimic outline hover style. */
.wp-block-button:hover .wp-block-button__link {
    color: var(--wp--preset--color--hyperlink-hover);
    background-color: var(--wp--preset--color--button-hover);
    text-decoration-line: underline;
}

/* Force fill style button to mimic outline active style. */
.wp-block-button:active .wp-block-button__link {
    color: var(--wp--preset--color--hyperlink-pressed);
    background-color: var(--wp--preset--color--button-hover);
    text-decoration-line: underline;
}

/* Resize contact card icons. */
.dswp-information-contact-socials-card-img-group > figure {
    display: flex;
    height: 32px;
    width: 32px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
