.highlight-feature {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.highlight-feature::before {
    content: 'NEW';
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    color: #0052ff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 10px;
}