    .ep-dashboard-grid {
        background-color: #1e49b1;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .ep-tile-border {
        display: flex;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .ep-tile-border:last-child {
        border-right: none;
    }

    .ep-tile {
        width: 100%;
        padding: 3rem 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 420px;
        background-color: transparent;
    }


    .ep-tile-picto {
        margin-bottom: 2rem;
    }

    .ep-tile-picto .fr-artwork {
        width: 80px;
        height: 80px;
    }


    .ep-tile-picto .fr-artwork-decorative,
    .ep-tile-picto .fr-artwork-front,
    .ep-tile-picto .fr-artwork-details {
        fill: #ffffff !important;
        opacity: 1 !important;
    }


    .ep-tile-picto .fr-artwork {
        filter: brightness(0) invert(1);
    }

    .ep-tile-title {
        color: #ffffff !important;
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        margin-bottom: 1rem !important;
        line-height: 1.2 !important;
    }

    .ep-tile-desc {
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 1rem !important;
        line-height: 1.5;
    }

    .ep-tile a.ep-tab-link {
        color: #ffffff !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        margin-top: 2rem;
    }

    .ep-tile a.ep-tab-link:hover {
        text-decoration: underline !important;
    }

    @media (max-width: 767px) {
        .ep-tile-border {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
    }