.linkfuse-settings {
    max-width: 800px;
}

.linkfuse-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 23px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 8px;
    text-decoration: none;
}

.linkfuse-header h1 {
    margin: 0;
}

.linkfuse-logo {
    padding-top: 5px;
    height: 20px;
    width: auto;
}

.linkfuse-usage {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    margin-bottom: 20px;
}

.linkfuse-usage h2 {
    margin-top: 0;
    font-size: 14px;
}

.linkfuse-usage code {
    display: inline-block;
    background: #f0f0f1;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.linkfuse-reset-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccd0d4;
}
