.back-btn {
    font-size: 1rem;
    color: var(--col-buttons);
    text-decoration: none;
	cursor: pointer;
}

.back-btn:hover {
    color: var(--col-text);
    text-decoration: none;
}

.left-icon {
    display: block;
    justify-content: center;
    margin-bottom: 1rem;
}


.cat-img {
	max-width: 150px;
	height: auto;
	display: block;
}

.title-section {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--col-text);
}

.list-card {
    border-radius: 4rem;
    padding: 1rem 1.5rem;
    background-color: var(--col-field-background);
	border: 1px solid var(--col-field-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
	cursor: pointer;
}

.list-card:hover {
    background-color: #f9f9f9;
	border: 1px solid var(--col-header);
}

.list-icon {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

.arrow-icon {
    font-size: 1.6rem;
    color: var(--col-buttons);
}

.left-bar {
    width: 60px;
    height: 4px;
    background-color: var(--col-buttons);
    border-radius: 4px;
    margin: 1rem 0;
}
