body.guertelliebe-theme {
    min-height: 100vh;
    padding-bottom: 2rem;
}

body.guertelliebe-theme .container.guertelliebe-shell {
    padding-bottom: 2rem;
}

.guertelliebe-settings-button {
    background: transparent;
    border: 0;
    padding: 0;
}

.guertelliebe-settings-button img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.gl-main {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gl-section {
    width: 100%;
}

.gl-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.gl-hero {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 250, 0.98) 100%);
}

.gl-hero h1,
.gl-card h2,
.gl-card h3 {
    margin-bottom: 1rem;
}

.gl-lead {
    font-size: 1.05rem;
}

.gl-petition-description p:last-child,
.gl-richtext p:last-child,
.gl-signature-card p:last-child,
.gl-signature-card blockquote p:last-child {
    margin-bottom: 0;
}

.gl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.gl-actions .btn {
    flex: 1 1 220px;
}

.gl-actions-stacked {
    flex-direction: column;
}

.gl-actions-stacked .btn {
    flex-basis: auto;
}

.gl-form-card .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.gl-form-card .row > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.gl-form-card .input,
.gl-form-card .textarea,
.gl-form-card .select {
    margin-bottom: 1rem;
}

.gl-form-card label {
    display: block;
    margin-bottom: 0.45rem;
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 400;
}

.gl-form-card input:not([type='checkbox']):not([type='radio']),
.gl-form-card textarea,
.gl-form-card select {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #d7d7de;
    border-radius: 0.75rem;
    background: #fff;
    color: #444;
    box-shadow: none;
}

.gl-form-card textarea {
    min-height: 8rem;
}

.gl-form-card input:focus,
.gl-form-card textarea:focus,
.gl-form-card select:focus {
    border-color: #c81282;
    box-shadow: 0 0 0 0.2rem rgba(200, 18, 130, 0.12);
    outline: 0;
}

.gl-checklist {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.gl-checklist .input.checkbox {
    margin-bottom: 0;
}

.gl-checklist .input.checkbox label {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0;
    font-family: 'Poppins Regular', sans-serif;
}

.gl-checklist .input.checkbox input[type='checkbox'] {
    width: auto;
    min-height: 0;
    margin-top: 0.2rem;
}

.gl-form-hint {
    margin-top: 1rem;
    color: #666;
    font-size: 0.95rem;
}

.gl-signature-grid {
    display: grid;
    gap: 1rem;
}

.gl-signature-card {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 245, 248, 1) 100%);
    padding: 1rem 1.1rem;
}

.gl-signature-card blockquote {
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #ee6472;
}

.gl-signature-empty {
    color: #666;
    font-style: italic;
}

.gl-signature-meta {
    margin-bottom: 0;
}

.gl-banner {
    width: 100%;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.gl-richtext dl {
    margin-bottom: 0;
}

.gl-richtext dt {
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 400;
    margin-bottom: 0.35rem;
}

.gl-richtext dd {
    margin-bottom: 1.5rem;
}

.gl-richtext dd:last-child {
    margin-bottom: 0;
}

.gl-meeting-details {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 219, 58, 0.16);
}

.gl-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gl-footer {
    text-align: center;
    color: #666;
    margin-top: 1.5rem;
}

.gl-footer p:last-child {
    margin-bottom: 0;
}

.message {
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.message.success {
    background: #e9f8ef;
    color: #1d6b38;
}

.message.error {
    background: #fdebec;
    color: #a23541;
}

.message.warning {
    background: #fff7e3;
    color: #8a6500;
}

.gradient-heading {
    background-image: linear-gradient(to right, #c81282, #ee6472);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.logo {
    width: 75px;
}

#breakout-modal[hidden] {
    display: none !important;
}

body.dark .gl-card {
    background: #2f2f35;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.22);
}

body.dark .gl-hero,
body.dark .gl-signature-card {
    background: #3d3d44;
}

body.dark .gl-form-card input:not([type='checkbox']):not([type='radio']),
body.dark .gl-form-card textarea,
body.dark .gl-form-card select {
    background: #2b2b31;
    border-color: #555;
    color: #e5e5e5;
}

body.dark .gl-form-card .gl-form-hint,
body.dark .gl-footer,
body.dark .gl-signature-empty {
    color: #c0c0c0;
}

body.dark .gl-meeting-details {
    background: rgba(255, 219, 58, 0.12);
}

@media (min-width: 576px) {
    .logo {
        width: 100px;
    }

    .gl-card {
        padding: 2rem;
    }
}

