.resource-node {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #e8d095;
}

.general-cost-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.resource-node .resource-icon {
    width: 40px;
    height: 40px;
}

.resource-node .resource-icon img {
    width: 100%;
}

.resource-node .resource-value {
    font-family: "Roboto Bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}