.ws-lifestyle-features {
    padding: 40px 0 20px;
    background: #fff;
    overflow: hidden;
}

.ws-lifestyle-title {
    color: #39521C;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.ws-lifestyle-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
}

.ws-lifestyle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 25px 0;
    flex: 1;
    min-width: 100px;
    text-decoration: none !important;
}

.ws-lifestyle-item:hover {
    text-decoration: none !important;
}

.ws-lifestyle-item:hover .ws-lifestyle-text {
    opacity: 0.8;
}

.ws-lifestyle-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
}

.ws-lifestyle-icon-bg {
    position: absolute;
    width: 66px;
    height: 66px;
    background: #F8F5E6;
    border-radius: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(15px) translateY(-5px);
    z-index: 1;
}

.ws-lifestyle-icon {
    position: relative;
    width: 87px;
    height: 87px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.ws-lifestyle-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ws-lifestyle-icon-placeholder {
    width: 86px;
    height: 86px;
    background: #A7BA1B;
}

.ws-lifestyle-text {
    text-align: center;
    color: #39521C;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    max-width: 120px;
}
