/* AstroBot Frontend Styles */

.astrobot-wrapper {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.astrobot-en-text {
    color: #4a5568;
    line-height: 1.6;
    font-size: 16px;
}

.astrobot-btn-translate {
    background-color: #3182ce;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
    margin-top: 10px;
}

.astrobot-btn-translate:hover {
    background-color: #2b6cb0;
}

.astrobot-tr-text {
    margin-top: 15px;
    padding: 15px;
    background-color: #f7fafc;
    border-left: 4px solid #3182ce;
    color: #2d3748;
    border-radius: 0 5px 5px 0;
    line-height: 1.6;
    font-size: 16px;
}
