/**
 * Included when fields of this type are rendered for editing by publishers.
 */
.comic-item {
    width: 100%;
}

.comic-row {
    display: flex;
    width: 100%;
}

.comic-thumb {
    width: 50px;
}

.comic-details {
    flex: 1;
}

.comic-item {
    width: 100%;
}

.comic-details {
    flex: 1;
}

.remove {
    margin-left: 10px;
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.remove:hover {
    text-decoration: underline;
}