.lcmbb-wrapper {
    width: 100%;
}

.lcmbb-wrapper.align-left {
    text-align: left;
}

.lcmbb-wrapper.align-center {
    text-align: center;
}

.lcmbb-wrapper.align-right {
    text-align: right;
}

.lcmbb-button,
.lcmbb-button-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    transition: transform .2s ease, opacity .2s ease;
    overflow: hidden;
}

.lcmbb-button.icon-left,
.lcmbb-button.icon-right,
.lcmbb-button-preview.icon-left,
.lcmbb-button-preview.icon-right {
    flex-direction: row;
}

.lcmbb-button.icon-top,
.lcmbb-button-preview.icon-top {
    flex-direction: column;
}

.lcmbb-button.icon-bottom,
.lcmbb-button-preview.icon-bottom {
    flex-direction: column;
}

.lcmbb-button:hover,
.lcmbb-button-preview:hover {
    opacity: .92;
    transform: translateY(-1px);
}

.lcmbb-icon-image,
.lcmbb-media-icon {
    display: inline-block;
    object-fit: contain;
    flex: 0 0 auto;
}

.lcmbb-editor-shell {
    border: 1px dashed #d4d4d8;
    padding: 16px;
    border-radius: 10px;
}

.lcmbb-preview.align-left {
    text-align: left;
}

.lcmbb-preview.align-center {
    text-align: center;
}

.lcmbb-preview.align-right {
    text-align: right;
}



.lcmbb-button,
.lcmbb-button *,
.lcmbb-button .lcmbb-text,
.lcmbb-button-preview,
.lcmbb-button-preview * {
    text-transform: none !important;
}

/* Explore the Community button style
   Style-only override based on the provided HTML/CSS reference.
   Does not change block markup, link behavior, icon behavior, or PHP/JS logic. */
.lcmbb-button,
.lcmbb-button-preview {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
    gap: 10px !important;
    padding: 16px 15px !important;
    border-radius: 9px !important;
    background: linear-gradient(68deg, rgba(178, 93, 29, 1) 0%, rgba(215, 163, 103, 1) 100%) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-family: Poppins, Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.lcmbb-button .lcmbb-text,
.lcmbb-button-preview .lcmbb-text {
    color: rgba(255, 255, 255, 1) !important;
    flex-grow: 1 !important;
    font-family: Poppins, Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    text-align: center !important;
}

.lcmbb-button:hover,
.lcmbb-button-preview:hover {
    opacity: .96 !important;
    transform: translateY(-1px) !important;
}
