.specifications-container {
    margin-top: 20px;
}

.specifications-selector {
    margin-bottom: 20px;
}

.specifications-options {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

.specification-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.specification-option input {
    margin-right: 5px;
}

.specification-content {
    display: none;
}

.specification-content.active {
    display: block;
}