.bgpw-output {
    gap: 5px;
    margin-bottom: 10px;
}

.bgpw-output input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
	padding: 16px !important;
}

.bgpw-input-wrapper {
    position: relative;
    flex: 1;
}

.bgpw-input-wrapper input {
    width: 100%;
    padding: 18px !important;
    font-size: 16px;
	color: #000;
    padding-right: 70px; /* sağ tarafta boşluk bırak */
}

.bgpw-options {
    display: flex;
    gap: 10px;
    margin: 15px 0;
	font-size: 15px;
}

.bgpw-options label {font-size:16px important!;
}

.bgpw-length {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

button {
    background: #00a651;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.strength-inside {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.strength-veryweak { background-color: #ff4d4d; }   /* kırmızı - çok kolay */
.strength-weak { background-color: #ff944d; }       /* turuncu - kolay */
.strength-medium { background-color: #ffcc00; }     /* sarı - orta */
.strength-hard { background-color: #99cc00; }       /* yeşilimsi - zor */
.strength-strong { background-color: #33cc33; }     /* yeşil - güçlü */
.strength-verystrong { background-color: #00994d; } /* koyu yeşil - çok güçlü */

/* The slider itself */
.slider {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}