/* NOSY POC Elementor Widget : Topic Icon */
.nosy-poc-topic-icon img {
    aspect-ratio: 1/1;
}

.nosy-poc-topic-icon img.topic-icon-small {
    width: 3rem;
}

.nosy-poc-topic-icon img.topic-icon-large {
    width: 5rem;
}

@media only screen and (min-width: 768px) {
    .nosy-poc-topic-icon img.topic-icon-large {
        width: 7.5rem;
    }
}

@media only screen and (min-width: 1168px) {
    .nosy-poc-topic-icon img.topic-icon-large {
        width: 10rem;
    }
}
