/**
Theme Name: Cafe Sucreé
Author: Tomáš Řežábek
Author URI: https://www.tomasrezabek.cz
Description: Šablona pro Cafe Sucreé
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cafe-sucree
Template: astra
*/

.btn-obsazeno {
  pointer-events: none;          /* nejde kliknout */
  cursor: default;
}
.btn-obsazeno::after {
  content: " (obsazeno)";        /* přidá text za nápis tlačítka */
  color: #333;
}

.btn-obsazeno .elementor-button {
	background: grey !important;
}