.dadsarmy-discord-card {
    max-width: 680px;
    box-sizing: border-box;
    padding: 1.25rem;
    border: 1px solid rgba(127, 127, 127, 0.32);
    border-radius: 0.5rem;
    background: rgba(127, 127, 127, 0.06);
    color: inherit;
}

.dadsarmy-discord-card h3 {
    margin-top: 0;
    color: inherit;
}

.dadsarmy-discord-card p,
.dadsarmy-discord-card strong,
.dadsarmy-discord-card label {
    color: inherit;
}

.dadsarmy-discord-card code {
    padding: 0.08em 0.35em;
    border-radius: 0.25em;
    background: rgba(127, 127, 127, 0.18);
    color: inherit;
}

.dadsarmy-discord-button {
    display: inline-block;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 0.35rem;
    background: #5865f2;
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.dadsarmy-discord-button:hover,
.dadsarmy-discord-button:focus {
    color: #fff;
    filter: brightness(0.92);
}

.dadsarmy-discord-button-secondary {
    background: #555;
}

.dadsarmy-discord-meta,
.dadsarmy-discord-help {
    font-size: 0.92em;
    opacity: 0.78;
}

.dadsarmy-discord-notice {
    margin: 0 0 1rem;
    padding: 0.75rem 0.9rem;
    border-left: 4px solid currentColor;
    background: rgba(127, 127, 127, 0.10);
}

.dadsarmy-discord-notice-success {
    color: #176b37;
}

.dadsarmy-discord-notice-info {
    color: #315c8a;
}

.dadsarmy-discord-notice-error {
    color: #9f2525;
}
