.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}/* Подредба на картите в мрежа */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

/* Карта на събитие */
.event-card-image {
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 16px; /* Заоблени ъгли като на снимката */
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.5rem;
}

.event-card-date {
    font-size: 0.9rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.75rem;
}

.event-card-description {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #444;
}.lfr-layout-structure-item-0ed03686-547b-f69b-b435-f19e964f2cba {
max-width: 1140px !important;
}
.lfr-layout-structure-item-ba5d847d-585b-f8c0-0e83-ba4d754f64ac {
margin-left: var(--spacer-9,9rem) !important;
margin-top: var(--spacer-6,4.5rem) !important;
}
/* Скриване на текста на първия елемент */
.breadcrumb-item:first-child .breadcrumb-text-truncate {
    display: none !important;
}

.breadcrumb-item:first-child .breadcrumb-link {
    display: inline-flex;
    align-items: center;
}

/* Показване на контурната икона от дизайна */
.breadcrumb-item:first-child .breadcrumb-link::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-color: currentColor; /* Взема цвета на текста/линка */
    display: inline-block;
    
    /* Точен SVG контур за заоблена къщичка с врата */
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/><polyline points='9 22 9 12 15 12 15 22'/></svg>") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/><polyline points='9 22 9 12 15 12 15 22'/></svg>") no-repeat center / contain;
}.lfr-layout-structure-item-a79e8918-025f-1488-e04f-901da5b40ca9 {
width: 1140px !important;
}
.lfr-layout-structure-item-a0dc4139-0c21-2e45-1b62-c32b5f453af2 {
margin-left: var(--spacer-9,9rem) !important;
}
.lfr-layout-structure-item-ea82b217-110c-7691-84fe-44d879c22f20 {
font-size: 0.125rem !important;
}
