.affiliate-link-text {
    font-size: 10px!important;
    color: rgb(160, 160, 160);
    margin-left: 5px;
    font-weight: 400;
}

.affiliate-link-image-wrapper {
    display: inherit;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.affiliate-link-text-below {
    font-size: 10px!important;
    color: rgb(160, 160, 160);
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -12px;  /* Adjust this value to control the distance from the image */
    left: 50%;
    transform: translateX(-50%);
}