.elementor-1969 .elementor-element.elementor-element-7b3e6b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5cc02f4 *//* कृतिदेव 10 फॉन्ट को सिस्टम से लिंक करना */
@font-face {
    font-family: 'Kruti Dev 010';
    src: local('Kruti Dev 010'), local('KrutiDev-010'), local('Kruti Dev 10');
}

/* सिर्फ टाइपिंग टूल का मुख्य कंटेनर */
.krutidev-tool {
    background-color: #ffffff;
    width: 100%;
    max-width: 1000px;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin: 40px auto; 
    box-sizing: border-box;
}

.krutidev-tool * {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ⚠️ डिस्प्ले और टाइपिंग एरिया पर कृतिदेव लागू करने के लिए */
.krutidev-text {
    font-family: 'Kruti Dev 010', 'KrutiDev-010', 'Krutidev 10', sans-serif !important;
    font-size: 26px !important; /* कृतिदेव के अक्षर थोड़े छोटे दिखते हैं, इसलिए साइज़ बड़ा रखा है */
    letter-spacing: 0.5px;
}

.tool-title {
    text-align: center; 
    color: #1a202c; 
    margin-bottom: 25px; 
    font-size: 26px;
}

.alert-box {
    background-color: #c6f6d5;
    color: #22543d;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #9ae6b4;
}

.controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #e2e8f0;
    padding: 15px 20px;
    border-radius: 8px;
}

.controls-row label {
    font-weight: bold;
    color: #4a5568;
    font-size: 16px;
}

.controls-row select {
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    outline: none;
    cursor: pointer;
    background: white;
}

.controls-row button, .save-btn {
    background-color: #3182ce;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    transition: background 0.2s ease;
}

.controls-row button:hover { background-color: #2b6cb0; }

.text-display {
    background-color: #f7fafc;
    padding: 22px;
    border-radius: 8px;
    line-height: 1.6;
    color: #2d3748;
    border-left: 6px solid #3182ce;
    margin-bottom: 20px;
    min-height: 100px;
    user-select: none;
}

.krutidev-tool textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    line-height: 1.6;
    border: 2px solid #cbd5e0;
    border-radius: 8px;
    resize: none;
    outline: none;
    margin-bottom: 20px;
}

.krutidev-tool textarea:focus {
    border-color: #3182ce;
}

.stats-row {
    display: flex;
    justify-content: space-around;
    background-color: #2d3748;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}

.stats-row p span {
    color: #63b3ed;
    font-size: 20px;
}

.score-form {
    margin-top: 25px;
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed #cbd5e0;
}
.score-form h3 { margin-bottom: 15px; font-size: 18px; color: #2d3748; }

.form-group {
    display: flex;
    gap: 10px;
}

.form-group input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
}

.save-btn { background-color: #38a169; }
.save-btn:hover { background-color: #2f855a; }

@media (max-width: 600px) {
    .controls-row, .form-group {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .stats-row {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}/* End custom CSS */