.cwb-container {
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.cwb-image-link-wrapper {
    display: block;
    width: 100%;
    text-decoration: none;
    outline: none;
}

.cwb-image-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cwb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cwb-content-padding {
    padding: 24px;
}

.cwb-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.cwb-desc {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.cwb-list-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
}

.cwb-list {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
    list-style-type: none;
}

.cwb-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    line-height: 1.5;
}

.cwb-icon-wrapper {
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Fix width/height constraints on inline SVGs enqueued by Elementor Icons Manager */
.cwb-icon-wrapper svg {
    display: block;
    width: 1em !important;
    height: 1em !important;
}

.cwb-list-item-text {
    font-size: 15px;
}

.cwb-footer {
    margin-bottom: 0;
    font-style: italic;
    font-size: 14px;
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
}
