.cwp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.cwp-card-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.cwp-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cwp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cwp-card-badge {
    position: absolute;
    background-color: #ffffff;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    z-index: 2;
}

.cwp-badge-top-left {
    top: 16px;
    left: 16px;
}

.cwp-badge-top-right {
    top: 16px;
    right: 16px;
}

.cwp-badge-bottom-left {
    bottom: 16px;
    left: 16px;
}

.cwp-badge-bottom-right {
    bottom: 16px;
    right: 16px;
}

.cwp-card-content {
    width: 100%;
    box-sizing: border-box;
}

.cwp-card-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cwp-card-text {
    flex: 1;
    min-width: 0;
}

.cwp-card-title {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.cwp-card-desc {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.cwp-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.cwp-card-arrow svg {
    display: block;
}
