.eco-btn-profil {
    display: flex;
    gap: 2rem;
    align-items: center;
    min-height: 77px;
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
    text-align: start;
    border-radius: 0.5rem;
    box-shadow: 0px 8px 24px 0px #2A2C2B1F;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--wp--preset--color--base);
}

.eco-btn-profil:hover {
    border-color: var(--wp--preset--color--primary);
}

.eco-btn-profil--endpoint {
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
    color: var(--wp--custom--color--neutral--500);
}

.eco-btn-profil--endpoint::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289C10.9024 4.68342 10.9024 5.31658 11.2929 5.70711L16.5858 11H5C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H16.5858L11.2929 18.2929C10.9024 18.6834 10.9024 19.3166 11.2929 19.7071C11.6834 20.0976 12.3166 20.0976 12.7071 19.7071L19.7064 12.7078C19.7088 12.7054 19.7112 12.703 19.7136 12.7005C19.8901 12.5208 19.9992 12.2746 20 12.003C20 12.002 20 12.001 20 12C20 11.999 20 11.998 20 11.997C19.9996 11.8625 19.9727 11.7343 19.9241 11.6172C19.8764 11.502 19.8063 11.3938 19.7136 11.2995C19.7112 11.297 19.7089 11.2947 19.7065 11.2923M19.7065 11.2923L12.7071 4.29289L19.7065 11.2923Z' fill='%23666E79'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
}

.eco-btn-profil__figure {
    width: 77px;
    min-width: 77px;
    max-height: 77px;
    margin: 0;
}

.eco-btn-profil__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eco-btn-profil__content {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--10);
    color: var(--wp--custom--color--neutral--500);
}

.eco-btn-profil__title {
    margin: 0;
    font-size: var(--wp--preset--font-size--m);
    font-weight: 700;
    color: var(--wp--preset--color--black);
}

.eco-btn-profil--endpoint .eco-btn-profil__title {
    font-size: 14px;
    color: var(--wp--custom--color--neutral--500);
}

.eco-btn-profil p {
    margin: 0;
    font-size: var(--wp--preset--font-size--xs);
}