/*
Theme Name: LuxMeyer Consulting
Theme URI: https://luxmeyer-consulting.de/
Author: LuxMeyer Consulting GmbH
Description: Custom WordPress theme für LuxMeyer Consulting GmbH.
Version: 1.0.0
Text Domain: luxmeyer
*/

/* ─── WordPress Button Block → c-button ─────────────────────────────────── */

.wp-block-button__link,
.wp-element-button {
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    display: inline-block;
    border: #08478d solid .125rem !important;
    padding: 1rem !important;
    color: #08478d !important;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    outline: none;

    opacity: 1;
    transition: opacity .15s ease-in;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus {
    opacity: .5;
    color: #08478d !important;
    background-color: transparent !important;
}
