.akce thead, .akce td:first-child, .akce .obchod-info {
    text-transform: uppercase;
}

.obchod .arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    margin-right: 5px; /* Add some spacing */
    font-size: 1rem; /* Adjust size as needed */
}

/* Rotate the arrow when expanded */
.obchod .arrow.open {
    transform: rotate(90deg);
}

.akce .obchod-info {
    font-weight: bold;
}

.akce tbody tr:not(.obchod) {
    display: none;
}

.akce thead th {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}

.akce .obchod {
    font-weight: bold;
    background-color: #b3cdff;
    cursor: pointer;
}

.akce .obchod:hover {
    opacity: 0.8;
}

.akce .obchod td {
    text-align: center;
}

.akce td {
    font-size: 18px;
}

#the-post .entry-content .akce .obchod-info td {
    font-size: 16px;
}

#the-post .entry-content .akce .obchod td {
    font-size: 24px;
}

#the-post .entry-content .akce thead th {
    font-size: 25px;
}
    
@media screen and (max-width: 767px) {
	.akce th:nth-child(3), .akce td:nth-child(3), .akce td:nth-child(4), .akce th:nth-child(4) {
    		display: none;
	}
}