.snippet .snippet-top-controls {
    position: absolute;
    top: 10px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 3;
}

.snippet .snippet-title {
    margin-bottom: 0.35em;
}

.snippet .snippet-title h3 {
    margin-bottom: 0;
}

.snippet .snippet-title-donateur {
    margin-top: 6px;
}

.snippet .snippet-top-controls .fav-btn-star {
    position: static;
    top: auto;
    right: auto;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.snippet .fav-count-annotation {
    font-size: 13px;
    color: #999;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.snippet .snippet-top-controls .media-icon-container--inline {
    position: static;
    right: auto;
    top: auto;
    z-index: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.snippet .snippet-top-controls .media-icon-link {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}

.snippet .snippet-excerpt-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.snippet .snippet-excerpt-row .msg {
    flex: 1 1 auto;
    min-width: 0;
}

.snippet .snippet-profile-image {
    flex: 0 0 auto;
    margin-top: 0.5em;
}

.snippet .snippet-profile-image img {
    display: block;
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 767px) {
  /*  .snippet .donateur-badge,*/ /*hides donateur badge onsmall screens */
    .snippet .fav-btn-star,
    .snippet .fav-count-annotation {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .snippet .snippet-excerpt-row {
        gap: 10px;
    }

    .snippet .snippet-profile-image img {
        width: 56px;
        height: 56px;
    }
}
