.logout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.logout-button:hover {
    background-color: #d32f2f;
}

/* line-login.css */

/* Style for the LINE login button */
.line-login-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00c300; /* LINE Green */
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.line-login-button:hover {
    background-color: #009900;
}

/* Style for your plugin's settings form */
.line-login-settings-form {
    max-width: 400px;
    margin: 20px;
}

.line-login-settings-form input[type="text"],
.line-login-settings-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
