.salary-calculator__bottom-section{display:flex;justify-content:space-between;flex-direction:column}.salary-calculator__contributions{display:flex;gap:24px;width:100%;align-items:center}.salary-calculator__doughnut-chart-wrapper{width:100%;max-width:460px;flex-shrink:0}.salary-calculator__contributions-legend{width:100%;flex:1}.salary-calculator__contributions-legend ul{list-style-type:none;padding-left:0;margin-bottom:0;background:#f9fafb;border-radius:10px;overflow:hidden}.salary-calculator__contributions-legend li{display:flex;justify-content:space-between;padding:12px 16px;transition:background-color .15s ease}.salary-calculator__contributions-legend li:hover{background-color:#f3f4f6}.salary-calculator__contributions-legend li:not(:last-child){border-bottom:1px solid #e5e7eb}.salary-calculator__contributions-legend li:last-child{background:linear-gradient(135deg, #1f2937 0%, #374151 100%);color:#fff;font-weight:600}.salary-calculator__contributions-legend li:last-child span{color:#fff}.salary-calculator__contributions-legend span{font-size:14px;color:#4b5563}.salary-calculator__contributions-legend span:first-child{font-weight:600;color:#1f2937}.salary-calculator__contributions-legend li:last-child span:first-child{color:#fff}@media(max-width: 768px){.salary-calculator__contributions{flex-direction:column;align-items:center}.salary-calculator__doughnut-chart-wrapper{max-width:160px;margin-bottom:16px}}.salary-calculator__bottom-tabs{display:flex;justify-content:flex-start;gap:6px;padding:0;list-style-type:none;margin-bottom:0;margin-top:28px}.salary-calculator__bottom-tabs li{padding:10px 20px;background-color:#f3f4f6;color:#6b7280;border-radius:8px 8px 0 0;cursor:pointer;transition:all .2s ease;text-align:center;font-weight:500;font-size:14px}.salary-calculator__bottom-tabs li.active{background:linear-gradient(135deg, #10B981 0%, #059669 100%);color:#fff;font-weight:600;box-shadow:0 4px 12px rgba(16,185,129,.25)}.salary-calculator__bottom-tabs li:hover:not(.active){background-color:#e5e7eb;color:#374151}.salary-calculator__bottom-tab-content{display:none;background:#fff;border:none;padding:24px;border-radius:0 12px 12px 12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.salary-calculator__bottom-tab-content.active{display:block}@media(max-width: 1024px){.salary-calculator__bottom-tabs li{font-size:12px;padding:8px 12px;flex:1}.salary-calculator__bottom-tab-content{padding:16px}}.salary-calculator__breadcrumb{cursor:pointer;transition:color .3s ease}.salary-calculator__breadcrumb:hover{color:var(--superio-theme-color)}.salary-calculator__breadcrumb .arrow-chevron-down{margin-left:2px;margin-bottom:2px;display:inline-block;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid}.salary-calculator__breadcrumb-dropdown{top:30px;left:250px;display:none;position:absolute;background-color:#fff;border-radius:8px;border:1px solid #ecedf2;box-shadow:0 6px 15px 0 rgba(64,79,104,.05);padding:10px 20px;z-index:1000;width:auto}.salary-calculator__breadcrumb-dropdown ul{list-style:none;padding:0;margin:0}.salary-calculator__breadcrumb-dropdown li{margin:0}.salary-calculator__breadcrumb-dropdown a{text-decoration:none}.salary-calculator__breadcrumb-dropdown hr{margin:8px 0}.salary-calculator__form{margin:20px 0;padding:24px 32px;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);max-width:100%;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap;transition:box-shadow .2s ease}.salary-calculator__form:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.salary-calculator__label,.salary-calculator__input,.salary-calculator__fieldset,.salary-calculator__button{margin:0}.salary-calculator__label{font-weight:500}.salary-calculator__input{padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;min-width:280px;max-width:350px;width:100%;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.salary-calculator__input:focus{outline:none;border-color:#1967d2;box-shadow:0 0 0 3px rgba(25,103,210,.1)}.salary-calculator__input::placeholder{color:#9e9e9e}.salary-calculator__fieldset{border:none;padding:0;display:flex;align-items:center;gap:10px;margin:0}.salary-calculator__option{display:inline-flex;align-items:center;gap:5px}.salary-calculator__radio{margin:0}.salary-calculator__top-section{display:flex;justify-content:center;margin-bottom:50px}.salary-calculator__top-section-inner{width:80%;margin:auto;height:200px}.salary-calculator__amount{display:flex;flex-direction:row;justify-content:space-between}.salary-calculator__amount strong{font-weight:bold}@media(max-width: 1024px){.salary-calculator__top-section{display:flex;justify-content:center;margin-bottom:30px}.salary-calculator__top-section-inner{width:100%}}.salary-calculator__results{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:32px;margin-top:24px}.salary-calculator__top-tabs{display:flex;justify-content:flex-start;gap:8px;margin-bottom:0;padding:0;list-style:none}.salary-calculator__top-tabs li{padding:12px 24px;background-color:#f3f4f6;color:#6b7280;cursor:pointer;border-radius:10px 10px 0 0;transition:all .2s ease;font-weight:500;font-size:15px;border:none}.salary-calculator__top-tabs li:hover{background-color:#e5e7eb;color:#374151}.salary-calculator__top-tabs li.active{background:linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);color:#fff;font-weight:600;box-shadow:0 4px 12px rgba(59,130,246,.3)}.salary-calculator__top-tab-content{padding:28px;background-color:#fafbfc;border:none;border-radius:0 12px 12px 12px;display:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.02)}.salary-calculator__top-tab-content.active{display:block}.salary-calculator__top-tab-content h2{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:24px}@media(max-width: 1024px){.salary-calculator__results{padding:20px;border-radius:12px}.salary-calculator__top-tabs{flex-wrap:wrap}.salary-calculator__top-tabs li{padding:8px 14px;font-size:13px;flex:1;text-align:center}.salary-calculator__top-tab-content{padding:16px;border-radius:0 0 12px 12px}}.salary-calculator-page,.page-template-default.page .site-main{padding-top:40px}@media(min-width: 1200px){.job-list.default .btn-follow{top:3px !important;right:1px !important}}.jobs-by-location__title,.jobs-by-location__select,.widget-looking-for-job,.content-area h2,.content-area .widget-title{cursor:pointer}
