.amilo-temoignages-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 30px 0;
}

.amilo-tem-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    position: relative;
}

.amilo-tem-card::before {
    content: "“";
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 70px;
    line-height: 1;
    color: rgba(0,0,0,0.08);
    font-family: Georgia, serif;
}

.amilo-tem-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.amilo-tem-photo img,
.amilo-tem-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.amilo-tem-avatar {
    background: #e8f4f2;
    color: #1c6f65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.amilo-tem-identite strong {
    display: block;
    font-size: 17px;
    color: #222;
}

.amilo-tem-identite span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 2px;
}

.amilo-tem-note {
    color: #f5b301;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.amilo-tem-texte {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.amilo-tem-date {
    font-size: 13px;
    color: #999;
    text-align: right;
}

.amilo-tem-message {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
}