#overflow-hidden{overflow:hidden;}
h2#biely-sneh {color:white }
.stajlkalr {border-color:
var(--accent-color);
color:var(--accent-color);}

        .display-none {
            display:none;
        }
        .rounded-circle {
            position: relative;
            font-size: 1.1rem;
            left: 10%;
            right: 10%;
            width: 80%;
        }

        .herohero {
            position: absolute;
            background-color: var(--primary-dark);
            background-size:auto;
            background-position: center;
            background-repeat: no-repeat;
            color: white;
            text-align: center;
            padding: var(--spacing-3xl) var(--spacing-md);
            margin-bottom: var(--spacing-2xl);
            /* Create a curved bottom edge */
            border-radius: 0 0 50% 50% / 40px;
            box-shadow: var(--shadow-lg);
            z-index: -3001;
          }

        footer.footer,
        div.container.social-links {
            padding: 0;
            max-height: 100px;
        }


        div.container.social-links {
            text-align: center;
            justify-content: center;
            align-content: center;
        }

        .fb-card {
            background: rgb(255, 255, 255);
            color: rgb(0, 0, 0);
            max-width: 90%;
            max-height: auto;
            margin: 10px auto;
            padding: 15px;
            border-radius: 8px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        .fb-header {
            display: flex;
            align-items: center;
            padding: 12px 16px 0;
            margin-bottom: 12px;
        }

        .fb-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .fb-info {
            display: flex;
            flex-direction: column;
        }

        .fb-name {
            font-weight: 600;
            font-size: 0.9375rem;
            color: #050505;
            text-decoration: none;
        }

        .fb-name:hover {
            text-decoration: underline;
        }

        .fb-meta {
            font-size: 0.8125rem;
            color: #65676b;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .fb-content {
            padding: 4px 16px 16px;
            font-size: 0.9375rem;
            line-height: 1.3333;
            font-weight: normal;
            color: #050505;
        }

        .fb-images {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2px;
            padding: 10px;
            background: #ffffffff;
        }

        .fb-images .galeria-polozka {
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: transform 0.2s ease;
        }

        .fb-images .galeria-polozka:hover {
            transform: scale(1.02);
        }

        .fb-images img {
            width: 100%;
            height: 100%;
            min-height: 300px;
            object-fit: cover;
            display: block;
            cursor: pointer;
        }

        .fb-footer {
            padding: 10px 16px;
        }

        .fb-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 10px;
            border-bottom: 1px solid #e4e6eb;
            color: #65676b;
            font-size: 0.9375rem;
        }

        .fb-reactions {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .fb-icon-bg {
            background: #fff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
        }

        .fb-actions {
            display: flex;
            padding-top: 4px;
        }

        .fb-action-btn {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            border-radius: 4px;
            color: #65676b;
            font-size: 0.9375rem;
            font-weight: 600;
            background: transparent;
            border: none;
            cursor: pointer;
            gap: 6px;
            transition: background-color 0.2s;
        }

        .fb-action-btn:hover {
            background-color: #f0f2f5;
        }

        footer.footer,
        div.container.social-links {
            padding: 0;
            margin: 0;
            max-height: 100px;
            max-width: 100%;
            overflow: hidden;
        }
        .flex-column,
        .rounded-circle {
            position: relative;
            font-size: 1.1rem;
            left: 10%;
            right: 10%;
            width: 80%;
        }

        #hovno.galeria-grid {
            display: flex;
            gap: 10px;
            padding: 50px;
            max-width:800px;
            width:100%;
            padding:0;
            margin:0;
        }

        .galeria-polozka {
            position: relative;
            overflow: hidden;
        }