
	:root {
	--granacik: #25435b; 

	}
	body{
		font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
		background-color:#f1f1f1;
	}
	
/* MENU */	
header{
	  position: fixed;
  left: 0;
  right: 0;
  top:0;
  z-index:100;
  }
article a{
background: var(--granacik);
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
}
.bd_powiazane a{border:1px solid #25435b;border-radius:12px;background:#25435b;color:#fff!important;text-decoration:none;font-weight:600;}
.bd_powiazane a:hover,.bd_powiazane a:focus,.bd_powiazane a:active{background:#2d516d;color:#fff!important;border-color:#25435b;}
.show-more-btn:hover{
    filter: brightness(0.92);
    color:#fff !important;
	background-color:#25435c !important;
	
}  
.container.mt-5:not(#faq){
	  padding-top: 155px !important;
  margin-top: 0 !important;
  }
	@media (min-width: 992px) {
	  .navbar-expand-lg .navbar-nav {
		flex-direction: row;
		margin: 0 auto !important;
	  }
  }
  
  .navbar{
	  background-color: var(--granacik) !important;
  }
  .nav-link{
	  color: #fff;
  }
  .navbar-nav li:before{
	  content:"" !important;
  }
  @media (min-width: 991.98px) {
  .szukaj{
	  height:85px;
  }
  
  }

.form-check-input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0; /* zapobiega spłaszczaniu w flexboxie */
}

.kalkulator .form-check-input[type="radio"]{
width: 20px;
  height: 20px;
}

  .szukaj{
	  background: var(--granacik);
  }
  .szukaj .search-wrapper{
	  width: 90%;
  margin: 0px auto;
  padding-bottom: 10px;
  }
  #basic-addon1{
	  display:none;
  }
  #searchInput{
	  border-radius:5px !important;
  }
  
  @media (max-width: 991.98px) {
	   .szukaj .search-wrapper{
	  width: 80%;
  margin: 0px auto;
  padding-bottom: 10px;
  }
    /* Sprawia, że submenu wyświetla się pod pozycją, a nie obok */
    .navbar-nav .dropdown-menu .dropdown-menu {
        position: static !important;
        display: none; /* Ukryte domyślnie */
        float: none;
        background-color: #343a40; /* Dopasuj do bg-dark */
        border: none;
        padding-left: 20px; /* Wcięcie dla czytelności */
    }

    /* Pokazuje submenu, gdy rodzic ma klasę .show (nadaną przez JS) */
    .navbar-nav .dropdown-item.show + .dropdown-menu {
        display: block !important;
    }
    
    /* Naprawa koloru tekstu w wersji mobilnej */
    .dropdown-menu.dropek .dropdown-item {
        color: rgba(255,255,255,0.8);
    }
}
  .bg-primary{
	  background-color:#25435b !important;
  }
  .text-primary{
	  color:#25435b !important;
  }
  .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--granacik) !important;
  border-color:var(--granacik) !important;
  }
  .border-primary{
	  border-color:#25435b !important;
  }
	
	
	section h1{
		text-align:center;
	}
	
	 @media (min-width: 991.98px) {
	.kalkulator{
		margin-top: 0px;
	}
	 }
	 @media (max-width: 991.98px) {
	.kalkulator{
		margin-top: 80px;
	}
	#resultsList{
		margin-top:-68px;
	}
	.szukaj{
		height:130px;
	}
	 }
	.kalkulator label{
		font-size:14px;
		width:100%;
	}
	.opis-wstepny{
		margin-top:100px;
	}
	.kalkulator select, .kalkulator input{
		width:70%;
	}
	.bd_ramka{
		border: 1px solid var(--granacik);
		border-radius:5px;
		display: flex;
    
    align-items: center;
    
    justify-content: center;
	}
/*	.dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
}*/

/* Pokazuje menu po najechaniu kursorem na element nadrzędny (.dropdown lub .dropend) */
/*.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    
    visibility: visible;
    opacity: 1;
  
    transition: opacity 0.3s, visibility 0.3s;
}
*/
.dropek{
	left: 130px !important;
}
/* Korekta dla zagnieżdżonego menu, aby pokazywało się z boku */
.dropend .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .125rem; /* Standardowy margines Bootstrapa */
}
	#myModal .modal-content
	{
	background-color:#fefefe;border:3px solid #ff7300;margin:auto;margin-top:50px;padding:20px;width:80%;
	}
	#myModal .modal-content .closee
	{
	color:#000;opacity:.7;text-align:right;cursor:pointer;font-size:40px
	}
	#myModal .modal-content .closee:hover,#myModal .modal-content .closee:focus
	{
	color:#000;text-decoration:none;cursor:pointer;
	}
	#myModal .modal-content #tekst_uwagi{
	text-align:center;font-size:14px
	}
	#kalkulator_pokaz{
	cursor:pointer;
	position: fixed;
	right: 0;
	top: 40%;
	background-color: var(--granacik);
	padding: 5px;
	}
	#kalkulator_pokaz p{
		writing-mode: vertical-rl;
  width: min-content;
  margin: 0px;
  background-color: var(--granacik);
  color: #fff;
  font-weight: bold;
  padding: 7px;
  letter-spacing: 1.5px;
	}
	
	/* HOME Strona główna */
	.opis-wstepny h1, .kalkulator h1{
		background-color: var(--granacik);
  color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 60px;
  font-size:36px;
	}
/*	.opis-wstepny h2,.kalkulator h2{
		margin-bottom: 30px;
		font-size: 30px;
		margin-top: 25px;
	}
	.opis-wstepny h3, .kalkulator h3{
		margin-bottom: 30px;
		font-size: 18px;
	}
*/	
	.opis-wstepny .row .col-md-6 .h-100 label{
		margin-bottom: 20px;
	}
	
	.btn_kalk{
		width:100%;
		background-color:var(--granacik);
		color:#fff;
	}
	.btn_kalk:hover{
		width:100%;
		background-color:var(--granacik);
		color:#fff;
	}
	.btn_kalk:active{
		width:100%;
		background-color:var(--granacik);
		color:#fff;
	}
	.calculator_wylicz {
            border: 2px solid #333;
            border-radius: 10px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
            background-color: var(--granacik);
            padding: 15px;
            
			position: fixed;
		  width: 200px;
		  right: 10px;
		  top: 10%;
		  height: 354px;
		  z-index: 2;

        }
		.calculator_wylicz .bd_close{
			text-align: right;
  margin-bottom: 5px;
  color: #fff;
  padding-bottom:10px;
  cursor:pointer;
		}

        .calculator_wylicz .display {
            background-color: #444;
            color: #fff;
            font-size: 2em;
            padding: 0px;
            margin-bottom: 10px;
            text-align: right;
            border-radius: 5px;
            height: 50px;
            overflow: hidden; /* Zapobieganie wyjściu tekstu poza wyświetlacz */
			padding-right:10px;
        }
		.calculator_wylicz .btn{
			color:#fff;
		}
        .calculator_wylicz .buttons {
            display: grid;
            /* Siatka 4x5 */
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }

        .calculator_wylicz .calculator_wylicz .btn {
            background-color: #ddd;
            color: #333;
            border: none;
            padding: 20px 0;
            font-size: 1.2em;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.1s;
        }

        .calculator_wylicz .btn:hover {
            background-color: #ccc;
        }

        .calculator_wylicz .btn.operator {
            background-color: #fe7f00;
            color: white;
        }
        
        .calculator_wylicz .btn.operator:hover {
            background-color: #e08400;
        }

        .calculator_wylicz .btn.clear {
            background-color: #f05050;
            color: white;
            /* Przycisk AC zajmuje 2 kolumny */
            grid-column: span 2; 
        }

        .calculator_wylicz .btn.equals {
            background-color: #4CAF50;
            color: white;
            /* Przycisk = zajmuje 2 kolumny */
            grid-column: span 2;
        }
	#opis_kalkulatora h2, .opis-wstepny h2, .kalkulator h2{
	font-size: 19px;
  font-weight: bold;
	}		
	#opis_kalkulatora h3, .opis-wstepny h3, .kalkulator h3{
	font-size: 19px;
	}
#opis_kalkulatora p{

}	
#opis_kalkulatora ul, .opis-wstepny ul, .kalkulator ul{
list-style-type: none; /* USUWA DOMYŚLNE KROPKI */
    padding-left: 0;      /* USUWA DOMYŚLNE WCIĘCIE LISTY */
    margin: 0;
	margin-left: 13px;
}	
#opis_kalkulatora ul li{

}

#opis_kalkulatora ul li::before,.opis-wstepny ul li::before, .kalkulator ul li::before {
    content: "\2713"; /* Znak Unicode (np. "✓" lub "✅") */
    color: var(--granacik); /* Kolor ikony */
    font-size: 1.2em; /* Rozmiar ikony */
    
    
}

.kategorie-sekcja .row .col-md-3{
margin-bottom: 20px;
margin-top: 50px;
}

.kategorie-sekcja .row .inne_kat{
	background-color: var(--granacik);
  color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 60px;
  font-size: 20px;
}

.kategorie-sekcja .row .col-md-3 .ramka-start{
	background-color: var(--granacik);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 130px;
  position: relative;
}
.kategorie-sekcja .row .col-md-3 .ramka-start a{
	color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}	

/*  Polityka prywatnosci */


.cookie-content p a{
color: #fff;
  text-decoration: none;
}
  
.bd_cookies h1{
	
}
.bd_cookies ul{
margin-left: 15px;
}

/* Kontener główny, zawsze na dole ekranu */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000; /* Upewnij się, że jest na wierzchu */
    text-align: center;
    transition: opacity 0.3s ease;
}

/* Ukrycie banera po akceptacji */
.cookie-banner.hidden {
    display: none;
    opacity: 0;
}

/* Wyrównanie treści i przycisków */
.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
    flex-wrap: wrap; /* dla małych ekranów */
}
#cookie-open-settings{
    background: gray;
}

.cookie-content h3 {
    margin: 0;
	margin-left:20px;
    font-size: 1.2em;
}

.cookie-content p {
    margin: 5px 20px;
    flex-grow: 1; /* zajmuje większość miejsca */
    font-size: 0.95em;
    text-align: left;
}

.cookie-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

#accept-cookies {
    background-color: #007bff; /* Primary Blue */
    color: white;
}

#reject-cookies {
    background-color: #6c757d; /* Secondary Gray */
    color: white;
}

/* Media Query dla małych ekranów */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-content p {
        margin: 10px 0;
        text-align: left;
    }
    .cookie-buttons {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: space-around;
    }
    .cookie-buttons button {
        flex-grow: 1;
        margin: 0 5px;
    }
}

@media (min-width: 992px) {
    /* wymuszamy, aby dropdown nie pozycjonował się względem rodzica li */
    .navbar .nav-item.dropdown.megamenu-parent {
        position: static !important;
    }

    /* rozciągamy menu na całą szerokość navbara */
    .megamenu {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        margin-top: 0 !important;
        border-radius: 0 0 10px 10px !important;
        border: none !important;
        border-top: 4px solid var(--granacik) !important;
        box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
        padding: 30px 0 !important; /* dodajemy oddech wewnątrz */
    }

    /* naprawa nakładania się tekstu - kolumny muszą mieć miejsce */
    .megamenu .row {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

}

/* poprawki dla elementów wewnątrz menu */
.megamenu-cat {
    color: var(--granacik) !important;
    font-size: 1.1rem !important;
    border-bottom: 1px solid rgba(37,67,91,0.1);
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

.megamenu-item {
    font-size: 0.85rem !important;
    white-space: normal !important; /* pozwala na zawijanie długich nazw kalkulatorów */
    padding: 4px 0 !important;
    color: #444 !important;
}

.megamenu-item:hover {
    color: var(--granacik) !important;
    background: transparent !important;
    text-decoration: none !important;
	font-weight:bold;
}

/* poprawka mobilna dla dropdownów */
@media (max-width: 991.98px) {
    .megamenu {
        max-height: 70vh;
        overflow-y: auto;
    }
    .megamenu-cat {
        margin-top: 15px;
    }
	.navbar-toggler{
		float:right !important;
	}
}


@media (min-width: 992px) {
 .navbar-brand img{
	width:80px;
}   
	.dropdown-menu{
		position: fixed !important;
  left: 1%;
  right: 1%;
}

    .megamenu-parent {
        position: static !important; /* rodzic musi być statyczny dla łatwiejszej kontroli */
    }

    .dropdown-menu.megamenu {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        /* obliczamy wysokość: 100% ekranu minus wysokość paska nawigacji (ok. 60-80px) */
        max-height: calc(100vh - 80px); 
        overflow-y: auto; /* kluczowe: dodaje scroll, gdy lista jest za długa */
        top: 40px !important; /* dopasuj do wysokości swojego navbara */
        background-color: #fff;
        border-top: 3px solid var(--granacik);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        padding: 2rem 0;
    }


/* styl dla paska przewijania, aby wyglądał profesjonalnie */
.dropdown-menu.megamenu::-webkit-scrollbar {
    width: 6px;
}
.dropdown-menu.megamenu::-webkit-scrollbar-thumb {
    background-color: var(--granacik);
    border-radius: 10px;
}
.megamenu-item, .dropdown-item {
    white-space: normal !important; /* pozwala na zawijanie tekstu */
    word-wrap: break-word;          /* zabezpieczenie dla bardzo długich słów */
    display: block;                 /* upewniamy się, że to blok */
    line-height: 1.3;               /* oddech między liniami zawiniętego tekstu */
    padding-top: 5px;
    padding-bottom: 5px;
}
}

#resultsList{
	z-index: 333;
  position: relative;
  margin-top: -24px;
}

.btn:hover{
color:#fff !important;
}
article a {
  color: #0d6efd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

article a:hover {
  color: #084298;
  text-decoration-thickness: 2px;
}

/* Bootstrap click-only dropdown */
.dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.bd_ul_li li:hover{
	color: var(--granacik) !important;
  background: transparent !important;
  text-decoration: none !important;
  font-weight: bold;
  background-color:#fff;
}
.bd_ul_li li a:hover{
	color: var(--granacik) !important;
  background: transparent !important;
  text-decoration: none !important;
  font-weight: bold;
  background-color:#fff;
}

.kat-tile{
  display:block;
  height:100%;
  text-decoration:none;
  background:#fff;
  border:1px solid rgba(37,67,91,.25);
  border-radius:16px;
  padding:14px 14px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  color:#25435b;
}
.kat-tile:hover, .kat-tile:focus{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  border-color:#25435b;
  outline:none;
}
.kat-title{
  display:block;
  font-weight:800;
  font-size:1rem;
  margin-bottom:6px;
  color:#25435b;
}
.kat-desc{
  display:block;
  color:#4a5a66;
  font-size:.9rem;
  line-height:1.25;
}
@media (max-width:575.98px){
  .kat-tile{ padding:12px; border-radius:14px; }
  .kat-desc{ font-size:.85rem; }
}

:root{--bd:#25435b;--bd2:#1f364a;--bdl:#f4f7fa;--bdb:#e9eef2}

.bd_title{color:var(--bd)}
.bd_muted{color:#5f6b76}
.bd_box{border-color:#25435b!important}

.bd_tab_main{
  background:#25435b;
  color:#fff;
  border:1px solid #25435b;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(37,67,91,.18);
  overflow:hidden;
}

.bd_tab_top{
  padding:18px 18px 10px 18px;
}

.bd_tab_top .small{
  color:rgba(255,255,255,.82)!important;
}

.bd_tab_tools{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.bd_tab_main .bd_tab_btn,
.bd_tab_main .bd_tab_btn_outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:.45rem .85rem;
  border-radius:10px;
  font-weight:700;
  font-size:.95rem;
  text-decoration:none;
  transition:all .2s ease;
}

.bd_tab_main .bd_tab_btn{
  background:#ffd54a!important;
  border:1px solid #ffd54a!important;
  color:#25435b!important;
}

.bd_tab_main .bd_tab_btn:hover,
.bd_tab_main .bd_tab_btn:focus,
.bd_tab_main .bd_tab_btn:active{
  background:#ffcf2f!important;
  border-color:#ffcf2f!important;
  color:#1f364a!important;
}

.bd_tab_main .bd_tab_btn_outline{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  color:#fff!important;
}

.bd_tab_main .bd_tab_btn_outline:hover,
.bd_tab_main .bd_tab_btn_outline:focus,
.bd_tab_main .bd_tab_btn_outline:active{
  background:#fff!important;
  border-color:#fff!important;
  color:#25435b!important;
}

.bd_tab_wrap{
  border-top:1px solid rgba(255,255,255,.18);
  background:#fff;
}

.bd_tab_wrap .table{
  margin-bottom:0;
}

.bd_tab_wrap .table thead th{
  background:#25435b;
  color:#fff;
  border-color:#49657b;
  vertical-align:middle;
  padding-left:5px!important;
}

.bd_tab_wrap .table tbody td{
  background:#fff;
  color:#1f2d38;
  border-color:#d9e1e7;
  vertical-align:middle;
  padding-left:5px!important;
}

.bd_tab_wrap .table tbody tr:nth-child(even) td{
  background:#f7f9fb;
}

.bd_tab_note{
  background:#edf3f7;
  border-top:1px solid #d8e1e8;
  padding:14px 18px;
  color:#25435b;
  font-weight:600;
}

.bd_calc_strip{
  background:#f2f6f9;
  border:1px solid #d9e3ea;
  border-radius:14px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:14px;
  padding-right:14px;
}

.bd_calc_strip a{
  color:#25435b;
  font-weight:700;
  text-decoration:none;
}

.bd_calc_strip a:hover{
  text-decoration:underline;
}

.bd_metric{
  background:#fff;
  border:1px solid rgba(37,67,91,.18);
  border-radius:16px;
  padding:16px;
  height:100%;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.bd_metric .v{
  font-size:1.55rem;
  font-weight:800;
  line-height:1.15;
  color:#25435b;
}

.bd_soft_note{
  background:#f4f7fa;
  border:1px solid #dbe4ea;
  border-radius:14px;
  padding:14px 16px;
}

.bd_white_task{
  background:#fff;
  border:1px solid #25435b;
  border-radius:16px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  padding:16px;
  height:100%;
}

.bd_dark{
  background:#25435b;
  color:#fff;
  border-radius:18px;
  padding:20px;
}

.bd_dark .t{
  color:#ffd54a;
  font-weight:800;
  margin:0 0 8px;
}

.bd_list li+li{
  margin-top:.45rem;
}

.bd_ad_slot{
  min-height:18px;
}

#bd_printBlock{
  display:none;
}

@media print{
  html,body{
    background:#fff!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body>*{
    display:none!important;
  }

  #bd_printBlock{
    display:block!important;
    visibility:visible!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    padding:16px!important;
    margin:0!important;
    background:#fff!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    box-shadow:none!important;
    border:none!important;
  }

  #bd_printBlock *{
    visibility:visible!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    transform:none!important;
  }

  #bd_printBlock .bd_tab_tools,
  #bd_printBlock .bd_calc_strip{
    display:none!important;
  }

  #bd_printBlock .bd_tab_main{
    box-shadow:none!important;
    border:1px solid #25435b!important;
    border-radius:0!important;
    background:#fff!important;
    color:#000!important;
    page-break-inside:avoid!important;
    break-inside:avoid!important;
  }

  #bd_printBlock .bd_tab_top{
    padding:0 0 12px 0!important;
    background:#fff!important;
    color:#000!important;
  }

  #bd_printBlock .bd_tab_top h2,
  #bd_printBlock .bd_tab_top .small{
    color:#000!important;
  }

  #bd_printBlock .bd_tab_wrap{
    border-top:none!important;
  }

  #bd_printBlock .bd_tab_wrap .table{
    margin-bottom:0!important;
    page-break-inside:auto!important;
  }

  #bd_printBlock .bd_tab_wrap .table thead th{
    background:#e9ecef!important;
    color:#000!important;
    border-color:#999!important;
  }

  #bd_printBlock .bd_tab_wrap .table tbody td{
    background:#fff!important;
    color:#000!important;
    border-color:#999!important;
  }

  #bd_printBlock .bd_tab_note{
    background:#fff!important;
    color:#000!important;
    border-top:1px solid #999!important;
    padding:12px 0 0 0!important;
  }

  #bd_printBlock table,
  #bd_printBlock tr,
  #bd_printBlock td,
  #bd_printBlock th{
    page-break-inside:avoid!important;
    break-inside:avoid!important;
  }

  @page{
    margin:12mm;
  }
}

@media (max-width:767.98px){
  .bd_tab_wrap .table td,
  .bd_tab_wrap .table th{
    padding:.65rem;
    padding-left:5px!important;
  }

  .bd_metric .v{
    font-size:1.3rem;
  }

  .bd_tab_tools{
    gap:.45rem;
  }

  .bd_tab_main .bd_tab_btn,
  .bd_tab_main .bd_tab_btn_outline{
    font-size:.9rem;
    padding:.42rem .72rem;
    min-height:36px;
  }
}

.kalkulator .kx-note{background:#f4f7fa;border:1px solid rgba(37,67,91,.16);border-radius:14px;padding:14px 16px}
.kalkulator .kx-darkbox{background:#25435b;color:#fff;border-radius:18px;padding:18px}
.kalkulator .kx-darkbox .kx-accent{color:#ffd54a}
.kalkulator .kx-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:999px;background:rgba(37,67,91,.08);color:#25435b;font-weight:700;font-size:.92rem}
.kalkulator .form-check{display:flex;align-items:flex-start;gap:.6rem}
.kalkulator .form-check-input[type="radio"]{appearance:auto!important;-webkit-appearance:radio!important;width:1.15rem!important;height:1.15rem!important;flex:0 0 1.15rem!important;margin:.15rem 0 0 0!important;accent-color:#25435b}
.kalkulator .btn-kx,.kalkulator .btn-kx:hover,.kalkulator .btn-kx:focus,.kalkulator .btn-kx:active{background:#25435b!important;border-color:#25435b!important;color:#fff!important}