.bs-custom-cta-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 25px;
    background-color: white;
    border-radius: 3px;
    margin-bottom: 35px;
}

.bs-custom-cta-box > * {
    text-align: center;
}

.bs-custom-cta-box a.button,
.bs-topic-creation-error a.button,
a.bs-button {
    position: relative;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: .8rem 1.1rem;
    border-radius: 3px;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: var(--yzfy-scheme-color) !important;
    color: var(--yzfy-scheme-text-color) !important;
    font-family: 'Open Sans', sans-serif;
}

.bbp-topic-form input[type="submit"] {
    position: relative;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: .8rem 1.1rem;
    border-radius: 3px;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: var(--yzfy-scheme-color) !important;
    color: var(--yzfy-scheme-text-color) !important;
    font-family: 'Open Sans', sans-serif;
}

.bs-topic-creation-error {
    display: flex;
    widht: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.bs-topic-creation-error img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.bs-topic-creation-error p {
    margin-bottom: 0;
    text-align: center;
}

.bs-topic-creation-error p strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-accent-color);
}

.bs-bbp-error {
    width: 100%;
    color: var(--primary-accent-color);
    text-align: center;
}

.topic-image-lightbox {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}

.topic-image-lightbox:hover {
    transform: scale(0.95);
    opacity: .85;
}

.crumina-sign-form-register .form-group .notice {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 120%;
    margin-top: 10px;
}
