body,h1,h2,h3,h4,h5 {font-family: sans-serif; font-size: 2em; color: #a8804b;}
body, html {height: 100%; background-color: #202020; }
.field {padding: 0.3em; }
.field input {height: 2em; font-size: 0.8em; display: block; margin-left: auto; margin-right: auto; width: 10em;}
.field textarea {display: block; margin-left: auto; margin-right: auto;}
#fields button {color: #fff!important;
	padding: 0.5em 2em;
	background-color: #a8804b;
	font-size: 0.8em;
	display: block; margin-left: auto; margin-right: auto; margin-top: 1em;
	}
#content {margin: auto; max-width: 15em;}
#logo {display: block; margin-left: auto; margin-right: auto}
#title {text-align: center;}
#success {text-align: center; font-size: 0.8em; margin-top: 3em;}
#subtext {text-align: center; font-size: 0.6em; color: #666}
#error-message {text-align: center; font-size: 0.5em; color:red; font-style: italic;}
#error-message a {color:red; font-style: italic;}
.error-page {text-align: center; font-size: 0.8em; margin-top: 3em;}
.help-section {
    margin-top: 2em;
    text-align: center;
}
.help-title {
    font-size: 0.6em;
    color: #666;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.help-text {
    font-size: 0.6em;
    color: #666;
    margin: 0.3em 0;
}
.help-list {
    color: #666;
    text-align: left;
    display: inline-block;
    margin: 0.5em 0;
    padding-left: 1.5em;
}
.help-text a {
    color: #a8804b;
    text-decoration: none;
}
.help-text a:hover {
    text-decoration: underline;
}
#spotify-setup-form .field input {
    width: 100%;
    box-sizing: border-box;
}
.copy-icon-btn {
    background: none;
    border: none;
    color: #a8804b;
    cursor: pointer;
    padding: 4px;
    margin-left: 8px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
}
.copy-icon-btn:hover {
    background-color: rgba(168, 128, 75, 0.1);
    color: #c49a5a;
}
.copy-icon-btn:active {
    background-color: rgba(168, 128, 75, 0.2);
}
.copy-icon-btn svg {
    width: 16px;
    height: 16px;
}
