.tmassy-dep-choice-wrap{margin:20px 0;padding:0}
.tmassy-dep-option{padding:14px 18px;border:2px solid #e8e8e8;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:all .25s ease;background:#fff;position:relative}
.tmassy-dep-option:hover{border-color:#c0c0c0;background:#fafafa}
.tmassy-dep-option.tmassy-dep-selected{border-color:#635bff;background:linear-gradient(135deg,#f8f7ff 0%,#eeecff 100%);box-shadow:0 0 0 1px #635bff}
.tmassy-dep-option input[type="radio"]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:50%;margin-right:10px;vertical-align:middle;position:relative;top:-1px;transition:all .2s;cursor:pointer}
.tmassy-dep-option input[type="radio"]:checked{border-color:#635bff;background:#635bff;box-shadow:inset 0 0 0 3px #fff}
.tmassy-dep-option label{cursor:pointer;font-size:14px;color:#333;font-weight:500;letter-spacing:0.01em}
.tmassy-dep-sub-options{padding:12px 0 4px 32px;border-top:1px solid #e8e8e8;margin-top:12px}
.tmassy-dep-sub-options label{display:flex;align-items:center;font-size:13px;color:#555;padding:8px 12px;cursor:pointer;font-weight:400;border-radius:8px;transition:background .15s;margin-bottom:4px}
.tmassy-dep-sub-options label:hover{background:rgba(99,91,255,0.06)}
.tmassy-dep-sub-options input[type="radio"]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #ccc;border-radius:50%;margin-right:8px;flex-shrink:0;transition:all .2s;cursor:pointer}
.tmassy-dep-sub-options input[type="radio"]:checked{border-color:#635bff;background:#635bff;box-shadow:inset 0 0 0 2.5px #fff}