.trumf-cenik {
    font-family: "DejaVu Sans", Arial, sans-serif;
    color: #1a1a1a;
    max-width: 1000px;
    margin: 0 auto;
}

.trumf-cenik__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.trumf-cenik__company {
    font-size: 13px;
    line-height: 1.5;
}

.trumf-cenik__logo img {
    max-width: 260px;
    height: auto;
}

.trumf-cenik__title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0 2px;
}

.trumf-cenik__subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 18px;
}

.trumf-cenik__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.trumf-cenik__table thead th {
    background: #1f3a5f;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 8px 10px;
    font-size: 11px;
    vertical-align: middle;
}

.trumf-cenik__table thead th.col-price {
    text-align: right;
}

.trumf-cenik__table tbody td {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    vertical-align: middle;
}

.trumf-cenik__table tbody td.col-sku {
    font-weight: bold;
    white-space: nowrap;
}

.trumf-cenik__table tbody td.col-name {
    font-weight: bold;
    text-align: center;
}

.trumf-cenik__table tbody td.col-price {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.trumf-cenik__table tbody td.col-image {
    text-align: center;
    width: 90px;
}

.trumf-cenik__table tbody td.col-image img {
    max-width: 70px;
    max-height: 70px;
    height: auto;
}

/* Tlačítko stažení – jen na webu */
.trumf-cenik__download {
    text-align: right;
    margin: 16px 0;
}

.trumf-cenik__download a,
.trumf-cenik__download button {
    display: inline-block;
    background: #c8102e;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.trumf-cenik__download a:hover,
.trumf-cenik__download button:hover {
    background: #a50d26;
}

/* Úpravy specifické pro PDF (A4) */
.trumf-cenik--pdf {
    max-width: none;
}

.trumf-cenik--pdf .trumf-cenik__table {
    font-size: 10px;
}

.trumf-cenik--pdf .trumf-cenik__table thead th {
    font-size: 9px;
}
