.dogecoin-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.dogecoin-content {
    margin-top: 20px;
}

.dogecoin-content .card {
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dogecoin-content .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.dogecoin-content .card-body {
    padding: 20px;
}

#dogecoin-dynamic-content {
    margin: 15px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    min-height: 50px;
}

.update-data {
    margin-top: 15px;
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.ocr-result {
    margin: 20px 0;
}

.ocr-result pre {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
}

.processed-image-info {
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.alert {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
} 