.bp-projekt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    /* Default values that can be overridden via Elementor Controls */
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bp-projekt-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    /* Change width to auto so margins push the box inwards */
    width: auto;
    /* Make it stretch across the wrapper minus any margins */
    align-self: stretch;
    margin: 0;
}

.bp-projekt-badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 99px;
    font-size: 14px;
    margin-bottom: 15px;
}

.bp-projekt-heading {
    margin: 0 0 10px 0;
    white-space: normal !important;
    word-wrap: break-word;
}

.bp-projekt-text {
    margin: 0;
}

.bp-projekt-button-wrapper {
    margin-top: auto;
    align-self: flex-end;
    display: flex;
    padding: 30px;
}

.bp-projekt-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Removed opacity: 0.9; so background/text hover controls work without fading */
.bp-projekt-button:hover, .bp-projekt-button:focus {
}