.whitetech-services {
    margin: 20px 0 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.whitetech-services__header {
    background: #f7f7f7;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.whitetech-services__title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #222;
}

.whitetech-services__subtitle {
    font-size: 0.8rem;
    color: #888;
}

.whitetech-services__list {
    padding: 8px 0;
}

.whitetech-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid #f0f0f0;
}

.whitetech-service-item:last-child {
    border-bottom: none;
}

.whitetech-service-item:hover {
    background: #fafafa;
}

.whitetech-service-item input[type="checkbox"] {
    display: none;
}

.whitetech-service-item__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.15s;
    background: #fff;
}

.whitetech-service-item input[type="checkbox"]:checked ~ .whitetech-service-item__check {
    background: #222;
    border-color: #222;
    color: #fff;
}

.whitetech-service-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.whitetech-service-item__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.whitetech-service-item__name {
    font-weight: 600;
    font-size: 0.9rem;
    color: #222;
}

.whitetech-service-item__desc {
    font-size: 0.8rem;
    color: #777;
}

.whitetech-service-item__price {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 0.9rem;
    color: #222;
    text-align: right;
}

.whitetech-service-item__free {
    color: #2e7d32;
    font-weight: 600;
}

/* Kurv */
.whitetech-service-cart-note {
    font-size: 0.8em;
    color: #888;
    font-weight: 400;
}
