/* Allgemeine Hilfsklassen für Margin, Padding, Schrift und Farbe */
.notice-margin-top {
    margin-top: 20px;
}

.license-info-text {
    margin: -15px 5px 50px 5px;
    font-style: italic;
    color: #555;
}

.license-info-text-alt {
    margin: 10px 5px 50px 5px;
    font-style: italic;
    color: #555;
}

.license-runsout-text {
	color: red;
}

.license-runsout-text {
	color: red;
}

.license-runslong-text {
	color: green;
}

.license-status-text {
    padding-bottom: 10px;
    font-weight: bold;
}

.active-license-status {
	color: green;
}
.not-active-license-status {
	color: red;
}
/* Weitere Styles für die Lizenzseite (z. B. für Formulareingaben) */
.license-key-input {
    width: 300px;
    padding: 5px;
}

.license-notice-success a {
    color: #0073aa;
    text-decoration: none;
}
.license-notice-success a:hover {
    text-decoration: underline;
}
