﻿#subscription, #unsubscription {
    max-width: 50rem;
}

.subscription-description {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    margin-bottom: 1rem;
}

    .subscription-description > p {
        flex: 0.7 0.7 auto;
    }

    .subscription-description > div {
        display: grid;
    }

.container > div > div > img {
    flex: 0.3 0.3 auto;
    max-height: 3rem;
}

#subscription form, unsubscription form {
    display: flex;
    flex-direction: column;
}

h1.local-title, .container > div > div > h1 {
    font-size: 1.5rem;
    margin-top: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.spacer {
    margin-top: 1rem;
}

.heading-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-button {
    padding: 0.5rem 1rem;
    border: 1px solid;
    background-color: white;
    border-radius: 4px;
    max-height: 2.5rem;
    margin-left: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.link-content {
    display: none;
}

#regions-selected {
    height: 12.3rem;
    overflow-y: hidden;
}

#region-ui {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.top-aligned {
    align-items: flex-start;
}

    .top-aligned > input {
        margin-top: 0.25rem;
    }

#regions-selected {
    display: flex;
}

.checkbox > label {
    padding-top: 0rem;
}

.hidden {
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.hint {
    font-size: 0.75rem;
}

.decorated-link {
    text-decoration: underline;
}

.link-button-main-color {
    border: 1px solid var(--evis-main-color);
    color: var(--evis-main-color);
}

.link-button:disabled {
    border: 1px solid #dddddd;
    color: #dddddd;
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

.button-cell {
    display: flex;
    justify-content: flex-end;
}

.atom-list {
    list-style-type: none;
    padding: 0;
}

    .atom-list li {
        padding: 0.75rem;
        padding-bottom: 1.5rem;
    }

        .atom-list li:nth-child(odd) {
            background-color: #DDDDDD; /* Light grey */
        }

        .atom-list li:nth-child(even) {
            background-color: #ffffff; /* White */
        }

.atom-title {
    color: var(--asf-darkest-orange);
    font-weight: bold;
    margin: 0;
}

.atom-description {
    margin-top: 0.25rem;
}

.atom-blue-highlight {
    color: var(--asf-highlight-blue);
    font-weight: bold;
}

.atom-footer {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #555;
}

.table thead:first-child tr:first-child th:last-child {
    padding-left: 22px;
}