#kc-rewu-pricing .kc-rewu-pricing-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#kc-rewu-pricing .limit-wrapper select {
    margin: 0;
    font-size: 25px;
    padding: 4px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-top: 5px;
}

#kc-rewu-pricing .limit-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

#kc-rewu-pricing .wrapper-price {
    /* margin-top: 40px; */
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kc-rewu-pricing .limit-wrapper label {
    font-size: 25px;
    text-align: center;
}

#kc-rewu-pricing span.kc-rewu-price-value-wrapper-rok {
    color: white;
    font-size: 20px;
}

#kc-rewu-pricing span.kc-rewu-price-value-wrapper {
    color: white;
    font-weight: 700;
    font-size: 25px;
}

#kc-rewu-pricing span.kc-rewu-price-value-wrapper > span {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

#kc-rewu-pricing .wrapper-price-header {
    font-size: 25px;
    font-weight: 400;
    color: white;
}

#kc-rewu-pricing .select-type {
    max-width: fit-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 5px;
    border-radius: 100px;
    border: 1px solid rgba(49, 152, 131, 1);
}

#kc-rewu-pricing .select-type .plan-option {
    padding: 10px 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kc-rewu-pricing .select-type .plan-option:hover {
    background: rgba(49, 152, 131, 0.15);
    cursor: pointer;
    transition-duration: 0.2s;
}

span.plan-option-name {
	line-height: 16px;
}

#kc-rewu-pricing .select-type .plan-option.selected {
    background: rgba(49, 152, 131, 1);
    color: white;
}

#kc-rewu-pricing .select-plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    background: #ffffff2e;
    border-radius: 100px;
    padding: 5px;
    max-width: 350px;
    margin: 0 auto;
}

#kc-rewu-pricing .col1 .plan-option-name {
    font-size: 14px;
    line-height: 14px;
}

#kc-rewu-pricing .plan-option-desc {
    font-size: 11px !important;
line-height: 18px !important;
}

#kc-rewu-pricing .col1 .plan-option:hover {
    background: #ffffff2e;
    transition-duration: 0.2s;
}

#kc-rewu-pricing .col1 .plan-option {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    font-size: 13px;
    color: white;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
}

#kc-rewu-pricing .col1 .plan-option.selected {
    background: white;
    color: rgba(49, 152, 131, 1);
}

#kc-rewu-pricing a.buy-now-button button {
    border-radius: 5px;
    background: #319883;
    color: white;
    width: 100%;
    padding: 20px 20px;
    margin-top: 20px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 900px) and (min-width: 801px) {
    #kc-rewu-pricing .desktop-mode .select-type * {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #kc-rewu-pricing .desktop-mode {
        display: none !important;
    }

    #kc-rewu-pricing select.kc-rewu-limit {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        margin-top: 5px;
    }

    #kc-rewu-pricing .kc-rewu-pricing-wrapper.mobile-mode {
        display: block;
    }

    #kc-rewu-pricing .select-plan {
        max-width: fit-content;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        padding: 5px;
        border-radius: 100px;
        border: 1px solid rgba(49, 152, 131, 1);
    }

    #kc-rewu-pricing .select-plan .plan-option {
        padding: 5px 15px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #kc-rewu-pricing .select-plan .plan-option:hover {
        background: rgba(49, 152, 131, 0.15);
        cursor: pointer;
        transition-duration: 0.2s;
    }

    #kc-rewu-pricing .select-plan .plan-option.selected {
        background: rgba(49, 152, 131, 1);
        color: white;
    }

    #kc-rewu-pricing .select-plan .plan-option {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    #kc-rewu-pricing .select-plan {
        margin-bottom: 10px;
    }

    #kc-rewu-pricing .select-plan,
    #kc-rewu-pricing .select-type {
        max-width: 100%;
    }

    #kc-rewu-pricing .select-type .plan-option {
        height: 50px;
    }

    #kc-rewu-pricing .kc-rewu-pricing-wrapper.mobile-mode .col2 {
        padding: 50px 10px !important;
    }

    #kc-rewu-pricing .wrapper-price {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #kc-rewu-pricing span.kc-rewu-price-value-wrapper,
    #kc-rewu-pricing span.kc-rewu-price-value-wrapper-rok {
        color: black;
    }

    #kc-rewu-pricing .wrapper-price * {
        color: black;
    }
}

@media screen and (max-width: 500px) {
    #kc-rewu-pricing .select-type * {
        font-size: 14px;
    }
    .plan-option-name {
        font-size: 13px;
		line-height: 16px;
        text-align: center;
    }
    #kc-rewu-pricing .limit-wrapper label {
        font-size: 20px;
    }
}

@media screen and (min-width: 801px) {
    #kc-rewu-pricing .mobile-mode {
        display: none !important;
    }
}


#kc-rewu-pricing {
    border: 2px solid #319883;
}


#kc-rewu-pricing * {
    user-select: none; /* Działa w większości nowoczesnych przeglądarek */
    -webkit-user-select: none; /* Dla przeglądarek opartych na WebKit (Safari, Chrome) */
    -moz-user-select: none; /* Dla przeglądarek Firefox */
    -ms-user-select: none; /* Dla Internet Explorer */
}

.input-qnt-wrapper > div {
    cursor: pointer;
}
#kc-rewu-pricing select.kc-rewu-limit , #kc-rewu-pricing select.kc-rewu-limit2{
	color: black !important;
	text-align: center !important;
	background: white !important;
	  display: flex; /* Enables flexbox for centering */
  align-items: center; /* Centers text vertically */
  justify-content: center; /* Centers text horizontally */
  text-align: center; /* Aligns text inside the dropdown */
	border: 1px solid #dfdfdf !important;
	  text-align: center; /* Center the text */
  text-align-last: center !important; /* Center the text in the dropdown */
/*   -webkit-appearance: none !important; /* Ensure cross-browser styling compatibility */ */
/*   appearance: none !important; */
	text-align: -webkit-center !important;
}