.sgr-independent-settings {
    display: none;
}

.sgr-info {
    display: flex;
    align-items: baseline; /* Vertically aligns children */
}

.sgr-info .sgr-image img {
    border-radius: 8px;
    max-width: 150px; /* Ensure consistent image size */
    height: auto; /* Maintain aspect ratio */
}

.sgr-info .sgr-details {
    display: flex; /* Flexbox container */
    align-items: center; /* Align text vertically with the image */
    font-size: 14px;
    line-height: 1.5;
}