@import "../../library/styles/colors";

.img {
    width: 100%;
}

.title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
}

.description {
    margin-top: 2px;
    line-height: 1.2;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    align-items: center;
}

.removeButton {
    display: block;
    color: $red;
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    &:hover {
        color: $lightRed;
    }
}
