.complimentary-items {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.complimentary-item {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    background: #fff;
    border: 0px solid #ddd;
    border-radius: 8px;
}

.complimentary-item-thumbnail {
    width: 15%;
    height: 60px;
    margin-right: 10px;
    border-radius: 8px;
}

.complimentary-item img{
    width: 100%;
    height: auto;
}

.complimentary-item-content {
    display: flex;
    flex-direction: column;
    width: 85%;
}

.complimentary-item h3 {
    margin: 0 0 5px;
    font-size: 1rem;
    font-weight: 700;
    color: #3A4C5C;
}

.complimentary-item p {
    margin: 0;
    color: #7C7C7C;
    font-size: 1rem;
    line-height: 1rem;
}
