/**
 * QAFlow - Create Topic Page (create-topic.php)
 * Extracted from inline style="" attributes.
 */
.ct-icon-circle {
    width: 42px;
    height: 42px;
}
.ct-rounded-select {
    border-radius: 10px;
}
.ct-rounded-input {
    border-radius: 10px;
    padding: 12px 14px;
}
.ct-avatar-img {
    object-fit: cover;
}
