/* Sidebar CTA block — used by the block editor and block.json style registration */

.ps-sidebar-cta {
    background-color: #46566c;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
}

.ps-sidebar-cta__small-headline {
    font-size: 17px;
    margin: 0 0 14px;
    line-height: 1.4em;
    color: #ffffff !important;
}

.ps-sidebar-cta__main-headline {
    font-weight: bold;
    font-size: 2.15rem;
    line-height: 1.2em;
    margin: 0 0 22px;
    color: #ffffff !important;
}

.ps-sidebar-cta__button {
    display: inline-block;
    background-color: #c58e58;
    color: #ffffff;
    border-radius: 10px;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3em;
    transition: opacity 0.2s ease;
}

.ps-sidebar-cta__button:hover,
.ps-sidebar-cta__button:focus {
    opacity: 0.85;
    color: #ffffff;
}
