.tomsky-status-buttons{
    display:flex;
    gap:10px;
    margin-bottom:20px;
    justify-content: center;
}

.bg{
    padding: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1)
}

.status-btn{
    padding:12px 24px;
    border:none;
    border-radius:24px;
    background: rgba(0, 0, 0, 0.1);
    color:#333;
    cursor:pointer;
    font-size:16px;
}

.status-btn.active{
    background:#CDAC71;
    color:#fff;
}

.tomsky-search-form{
    background:#fcfcfc;
    border:1px solid #222;
    padding:24px;
}

.tomsky-row{
    display:flex;
    gap:16px;
    margin-bottom:16px;
    align-items:flex-end;
}

.tomsky-col-30{
    width:30%;
}

.tomsky-col-30 select{
    border-radius: 20px !important;
}

.tomsky-col-50{
    width:50%;
}

.tomsky-col-50 select{
    border-radius: 20px !important;
}

.tomsky-col-20{
    width:20%;
}

.tomsky-col-20 select{
    border-radius: 20px !important;
}

.tomsky-col-18{
    width:18%;
}

.tomsky-search-form select,
.tomsky-search-form input{
    width:100%;
    height:48px;
    padding:0 14px;
    border:1px solid #222;
    border-radius:6px;
    font-size:16px;
    box-sizing:border-box;
}

.tomsky-search-btn{
    width:100%;
    height:48px;
    border:none;
    border-radius:20px;
    background:#CDAC71;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.tomsky-search-btn svg{
    font-size:18px;
    flex-shrink:0;
}

.tomsky-search-form input[type="number"]::-webkit-outer-spin-button,
.tomsky-search-form input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.tomsky-search-form input[type="number"]{
    -moz-appearance:textfield;
    appearance:textfield;
}

.tomsky-input-addon{
    position:relative;
}

.tomsky-input-addon input{
    padding-right:42px;
    border-radius: 20px; 
}

.tomsky-input-addon span{
    position:absolute;
    top:50%;
    right:14px;
    transform:translateY(-50%);
    color:#666;
    font-size:16px;
    pointer-events:none;
}

.tomsky-search-form label{
    font-weight:400;
}