/* _content/WT.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0us31rdihk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0us31rdihk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WT.Website/Components/Pages/MG4.razor.rz.scp.css */
/* Zarovnání stránky na střed */
.download-container[b-9f7uunt75h] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
    padding: 1rem;
    box-sizing: border-box;
}

/* Karta se seznamem */
.download-card[b-9f7uunt75h] {
    background-color: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    font-size: 1.5rem;
}

/* Nadpis */
.download-title[b-9f7uunt75h] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Seznam bez odrážek */
.download-list[b-9f7uunt75h] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Každý řádek seznamu */
.download-item[b-9f7uunt75h] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ddd;
    gap: 1rem;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
}

    /* Hover efekt pro celý řádek */
    .download-item:hover[b-9f7uunt75h] {
        background-color: #f0f0f0;
    }

    /* Poslední řádek bez spodního okraje */
    .download-item:last-child[b-9f7uunt75h] {
        border-bottom: none;
    }

/* Název souboru */
.file-name[b-9f7uunt75h] {
    color: #222;
    word-break: break-word;
}

/* Velikost souboru */
.file-size[b-9f7uunt75h] {
    color: #666;
    font-size: 1.5rem;
    text-align: right;
    min-width: 80px;
    white-space: nowrap;
}

/* Tlačítko ke stažení */
.download-button[b-9f7uunt75h] {
    text-decoration: none;
    background-color: #2e7d32;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 1.25rem;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

    .download-button:hover[b-9f7uunt75h] {
        background-color: #1b5e20;
    }
