.wp-block-buttons.is-layout-flex {
    gap: 1em !important;
}

.wp-block-button__link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #C8102E !important;
    padding: 14px 25px !important;
    border: 0 !important;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase !important;
    overflow: hidden;
    cursor: pointer !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
}

.wp-block-button__link:hover::before,
.wp-block-button__link.active::before {
    transform: scaleX(1);
}

.wp-block-button__link:hover {
    color: #fff !important;
}

.custom-second-button .wp-block-button__link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #090909 !important;
    background: #fff !important;
    padding: 12px 23px !important;
    border: 2px solid #090909 !important;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase !important;
    overflow: hidden;
    cursor: pointer !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.custom-second-button .wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.custom-second-button .wp-block-button__link:hover::before {
    transform: scaleX(1);
}

.custom-second-button .wp-block-button__link:hover {
    color: #090909 !important;
}

.btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #090909 !important;
    background: #fff !important;
    padding: 12px 23px !important;
    border: 2px solid #090909 !important;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    text-transform: uppercase !important;
    overflow: hidden;
    cursor: pointer !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    line-height: 1.5em !important;
    height: auto !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.btn:hover::before {
    transform: scaleX(1);
}

.btn:hover {
    color: #090909 !important;
}

.main-hero-button .wp-block-button__link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #C8102E !important;
    padding: 12px 23px !important;
    border: 2px solid #C8102E !important;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase !important;
    overflow: hidden;
    cursor: pointer !important;
}

.main-hero-button .wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
}

.main-hero-button .wp-block-button__link:hover::before {
    transform: scaleX(1);
}

.main-hero-button .wp-block-button__link:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.second-hero-button .wp-block-button__link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: none !important;
    padding: 12px 23px !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase !important;
    overflow: hidden;
    cursor: pointer !important;
}

.second-hero-button .wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.second-hero-button .wp-block-button__link:hover::before {
    transform: scaleX(1);
}

.second-hero-button .wp-block-button__link:hover {
    border-color: rgba(255, 255, 255, 1) !important;
    color: #fff !important;
}