.bcbt-container-button {
    text-align: center;
}
.bcbt-button {
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #00a9d3;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
    margin-top: 20px;
}
.bcbt-button:hover,
.bcbt-button:active {
    background-color: #008cba;
}
.bcbt-button:focus {
    outline: 3px solid #00a89680;
}
#post-29385 .bcbt-button {
    background-color: #6bb85b;
}
#post-29385 .bcbt-button:hover,
#post-29385 .bcbt-button:active {
    background-color: #5aa24f;
}
#post-29385 .bcbt-button:focus {
    outline: 3px solid #6bb85b80;
}
