.tmt-widget {
    padding: 12px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.tmt-title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.tmt-input {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.tmt-btn {
    width: 100%;
    padding: 8px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.tmt-btn:hover {
    background: #005c87;
}

.tmt-result {
    display: none;
    margin-top: 8px;
    padding: 8px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
