@media (max-width:766px) {
    .category-selector {
        span,
        a {
            height: 48px;
            padding: 8px 20px;
            border-radius: 8px;
            font-size: 16px;
            line-height: 28px;
        }
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .category-selector {
        span,
        a {
            height: 48px;
            padding: 8px 20px;
            border-radius: 8px;
            font-size: 16px;
            line-height: 28px;
        }
    }
}

@media (min-width:1024px) {
    .category-selector {
        span,
        a {
            height: 56px;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 18px;
            line-height: 28px;
        }
    }
}

body {
    p:last-child {
        margin: 0;
    }
}

.highlight-red {
    color: #FF0000;
}

.card-redirect {
    cursor: pointer;
}

.elementor-widget-text-editor ul li::marker,
.elementor-widget-theme-post-content ul li::marker {
    color: #4FCF91;
}

.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ol {
    margin-bottom: 14px;
}

.elementor-widget-text-editor img,
.elementor-widget-theme-post-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.category-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

    span,
    a {
        min-height: 40px;
        border: 2px solid #DEE6E8;
        color: #282C37;
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
    }

    span.selected,
    a.selected {
        cursor: default;
        pointer-events: none;
        border-color: #FF0000;
    }
}

.no-pointer {
    cursor: default;
}

.highlighted_history .history-title p {
    color: #4FCF91!important;
}