
.i2t-ocr-container {
    max-width: 800px;
    margin: 40px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    text-align: center;
}

.i2t-ocr-container h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.i2t-ocr-container p {
    margin-bottom: 20px;
    color: #555;
}

#i2t-image-input {
    margin: 20px 0;
}

#i2t-start-btn,
#i2t-copy-btn {
    background: #2271b1;
    color: #fff;
    border: 0;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    margin: 10px;
    font-size: 16px;
}

#i2t-loader {
    margin-top: 20px;
    font-weight: bold;
    color: #2271b1;
}

#i2t-result {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
}
